#2243: HRPlanningListPagesRest.kt

projectforge-rest/src/main/kotlin/org/projectforge/rest/hr/HRPlanningListPagesRest.kt REST Controller, projectforge-rest/src/main/kotlin/org/projectforge/rest/hr/HRPlanningListPagesRest.kt (75 lines) 75 lines · 41 code · 28 comments · 6 blank
Source file: HRPlanningListPagesRest.kt - rest controller in ProjectForge REST module.

Architecture Analysis

Resides in projectforge-rest, the JAX-RS REST API layer consumed by the React frontend.

Git History

CommitWhat changed
868d6abb752025 -> 2026
63081666f6Source file headers: 2024-> 2025.
77bade6dfbjavax.* -> jakarta.*
b6092df092Copyright 2023 -> 2024
ab45d51fa4Copyright 2001-2022 -> 2001-2023.
44dcb895b9AbstractPagesRest.createListLayout(...) refactored.
4a8ee9d9cfWIP: AG-Grid, multi-selection
d6e38e6087WIP: AG-Grid, mass-update
5f7ef41b8cCopyright 2021 -> 2022
ceb63e8a1bSource code header: (C) 2001-2021.
b5932bb15dDTO: initialize -> copyFrom. formatBigDeimals removed (central method using the logged in user's locale and numberformat is used instead).
daa67db688HRPlanning(Entry): Added DTOs and fix column ids on their respective list pages.
83ffb8fba5Fix method names and merge EingangsrechnungPagesRest
00d898341cAdd HRPlanningList Restpoint