FourT is online application focused to serve employee daily task management activities. FourT can be used to log employee daily tasks and save it within FourT application. FourT can be used to view each employee's saved tasks in CSV file format or HTML Table structure within the application. The application table structure supports pagination, sorting and all sort of features to view the employee tasks. There is an additional editor that can be used to write custom queries unlike view tasks feature. This custom editor can execute the select/readonly queries on the existing saved tasks and provide you the data in Plain Text format. FourT is very easy to use and best application for resource task management.
- Simple interface to enter task details
- Easy to view tasks
- Supports download data in CSV format
- Free form query editor
- Supports download data in Plain Text format
- Responsive interface
- Bootstrap client side validation
- Live demo: http://abuabdul.com/FourT
- Eclipse IDE
- Java 1.7 or higher
- Eclipse Maven plugin
- HSQLDB
- MySQL
Just clone the repo:
$ git clone https://github.com/abuabdul/FourT.git
And install eclipse maven plugin
run pom.xml
There you are!. You can start pushing in your changes to make this application better.
Planning to add employees' leave calendar. This feature will help managers to get the employees' vacation plan wholistically.
- Calendar to capture employees' leave plan
- Table to display all employees' leave plan
- Chart to display the overall vacation days among employees
You can contribute to this project.
- Add more features
- Customize it for your needs
Copyright 2013-2016 abuabdul.com
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.