forked from jverein/jverein
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature automatische Verbuchung von Steuern (#66)
* neue Felder für Buchungsart: Steuer und Buchungsart, auf welche die Steuer gebucht werden soll, kann jetzt angegeben werden * - Steuer wird nun automatisch anhand von Buchungsart verbucht - zusätzlich gibt es nun eine DependecyId in der Buchung, welche abhängige Buchungen in einer Splitbuchung anzeigt (über die DB Id ist dies nicht möglich, weil der erst generiert wird, wenn alles gespeichert wird) * Auswertung Steuern in BuchungsklasseSaldo * Fix: Exceptions and allow saving - Allow saving Buchungsart without "Steuer Buchungsart" - Show "Steuer Buchungsart" in Dropdown even if spenden is NULL in DB - Fix exception in BuchungsklasseSaldoList - Reduce SQL queries in BuchungsklasseSaldoList - Remove unused imports * Multiple updates on buchungsart Fix: SelectInput behavior Add: New insertCheck for buchungsart Add: Reload on completly new buchungsart entry * Allow selecting steuersatz and buchungsart for new items Remove: Need to save once to get an item ID Reduce complexity in code * Fix: Remove hasChanged test * Fix: NullPointerException HashMap - Fixed java.lang.NullPointerException: Cannot invoke "java.lang.Double.doubleValue()" by adding default key/value to hashmap - Removed unused hashmap - Fix wording --------- Co-authored-by: VinzentRudolf <[email protected]> Co-authored-by: Alexander Dippe <[email protected]>
- Loading branch information
1 parent
406ad0a
commit 0f660d3
Showing
19 changed files
with
873 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.