project_milestone_status
This module calculates and displays execution and dedication percentages for project milestones and projects based on task hours.
Key Features
- project.milestone: Calculates execution percentage based on allocated hours of completed tasks versus total allocated hours.
- project.milestone: Calculates dedication percentage based on effective hours versus allocated hours.
- project.milestone: Displays execution and dedication as progress bars in the milestone list view with conditional coloring.
- project.project: Calculates project-wide execution percentage based on completed tasks.
- project.project: Calculates project-wide dedication percentage based on timesheet hours.
- project.project: Adds execution and dedication stat buttons in the project form view.
- project.project: Provides an action to view all executed tasks in the project.