#2940: AuftragEditPage.java

projectforge-wicket/src/main/java/org/projectforge/web/fibu/AuftragEditPage.java Java class, projectforge-wicket/src/main/java/org/projectforge/web/fibu/AuftragEditPage.java 260 lines · 203 code · 34 comments · 23 blank
Java Wicket page web fibu.

Architecture Analysis

Resides in projectforge-wicket, the legacy Apache Wicket web UI layer, gradually being replaced by React.

Git History

CommitWhat changed
868d6abb752025 -> 2026
29559919a7FileHelper -> FilenameUtils/FileUtils, Forecast: filenames,
e0b6e55bf9New wicket version 10.4.0, WicketApplication improved (AI) AbstractEditPage NPE for editPageSupport fixed. Forecast-Analysis in order edit form opens modal dialog and uses current (unsaved) values.
b1b0baaa3dWicket: Bug in 10.3 fixed (return in textarea's submits the form), HtmlPreviewPage shows now forecast analysis in AuftragEditPage.
66827cd6a4WIP forecast.
7b32b554aeWIP: Forecast of orders.... AuftragFilter refactored.
63081666f6Source file headers: 2024-> 2025.
3f25c773a9Migration stuff in progress...
1b50060c3aBaseDao: renamed: get -> find, save -> insert, getList -> select, load -> select
2a8ea2076cMigration stuff in progress... BaseDao refactored (not yet finished) internal* methods renamed.
b095e6f7d1!!!!! Big change of Transaction handling: Re-uses PfPersistenceContext as much as possible (not yet finished). Tests doesn't yet run.
9f874e26c9MAJOR-CHANGE! Migration of integer id's to Long id's (including fk's etc.)
4c04cfd652MAJOR-CHANGE! Migration of integer id's to Long id's (including fk's etc.)
4efcbd0fb6Migration stuff in progress...
e33c8b9c20Migration stuff in progress...
b6092df092Copyright 2023 -> 2024
ab45d51fa4Copyright 2001-2022 -> 2001-2023.
5f7ef41b8cCopyright 2021 -> 2022
4a4bbbbbe5WIP: attachments for order book.
ceb63e8a1bSource code header: (C) 2001-2021.
7c1c487822Replacing more instance of java.sql.Date with java.time.LocalDate Replacing instances of java sql.Timestamp with java.util.Date
7c79f1922cCopyright of source header -> 2020.
61b23c3fd0DateHelper methods removed (replaced by PFDay/PFDateTime).
a5bbdca6aaChange logger to slf4j
5f72976ca5PROJECTFORGE-3157 fix the bug where the ErfassungsDatum of an Auftrag was set to yesterday and some other minor bugs around
bae33a9fa5PROJECTFORGE-2922 set PL, BU and KAM also when selecting the project by the project list page
5bf9a027d0Bug fixed
ac68996ef4fix missing date of entry as created date
3882ce3f49PROJECTFORGE-2703 add new ui field
487cc2086afibu -> order book -> new fieldset and db column: entry of date; updated db core updates
9ebb885224Initial commit