ust - J2EE-Studie E/Ü- und USt-Berechnung
Zum Hintergrund siehe https://www.consulting.heikol.de/ust.html
There is a Docker environment prepared with minimalistic test data. You can create your own instance with the following commands:
git clone https://github.com/muhme/ust
cd ust
docker compose up -d
Then you have a test instance running on http://localhost:8080/ust. Container directory /usr/local/tomcat/webapps/ust/data is mapped to host directory data.
You can build an .war archive with you adoption of shell script build.
See JavaDoc in folder doc.
To stop and remove Docker containers and networks:
docker compose down
- Duplicate Bookings in the List:
Bookings with unique IDs were displayed multiple times in the booking list.
- 👉 Stop Tomcat, delete the
cache/work
folder, and restart Tomcat.
- 👉 Stop Tomcat, delete the
- Exception:
de.hlu.ust.AppException: Kann keine Buchung mit der bankStatementId 4711 finden!
- 👉 Stop tomcat, delete the line with the specified ID (e.g.
4711
) in thebankStatements
file and restart Tomcat.
- 👉 Stop tomcat, delete the line with the specified ID (e.g.
This project is licensed under the MIT License.