Skip to content

Commit

Permalink
readme_2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedtrigui authored Jun 20, 2024
1 parent 6bf7805 commit 5a122f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions project_milestone_time_kpi/readme/CONTEXT.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ The module inherits two modules that have been added to allow to define an estim

The module add 4 new fields to project:

* `Total Estimated Hours`: Field calculated by taking into account the total of the 'Estimated hours' fields of each milestone associated with the project.
* `Total Spent Hours`: Field calculated by taking into account the total of the 'Hours spent' fields of each milestone associated with the project.
* `Remaining Estimated Hours`: Calculated field based on the following calculation: Total Estimated Hours - Total Hours Spent.
* `Total Remaining Work`: Field calculated based on the total of the ‘Remaining hours’ fields of the tasks associated with a project.
* **Total Estimated Hours**: Field calculated by taking into account the total of the 'Estimated hours' fields of each milestone associated with the project.
* **Total Spent Hours**: Field calculated by taking into account the total of the 'Hours spent' fields of each milestone associated with the project.
* **Remaining Estimated Hours**: Calculated field based on the following calculation: Total Estimated Hours - Total Hours Spent.
* **Total Remaining Work**: Field calculated based on the total of the ‘Remaining hours’ fields of the tasks associated with a project.
Total Estimated Hours, Total Spent Hours and Total Remaining Work are visible under the milestone tab in form view and visible in tree view after milestones column.
2 changes: 1 addition & 1 deletion project_milestone_time_kpi/readme/USAGE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Usage
As a user, from a project whose `Use milestones` box is checked, go to the tab of a project.
As a user, from a project whose **Use milestones** box is checked, go to the tab of a project.

1. Add 2 milestones:
* Analysis (estimated 10h)
Expand Down

0 comments on commit 5a122f5

Please sign in to comment.