Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Time Capture): move existing DRC features to new app (DRC-134) #1

Merged
merged 22 commits into from
Mar 24, 2025

Conversation

PatrickDEissler
Copy link
Collaborator

@PatrickDEissler PatrickDEissler commented Mar 19, 2025

Goal of this PR

  • Setup basic features
  • Make these features independent of customer's app "drc".

Features

Time Capture DocType

  • Enter working time and project time details
  • Time Capture Documents are created everyday for each Employee / Day combination (Prerequisite: Employee is active, not on holiday, not on leave).
  • Validations: Don't exceed budget on Tasks; Avoid duplicate Employee/ Day combinations; and more...
  • Calculate Mandatory Breaks (both for minors and adults).
  • UX features via JS / depends_on-Properties

Attendance DocType

  • Keep track of expected_working_hours, actual working_hours and flexitime

Leave Application DocType

  • For new Leave Applications: Delete Time Capture if Working Time is 0 (Motivation/ Use Case: A Time Capture was created automatically, but the Employee calls sick the following morning.
  • Reduce flexitime for Compensatory Leaves (= Überstundenabbau)

General

  • Supporting Property Setters and Custom Fields.
  • New Reports

@PatrickDEissler PatrickDEissler merged commit 534a85e into version-15 Mar 24, 2025
3 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants