#2933: AbstractRechnungListForm.java

projectforge-wicket/src/main/java/org/projectforge/web/fibu/AbstractRechnungListForm.java Java class, projectforge-wicket/src/main/java/org/projectforge/web/fibu/AbstractRechnungListForm.java 180 lines · 131 code · 30 comments · 19 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
8c2bf04f03WIP: currency conversion with Claude Code.
63081666f6Source file headers: 2024-> 2025.
39417385beMigration stuff in progress...
b6092df092Copyright 2023 -> 2024
ab45d51fa4Copyright 2001-2022 -> 2001-2023.
b1e95b9556Migration to Wicket 8 finished?
4a6390e11dMerge branch 'develop' into feature/wicket8
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
38275e8265PROJECTFORGE-3404 Add filter for paymentType to invoice list form
347abe2fcdAdditional radio group fix
74133b8bb4Remove backport of lambda model and replace it with wicket/LambdaModel
dd14a205b8PROJECTFORGE-3069 add UI elements and filter for filtering by period of performance in RechnungListPage
0d9f70a71dPROJECTFORGE-3069 preparations for filtering by period of performance in RechnungListPage
6fa1d209ffPROJECTFORGE-3134 fix bug where the datepicker did not reset when the filter was reset
4f5d0e52d8PROJECTFORGE-3134 fix timezone problem with filter in AbstractRechnungListForm
94611265b1PROJECTFORGE-3134 replace date and month selection in AbstractRechnungListForm by TimePeriodPanel, remove duplicated code
57a06fde08PROJECTFORGE-3110 remove page refresh when changing the filters "deleted" and "search history" in both rechnung list forms
cbc9ba3551PROJECTFORGE-3110 do not refresh rechnung list page on filter change
9ebb885224Initial commit