Brain Task Manager PHP Script

Overview

Brain task Manager is a complete PHP MVC todo list application. Awesome, responvise and easy to change. 

Test it:

Login: [email protected]

Password: Kaze2010

Features

Dashboard:

1.    List of late users and the average delay

2.    Chart of late activities/task by month and cumulatives

3.    Chart of late activities/task by user and cumulatives

4.    Number of late activities, open activities and closed activities

Activities/tasks:

1.    Add task

2.    Export and Import task

3.    Open/close task

4.     Delete task 

5.    Received and sent tasks

6.    Ranking of tasks in order of priority

Users:

1.    Login

2.    Add and Update

3.    List and search

4.    Delete 

5.    Change password

Requirements

  • ·         PHP >=5..*
  • ·         PDO PHP Extension
  • ·         JSON PHP Extension
  • ·         MySQL 5.5
  • ·         Composer 

Instructions

Instructions is in the Documentation in main folder.

Related