Wicket page for editing HRPlanning records. Provides form-based editing with validation and save/cancel actions.
868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
4c04cfd65 MAJOR-CHANGE! Migration of integer id's to Long id's (including fk's etc.)
d6d3d176f Migration stuff in progress...
b6092df09 Copyright 2023 -> 2024
ab45d51fa Copyright 2001-2022 -> 2001-2023.
5f7ef41b8 Copyright 2021 -> 2022
ceb63e8a1 Source code header: (C) 2001-2021.
4fcbf7e43 HRPlanningEditPage: editing of entries fixed.
e8519ac96 Bugfixing HR planning stuff (regarding weeks/days and epoch millis).
35de8a909 Merge branch 'develop' into TimeClassReplacements
345e8a999 DateHolder(LocalDate...) -> PFDay.from(LocalDate...).
8cf9911d4 HRPlanningList: Fix EditPage
7c1c48782 Replacing more instance of java.sql.Date with java.time.LocalDate Replacing instances of java sql.Timestamp with java.util.Date
78b436d9e Replace instances of java.util.date and java.sql.Date with java.time.LocalDate
7c79f1922 Copyright of source header -> 2020.
8c31eba2a Heavy WIP: migration of Calendar, DateHolder, DayHolder etc.
dd011373d Startup phase further improved, config.xml parameters migrated to ConfigurationService.
a5bbdca6a Change logger to slf4j
5ff151c32 PROJECTFORGE-2277 added new ui id for counting ui elements, it is now used to correctly update the ui elements coresponding to updated HRPlanningEntries.
9ebb88522 Initial commit