Skip to content

Fix extra time computation

Daniel Palomar requested to merge feat/set-entry-type-as-extra-time into feat/hr-report
  • Add flag is_extra_time to entry types to check if are extra time or ordinary work entry.
  • Modify the entry types to set if are extra time entries.
  • Modify the confupe_extra_time method in hr_attendance to check the is_extra_time flag of entry types.
  • Apply Black style in the lines added or modified.
Edited by Daniel Palomar

Merge request reports