This is a frontend µ-service providing a user interface to check an employment status for tax purposes.
This frontend interfaces with a backend µ-service (off-payroll-decision) which contains the rules engine for determining the employment status.
To run the application with PDF Generation off:
sbt "run 9843"
To run the application with PDF Generation on:
sbt "run 9843" -DoffPayrollPdf=true
To check the latest dependency versions:
sbt dependencyUpdates
This code is open source software licensed under the Apache 2.0 License