#2976: KontoFormComponent.java
projectforge-wicket/src/main/java/org/projectforge/web/fibu/KontoFormComponent.java Java class, projectforge-wicket/src/main/java/org/projectforge/web/fibu/KontoFormComponent.java 142 lines · 107 code · 22 comments · 13 blank
Reusable form component for account (`Konto`) data entry. Provides input fields for account number, name, description, and type with auto-completion and validation. Can be embedded in various financial pages.
Git History
868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
b3782c8a8 Migration stuff in progress...
1b50060c3 BaseDao: renamed: get -> find, save -> insert, getList -> select, load -> select
b095e6f7d !!!!! Big change of Transaction handling: Re-uses PfPersistenceContext as much as possible (not yet finished). Tests doesn't yet run.