#3012: PaymentSchedulePanel.java

projectforge-wicket/src/main/java/org/projectforge/web/fibu/PaymentSchedulePanel.java Wicket Panel (FIBU), projectforge-wicket/src/main/java/org/projectforge/web/fibu/PaymentSchedulePanel.java 188 lines · 130 code · 36 comments · 22 blank
Wicket panel component for PaymentSchedule display and interaction.

Git History

868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
bf34e42b0 Migration stuff in progress...
d6d3d176f Migration stuff in progress...
06828f490 Migration stuff in progress...
b6092df09 Copyright 2023 -> 2024
ab45d51fa Copyright 2001-2022 -> 2001-2023.
5f7ef41b8 Copyright 2021 -> 2022
6099dfebc OrderBook: deletion of single positions of payment schedule implemented.
ceb63e8a1 Source code header: (C) 2001-2021.
aa643b474 Replaced Dates with LocalDates in Gantt classes
2ceea1b9f Replace more DatePanel with LocalDatePanel + Code Cleanup
a6a7aece4 Optimize Imports
7c79f1922 Copyright of source header -> 2020.
f979e8a42 MGC-UPDATE: Update auf Version 3.0.0-SNAPSHOT
a6591550f PROJECTFORGE-3173 require date and amount in payment schedule, add missing labels for required error message, fix findbugs issue
4d15d3bef PROJECTFORGE-3103, 3109: - Refactored AuftragDO 	- getPositionen is now private 	- add new methods which return the list of AuftragPosition with and without marked as deleted elements
c7847962c PROJECTFORGE-2454 fix problem with persistence
5581167a4 PROJECTFORGE-2454 add position column to payment schedule panel
9ebb88522 Initial commit