Skip to content

Commit

Permalink
project_task_scheduling: Improve USAGE section of the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestotejeda committed Sep 24, 2018
1 parent 79045c2 commit 7e637c3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions project_task_scheduling/readme/USAGE.rst
@@ -1,6 +1,9 @@
To use this module, you need to:

#. Go to Project / Automation / Project task scheduler
#. Set the parameters to compute the proposals of scheduling. List of task to be scheduled, The date to start the scheduling and The cooling ratio
#. Create employees with skills (Categories) and set working hours (calendar).
#. Create Project and choose employees belongs to the project.
#. Add Tasks to the project. For each task, set deadline, employee category required by task, Initially planned hours, and dependencies on other tasks. If you set starting date but not ending date, starting date is considered as the earliest date-time required for the assignation during automatic scheduling of the task. If you set employee but not ending date, it will be the only employee required for the assignation during automatic scheduling of the task.
#. Go to Project > Automation > Project task scheduler
#. Choose a task option (Not finished, Not Scheduled, Customized), a Date Start and Calculation Speed (Slow, Middle, Fast)
#. Click on Accept button
#. You will see a list of proposals of scheduling. For each proposal you can see a time line view of that or click on one item to see all data of the scheduling in a form view or set the scheduling as definitive
#. You will see a list of proposals of scheduling. For each proposal you can see a time line view for all task grouped by employee. You can also click on one item to see all data of the scheduling in a form view and set it as a definitive scheduling.

0 comments on commit 7e637c3

Please sign in to comment.