Receipt management web application on behalf of szamlazz.hu
Architecture: JavaEE 8
Frontend: JSF
Application server: JBoss/Wildfly 20.0.1.
- action-szamla_agent_nyugta_create
- action-szamla_agent_nyugta_get
- action-szamla_agent_nyugta_storno
- action-szamla_agent_nyugta_send
Build with Maven
$ mvn clean package
# build a custom image
$ docker build -t invoice-agent:1.0 .
# run server
$ docker run -p 8080:8080 invoice-agent:1.0
Address: http://localhost:8080/InvoiceAgent-1.0-SNAPSHOT/login.xhtml