#1143: VacationDO.kt
projectforge-business/src/main/kotlin/org/projectforge/business/vacation/model/VacationDO.kt Data Object (Entity), projectforge-business/src/main/kotlin/org/projectforge/business/vacation/model/VacationDO.kt 229 lines · 162 code · 44 comments · 23 blank
JPA/Hibernate entity definition mapping a database table to an object model.
Git History
868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
0237d5eba Json serialization refactored: IdOnlySerializer and IdsOnlySerializer introduced.
5f9bbfbd3 Fix typos in projectforge-business directory
ddf02927d Migration stuff in progress...
4942c854d Migration stuff in progress...
d83512ee3 Migration stuff in progress...
b71b5073d Migration stuff in progress... (all tests of all packages: OK).
eafcb33e5 Migration stuff in progress... (all tests of all packages: OK).
c8f8ed935 Declared all entities as FetchType.LAZY (was EAGER).
e4f9ca1be Migration stuff in progress...
67805f2fc ThreadLocalUserContext.user -> ThreadLocalUserContext.loggedInUser (renamed for avoiding mis-understandings in code).
4c04cfd65 MAJOR-CHANGE! Migration of integer id's to Long id's (including fk's etc.)
f5c09f87f Migration stuff in progress...
c04fb0d51 Migration stuff in progress...
06828f490 Migration stuff in progress...
b6092df09 Copyright 2023 -> 2024
ab45d51fa Copyright 2001-2022 -> 2001-2023.
38bec971a ThreadLocal -> Kotlin
f97ab66d8 WIP: BigCalendar -> Fullcalendar: VacationDO.otherReplacements eager loading.
3371028b7 WIP: Vacation: other substitutes
d141a9988 WIP: Vacation: other substitutes
1dcd42a3d Vacation: other substitutes implemented. Formatter.SHOW_DISPLAYNAME and Formatter.SHOW_LIST_OF_DISPLAYNAMES implemented.
5f7ef41b8 Copyright 2021 -> 2022
c0f2b9de0 Tenants functionality removed everywhere (untested).
ceb63e8a1 Source code header: (C) 2001-2021.
ea714b1b6 WIP: Vacation -> React
e87251b96 I18nResources*.properties compared and sorted. VacationAccoutPage improved.
b91b9c306 VacationDO.employeeId
b7911a3cd VacationCalendar removed, Vacation.substitutions migrated to single replacement entity (multiple entries added to comment). RemainingLeave now as DefaultBaseDO (prepared for editing).