#2942: AuftragListPage.java

projectforge-wicket/src/main/java/org/projectforge/web/fibu/AuftragListPage.java Java class, projectforge-wicket/src/main/java/org/projectforge/web/fibu/AuftragListPage.java 315 lines · 262 code · 30 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
66827cd6a4WIP forecast.
7b32b554aeWIP: Forecast of orders.... AuftragFilter refactored.
4c18fe44a4WIP forecast.
63081666f6Source file headers: 2024-> 2025.
619985f489Release 8.1 snapshot (#247)
a35971f85aIssues from last pull request resolved. Great thanx to luzpaz.
d9d0cc1bf7WIP: orderbook storage.
ae2c04ee02Migration stuff in progress... (all tests of all packages: OK).
d02c8a7708Migration stuff in progress...
3159cfa6c5Migration stuff in progress... (all tests of all packages: OK).
f31e8064eaMigration stuff in progress...
3785f83479Migration stuff in progress...
87dd5b87c3AuftragsCache refactored, migration stuff... (all tests OK)
d6d3d176f5Migration stuff in progress...
06828f4908Migration stuff in progress...
b6092df092Copyright 2023 -> 2024
ab45d51fa4Copyright 2001-2022 -> 2001-2023.
9a65e1bc03AuftragDO: statistics refactored (not yet invoiced, to be invoiced, invoiced etc.)
013c514bd6AuftragsCache for much better performance of order book's list view.
5f7ef41b8cCopyright 2021 -> 2022
70d0ebbedcAuftrag: WIP: attachments.
db3b02da77UserException moved from business to common package (AccesssException affected). UserException will now be returned as Toast for Rest clients on default. FileSizeChecker WIP.
ceb63e8a1bSource code header: (C) 2001-2021.
7c79f1922cCopyright of source header -> 2020.
4c6da09665ForecastExport shows now all invoices (also from previous year).
7cc74afa2eOld ForecastExport.kt replaced by new one (uses now Kai's Merlin library for Excel manipulation).
479fb6dfc0AuftragListPage: export xlsx instead of xls.
b807d88e8dNew POI version 4.1.1, Merlin 1.1 as dependency (not yet published to maven central), ForecastExportNew (uses now xlsx instead of xls).
60d5652d31ForecastExport: Kotlin migration and orders in creation added. Uses also PFDate instead of Calendar.
a5bbdca6aaChange logger to slf4j
f979e8a429MGC-UPDATE: Update auf Version 3.0.0-SNAPSHOT
53dcf3e778Fix forecast script npe, extend forecast error message with stack trace
ec20d0e5f4Merge branch 'develop' into feature/PROJECTFORGE-3167 PROJECTFORGE-3167 Merge groovy to java class
c731a7ad6aPROJECTFORGE-3167 First draw
c974f2c695PROJECTFORGE-3156 show and filter by Erfassungsdatum instead of Angebotsdatum in AuftragListPage, fix findbugs issues
db69550352PROJECTFORGE-3150: Fix bug in search, deleted status of positions will now be respected.
4d15d3bef3PROJECTFORGE-3103, 3109: - Refactored AuftragDO - getPositionen is now private - add new methods which return the list of AuftragPosition with and without marked as deleted elements
a3a87c635ePROJECTFORGE-2891 : remove setSuppressZeroValues()
01953896d9PROJECTFORGE-1499 Fix NPE
2564fee1e8Merge branch 'develop' into feature/PROJECTFORGE-1499
81fcf4f5a8PROJECTFORGE-1499 Edit list view positions
0ca41bc5f2PROJECTFORGE-2710 Changes for order list page
fc785c5592PROJECTFORGE-2645 fix access list did not work anymore
c57595f7ccPROJECTFORGE-2223 Listenpflegeseite (Arbeitsstand)
84fd4ed8fePROJECTFORGE-2213 Remove userCache
9ebb885224Initial commit