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

436 bereitschaftszeiten sollen im salat als solche gebucht werden können #437

Conversation

KlausRicharz
Copy link
Member

No description provided.

Adjusted the release date in ShowReleaseAction to automatically display the next month. This change aims to assist employees in planning for the upcoming month's release more effectively.
@KlausRicharz KlausRicharz self-assigned this Nov 3, 2024
Integrate OrderType to specify types for suborders, overriding customer orders. Updated forms, services, and database schema to support OrderType handling. Added dropdown for selecting OrderType in the addSuborder JSP.
This change adds the @Enumerated(EnumType.STRING) annotation and a corresponding @column annotation to the orderType field in the Suborder class. This ensures that the orderType is correctly mapped to a database column as a string.
Modified the `TimereportDAO` and `TimereportService` to use a new method `getEffectiveOrderType` which can override the order type at the suborder level. Added `getEffectiveOrderType` method in `Suborder` class to return the suborder's order type if available, otherwise falling back to the customer order's order type. This ensures flexibility and correctness in order type management.
@KlausRicharz KlausRicharz merged commit fef7c3f into main Nov 3, 2024
4 checks passed
@KlausRicharz KlausRicharz deleted the 436-bereitschaftszeiten-sollen-im-salat-als-solche-gebucht-werden-können branch November 3, 2024 16:22
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.

Bereitschaftszeiten sollen im Salat als solche gebucht werden können
1 participant