#972: RechnungDO.kt

projectforge-business/src/main/kotlin/org/projectforge/business/fibu/RechnungDO.kt Data Object (Entity), projectforge-business/src/main/kotlin/org/projectforge/business/fibu/RechnungDO.kt 200 lines · 133 code · 43 comments · 24 blank
JPA/Hibernate entity definition mapping a database table to an object model.

Git History

868d6abb7 2025 -> 2026
8c2bf04f0 WIP: currency conversion with Claude Code.
1e0e7225b KostzuweisungsExport of invoices ignores now invalid invoices and 0.00 positions.
63081666f Source file headers: 2024-> 2025.
0237d5eba Json serialization refactored: IdOnlySerializer and IdsOnlySerializer introduced.
b810d1c78 Migration stuff in progress... (all tests of all packages: OK).
4bc37b3a1 Migration stuff in progress...
2e9839891 Migration stuff in progress...
43453fcaf Migration stuff in progress...
694987647 Migration stuff in progress... (all tests of all packages: OK).
ba2479571 Migration stuff in progress...
b47c21af6 Refactored caching and calculations with invoices (not yet finished)
d67bce18b Migration stuff in progress...
1ff3f1b1b Migration stuff in progress...
c8f8ed935 Declared all entities as FetchType.LAZY (was EAGER).
e4f9ca1be Migration stuff in progress...
fa194d7f8 Migration stuff in progress...
4c04cfd65 MAJOR-CHANGE! Migration of integer id's to Long id's (including fk's etc.)
f5c09f87f Migration stuff in progress...
4f5a458c9 Migration stuff in progress...
c04fb0d51 Migration stuff in progress...
06828f490 Migration stuff in progress...
b6092df09 Copyright 2023 -> 2024
ab45d51fa Copyright 2001-2022 -> 2001-2023.
a9cf30719 (Eingangs)Rechnung(sposition): @JsonBackReference/@JsonManagedReference.
5f7ef41b8 Copyright 2021 -> 2022
c0f2b9de0 Tenants functionality removed everywhere (untested).
ceb63e8a1 Source code header: (C) 2001-2021.
a532a4eeb RechnungDO: Fix PropertyInfo
07cb34acb IRechnung, IRechnungsPosition introduced. DTOs fro Eingangsrechnung{sPosition}DO added.