Tasks List Add Task Tasks Comments List Tasks Comments Users Time Report Gantt Chart

Version 4.2 (extended extra fields)

The main update in this version is extra fields.

Sometimes we need to have some extra fields for tasks like “fixed price” or “used time” or “bunged” for project and we want to see total value of these extra fields and see values of these fields in item list

Now we have new type “Number” and new option “Display in list” for projects, tasks, and users extra fields.
If we set type “number” fields total value calculated automatically
if we set option “Display in list” on, fields value will add to item list
See example:

extra_fields_ext.png

Next small update will help you quick go to next task. In task info page there is drop down where you can easy go to next task
see example:

tasks_quick_goto.png

Also now in configuration file apps/frontend/config/app.yml you can configure site with. This can be useful if you have a lot of extra fields in item list and need more space to show data.

default_site_width:     90%                  # use percent or numeric value, for example "100%" or "1000px"

Update from latest versions!
1. Copy new code
2. Clear cache folder
3. Clear browser cache
4. Run next sql query
ALTER TABLE `extra_fields` ADD `display_in_list` TINYINT( 1 ) NULL