Skip to content

ventojna/gns-calc-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gns-calc-api

German net salary calucaltion REST API

Lohnsteuer from MarcelLehmann is used to calculate German salary taxes.

To build the projekct you need to add Lohnsteuer.jar from MarcelLehmann to your local maven repository:

  mvn install:install-file 
    -Dfile=[path to the jar e.g. c:\tmp\lohnsteuer.jar]
    -DgroupId=de.powerproject.lohnpap.pap 
    -DartifactId=lohnsteuer 
    -Dversion=[year e.g. 2019] 
    -Dpackaging=jar 
    -DgeneratePom=true

About

German net salray calucaltion REST API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages