#2941: AuftragListForm.java

projectforge-wicket/src/main/java/org/projectforge/web/fibu/AuftragListForm.java Java class, projectforge-wicket/src/main/java/org/projectforge/web/fibu/AuftragListForm.java 284 lines · 220 code · 31 comments · 33 blank
Java Wicket form 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
63081666f6Source file headers: 2024-> 2025.
567ca70cd5Migration in progress... spring.datasource.hikari.auto-commit=false
d6d3d176f5Migration stuff in progress...
b6092df092Copyright 2023 -> 2024
ab45d51fa4Copyright 2001-2022 -> 2001-2023.
4a6390e11dMerge branch 'develop' into feature/wicket8
9a65e1bc03AuftragDO: statistics refactored (not yet invoiced, to be invoiced, invoiced etc.)
f80509d49bOrderBook: statistics and to be invoiced values improved.
8fcb35f456Nothing (reformatted code before modificaiton)
5f7ef41b8cCopyright 2021 -> 2022
ceb63e8a1bSource code header: (C) 2001-2021.
a6a7aece4dOptimize Imports
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.
a5bbdca6aaChange logger to slf4j
74133b8bb4Remove backport of lambda model and replace it with wicket/LambdaModel
ed0f73b142Changed Wicket Version to 7.8. Changed select2 to org.wicketstuff
0d9f70a71dPROJECTFORGE-3069 preparations for filtering by period of performance in RechnungListPage
c974f2c695PROJECTFORGE-3156 show and filter by Erfassungsdatum instead of Angebotsdatum in AuftragListPage, fix findbugs issues
9519163c7bPROJECTFORGE-2199 i18n
3f5a57815cPROJECTFORGE-2199 first draft of the filter for period of performance
f67f448f9fPROJECTFORGE-3133 create own row for time period in AuftragListForm
d2160b15bePROJECTFORGE-3133 add first draft of using TimePeriodPanel in AuftragListForm
f0f0a6d4e1Merge pull request #117 in PF/projectforge from feature/PROJECTFORGE-2433 to develop
876719af39PROJECTFORGE-3113 remove page refresh when changing the filters "deleted" and "search history" in auftrag list form
75059cb910PROJECTFORGE-2200 reorder filter components, refactor code
ab3da0e722PROJECTFORGE-2200 backport the LambdaModel of Wicket 8 and use it
8f5d33285fPROJECTFORGE-3102 add fakturiert filter
91035f86d0PROJECTFORGE-3099 add some comments
83dab542a1PROJECTFORGE-3099 replace drop down for auftrags status by multi choice
ec49a9b7e9PROJECTFORGE-3099 extracted I18nEnumChoiceProvider to use it also for AuftragsStatus
3257aede83PROJECTFORGE-3100 replace dropdown by multichoice, change filtering
07cd2638d8Merge AuftragFilter, remove AuftragListFilter
1be9950754Merge branch 'develop' into feature/PROJECTFORGE-2707
4306722fc5PROJECTFORGE-2707 Refactorings for old enum
117ef3527fPROJECTFORGE-2707 Edit filter and testdata
f0415d4186PROJECTFORGE-2704 Add managers to project and order
3e26c86c51removed previous commit changes, set not invoiced on the right page only for positions
e046cb5a4badd not in invoiced in form
9ebb885224Initial commit