#3028: RechnungEditForm.java
projectforge-wicket/src/main/java/org/projectforge/web/fibu/RechnungEditForm.java Wicket Form (FIBU), projectforge-wicket/src/main/java/org/projectforge/web/fibu/RechnungEditForm.java 278 lines · 221 code · 42 comments · 15 blank
Wicket form for editing outgoing/accounts receivable invoices. Line items, VAT, payment terms.
Git History
868d6abb7 2025 -> 2026
4d4c6b449 Currency field added to invoices (incoming and outgoing)
63081666f Source file headers: 2024-> 2025.
b810d1c78 Migration stuff in progress... (all tests of all packages: OK).
ff2cc4cfa Migration stuff in progress... (all tests of all packages: OK).
f88994f41 Migration stuff in progress...
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.
a6a7aece4 Optimize Imports
7c79f1922 Copyright of source header -> 2020.
812b5b751 Heavy WIP: refactoring of (Eingangs)Rechnung*. Found a big performance killer!!!!!
bb6dbe663 WIP: Kunde...
a5bbdca6a Change logger to slf4j
f979e8a42 MGC-UPDATE: Update auf Version 3.0.0-SNAPSHOT
5ff9fa4b2 Fix NPE
0b684472b PROJECTFORGE-3197 Refactorings for invoice template
0afbdda9a Merge branch 'develop' into feature/PROJECTFORGE-1986
ced3bc231 PROJECTFORGE-3105: - Errors are ignored during clone operation in RechnungEditForm. Can be switched on and off by the ignoreErrorOnClone field in AbstractEditForm.
c2ef160de Merge branch 'develop' into feature/PROJECTFORGE-1986
acbf3a296 Add serveral fields to ausgangsrechnung
510a534c2 PROJECTFORGE-3068 add period of performance to RechnungEditForm, add missing periodOfPerformanceType to RechnungPositionDO, remove unused code
a9358095d PROJECTFORGE-3013 fix calculation bug, move validation and calculation from wicket forms to DAOs, fix findbugs issues
9ebb88522 Initial commit