Skip to content

muhme/ust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ust

ust - J2EE-Studie E/Ü- und USt-Berechnung

Zum Hintergrund siehe https://www.consulting.heikol.de/ust.html

screenshot.png

Docker Container

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.

Build

You can build an .war archive with you adoption of shell script build.

Documentation

See JavaDoc in folder doc.

Clean-Up

To stop and remove Docker containers and networks:

docker compose down

Trouble-Shouting

  • 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.
  • 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 the bankStatements file and restart Tomcat.

License

This project is licensed under the MIT License.

About

J2EE-Studie E/Ü- und USt-Berechnung

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages