#2943: AuftragsPositionFormComponent.java

projectforge-wicket/src/main/java/org/projectforge/web/fibu/AuftragsPositionFormComponent.java Java class, projectforge-wicket/src/main/java/org/projectforge/web/fibu/AuftragsPositionFormComponent.java 170 lines · 128 code · 27 comments · 15 blank
Java 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.
c9508769a0Clone of invoices.
91f087e179AuftragsPositionFormComponent: search for order numbers fixed.
1b50060c3aBaseDao: renamed: get -> find, save -> insert, getList -> select, load -> select
a72903e36a*.java, *.kt: StringBuffer -> StringBuilder.
b095e6f7d1!!!!! Big change of Transaction handling: Re-uses PfPersistenceContext as much as possible (not yet finished). Tests doesn't yet run.
d6d3d176f5Migration stuff in progress...
b6092df092Copyright 2023 -> 2024
ab45d51fa4Copyright 2001-2022 -> 2001-2023.
5f7ef41b8cCopyright 2021 -> 2022
ceb63e8a1bSource code header: (C) 2001-2021.
7c79f1922cCopyright of source header -> 2020.
86472fba68AuftragsPositionFormComponent: Autocompletion for order numbers with positions adapted to new dao search (bug fix).
f979e8a429MGC-UPDATE: Update auf Version 3.0.0-SNAPSHOT
4cb5b681c2PROJECTFORGE-3325 Fix order position select, only not deleted position where displayed
ed0f73b142Changed Wicket Version to 7.8. Changed select2 to org.wicketstuff
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
9ebb885224Initial commit