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.
* Add tax calculation add columns steuersatz, steuerbetrag in table mitgliedskonto add availability to print steuersatz and steuerbetrag in bills PDF calculate steuerbtrag in Abrechnungslauf show steuersatz and steuerbetrag in Abrechnungslauf view * Cleanup on tax caclulation * Update tax calculation Add bill amount without taxes (nettobetrag) * Bugfix tax calculation Fix calulations of taxes nettobetrag and steuerbetrag * Bugfix tax calculation in member bill account Bugfix in member bill account Beautify form preview taxes and values * code cleanup * Change wording Summe to USt. * Add Umsatzsteueroption in settings Change sum wording in forms if tax option is set to true * Format sum of taxes wording * Format taxes Taxes are now in align right * Fix: Set tax rate if buchungsart != null * Fix: Allow null values for nettobetrag, steuersatz, steuerbetrag in database * Zeige Tabellenspalten nur bei gesetzter Umsatzsteueroption --------- Co-authored-by: Alexander Dippe <[email protected]>
- Loading branch information
Showing
17 changed files
with
308 additions
and
49 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="src" path="junit/src"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> | ||
<classpathentry exported="true" kind="src" path="/jameica"/> | ||
<classpathentry kind="lib" path="lib/nc.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/javax.mail-1.6.2.jar"/> | ||
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/hibiscus"/> | ||
<classpathentry exported="true" kind="lib" path="lib/activation.jar"/> | ||
<classpathentry exported="true" kind="lib" path="/hibiscus/lib/obantoo-bin-2.1.12.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/bsh-core-2.0b4.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/csvjdbc.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/itext-hyph-xml.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/jollyday-0.4.7.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/joda-time-2.3.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/snakeyaml-1.13.jar"/> | ||
<classpathentry exported="true" kind="lib" path="/jameica/lib/swt/win64/swt.jar" sourcepath="/jameica/lib.src/swt/linux/swt.src.zip"/> | ||
<classpathentry exported="true" kind="lib" path="lib/junit-4.8.1.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/javase-3.1.0.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/core-3.1.0.jar"/> | ||
<classpathentry exported="true" kind="lib" path="/jameica/lib/de_willuhn_ds/de_willuhn_ds.jar"/> | ||
<classpathentry exported="true" kind="lib" path="/hibiscus/lib/super-csv-2.4.0.jar"/> | ||
<classpathentry exported="true" kind="lib" path="/hibiscus/lib/itext-pdfa-5.5.2.jar"/> | ||
<classpathentry exported="true" kind="lib" path="/hibiscus/lib/itextpdf-5.5.2.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/freemarker-2.3.23.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/jackson-core-2.6.1.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/jsoup-1.8.3.jar"/> | ||
<classpathentry kind="lib" path="lib/vinnie-2.0.1.jar"/> | ||
<classpathentry kind="lib" path="lib/ez-vcard-0.10.3.jar"/> | ||
<classpathentry kind="output" path="bin"/> | ||
</classpath> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="src" path="junit/src"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> | ||
<classpathentry exported="true" kind="src" path="/jameica"/> | ||
<classpathentry kind="lib" path="lib/nc.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/javax.mail-1.6.2.jar"/> | ||
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/hibiscus"/> | ||
<classpathentry exported="true" kind="lib" path="lib/activation.jar"/> | ||
<classpathentry exported="true" kind="lib" path="/hibiscus/lib/obantoo-bin-2.1.12.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/bsh-core-2.0b4.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/csvjdbc.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/itext-hyph-xml.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/jollyday-0.4.7.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/joda-time-2.3.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/snakeyaml-1.13.jar"/> | ||
<classpathentry exported="true" kind="lib" path="/jameica/lib/swt/win64/swt.jar" sourcepath="/jameica/lib.src/swt/linux/swt.src.zip"/> | ||
<classpathentry exported="true" kind="lib" path="lib/junit-4.8.1.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/javase-3.1.0.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/core-3.1.0.jar"/> | ||
<classpathentry exported="true" kind="lib" path="/jameica/lib/de_willuhn_ds/de_willuhn_ds.jar"/> | ||
<classpathentry exported="true" kind="lib" path="/hibiscus/lib/super-csv-2.4.0.jar"/> | ||
<classpathentry exported="true" kind="lib" path="/hibiscus/lib/itext-pdfa-5.5.2.jar"/> | ||
<classpathentry exported="true" kind="lib" path="/hibiscus/lib/itextpdf-5.5.2.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/freemarker-2.3.23.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/jackson-core-2.6.1.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/jsoup-1.8.3.jar"/> | ||
<classpathentry kind="lib" path="lib/vinnie-2.0.1.jar"/> | ||
<classpathentry kind="lib" path="lib/ez-vcard-0.10.3.jar"/> | ||
<classpathentry kind="output" path="bin"/> | ||
</classpath> |
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
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
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
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
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.