#1024: PostausgangDO.kt

projectforge-business/src/main/kotlin/org/projectforge/business/orga/PostausgangDO.kt JPA Entity (Outgoing Mail), projectforge-business/src/main/kotlin/org/projectforge/business/orga/PostausgangDO.kt 85 lines · 47 code · 27 comments · 11 blank
Entity for the outgoing mail registry (Postausgangsbuch). Maps to T_ORGA_POSTAUSGANG table. Records sender (absender), recipient (empfaenger), contact person, content, comment, date, and post type (enum PostType). The absender field was changed to nullable in commit 5fbc31859. Includes a named query for min/max date selection used in list views.

Git History

868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
c04fb0d51 Migration stuff in progress...
06828f490 Migration stuff in progress...
b6092df09 Copyright 2023 -> 2024
ab45d51fa Copyright 2001-2022 -> 2001-2023.
5f7ef41b8 Copyright 2021 -> 2022
5fbc31859 PostausgangDO.absender not required field anymore.
dd8a7b113 Postausgang: field sender added.
c0f2b9de0 Tenants functionality removed everywhere (untested).
ceb63e8a1 Source code header: (C) 2001-2021.
ca0d5470e Remove DateBridges from DOs.
78b436d9e Replace instances of java.util.date with java.time.LocalDate
7c79f1922 Copyright of source header -> 2020.
19b97fcc3 DateBridge: encoding = EncodingType.STRING for all DateBridges.
8675a1dbe Declared all Kotlin JPA entities and their properties as open.
39cdd224c Hibernate search: DateBridge...
510e8d796 Heavy WIP: NamedQueries everywhere...
05244ff19 CopyRight of all Kotlin file-header updated or created.
fdce8c424 WIP: first draft of React Postausgang pages.
132a27107 PostausgangDO.java -> PostausgangDO.kt.