You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(project_phase_estimate): add validated hours metrics and progress calculation for project estimates
- Add effective_hours_validated, remaining_hours_validated, and progress_validated computed fields to track validated timesheet data
- Refactor _compute_progress_hours to use shared _calculate_progress method for both regular and validated metrics
- Filter validated timesheets in _compute_effective_hours and update remaining_hours_validated accordingly
- Remove redundant validated filter from action_open_timesheets as it's now handled in computed fields
- Maintain existing functionality while enhancing reporting with validated hours metrics for more accurate progress tracking
0 commit comments