#2956: EingangsrechnungEditPage.java

projectforge-wicket/src/main/java/org/projectforge/web/fibu/EingangsrechnungEditPage.java Wicket Page (FIBU), projectforge-wicket/src/main/java/org/projectforge/web/fibu/EingangsrechnungEditPage.java 165 lines · 116 code · 27 comments · 22 blank
Wicket page for editing incoming invoices. Full-page editor with tabs for header data, positions, payments, and history.

Git History

868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
c9508769a Clone of invoices.
db982adfb Clon functionality on invoices fixed.
d6d3d176f Migration stuff in progress...
b1560ca43 Migration stuff in progress...
b6092df09 Copyright 2023 -> 2024
ab45d51fa Copyright 2001-2022 -> 2001-2023.
1e834402a WIP: mass update
5f7ef41b8 Copyright 2021 -> 2022
0ab100d21 Configuration refactored (GlobalConfiguration not needed anymore). SEPA export should now erease unprintable chars.
db3b02da7 UserException moved from business to common package (AccesssException affected). UserException will now be returned as Toast for Rest clients on default. FileSizeChecker WIP.
ceb63e8a1 Source code header: (C) 2001-2021.
a6a7aece4 Optimize Imports
7c1c48782 Replacing more instance of java.sql.Date with java.time.LocalDate Replacing instances of java sql.Timestamp with java.util.Date
becbdcaf9 SEPATransferGenerator moved. Both existing SEPATransferGeneratorTest classes merged.
7c79f1922 Copyright of source header -> 2020.
8c31eba2a Heavy WIP: migration of Calendar, DateHolder, DayHolder etc.
812b5b751 Heavy WIP: refactoring of (Eingangs)Rechnung*. Found a big performance killer!!!!!
a5bbdca6a Change logger to slf4j
26409ca64 PROJECTFORGE-3352 Remove export transfer button if invoice is new
4e4cdc6fa PROJECTFORGE-3352 Some more output
0fd908621 PROJECTFORGE-2950: - Refactoring of SEPATransferGEnerator - Remove user exception - Add validation of iban, bic, receiver and reference - Add export to incomming invoice list
698fad9d1 PROJECTFORGE-2950: -Improve user feedback, fix bug in xsd file reference
e4dc4abf9 PROJECTFORGE-2950: Add test for SEPATransferGEnerator.java
8f3937e74 PROJECTFORGE-2950: - add error handling - improve user feedback - change id format and file name format
9104f4794 PROJECTFORGE-2950: - Add pain.001.003.03.xsd - Add code generation for xsd in maven - Add InvoiceTransferExport that generate a xml file in pain.001.003.03 format - Add export button to EingangsrechnungEditPage
510a534c2 PROJECTFORGE-3068 add period of performance to RechnungEditForm, add missing periodOfPerformanceType to RechnungPositionDO, remove unused code
9ebb88522 Initial commit