Task Manager
Description
The Task Manager Mode allows to show and edit data in a Task View.
Graphical Overview
Task Overview :
Task Editor :
Configuration
In the table das_functional_configuration, field function_xml :
<?xml version="1.0" encoding="UTF-8"?> <functions> <sequence_au_clic_btnT> <data0> <calendar deltaT="day" lockName="1" lockDate="0"></calendar> </data0> </sequence_au_clic_btnT> </functions>
With :
- deltaT : define the calendar display ("day", "week", "month").
- lockName : specifies if the user can change a event's name.
- lockDate : specifies if the user can change a event's date.
