项目作者: bkobeszko

项目描述 :
A B2B income calculator with Polish tax rules.
高级语言: Java
项目地址: git://github.com/bkobeszko/b2bcalculator.git
创建时间: 2018-10-30T18:09:07Z
项目社区:https://github.com/bkobeszko/b2bcalculator

开源协议:GNU Affero General Public License v3.0

下载


B2B calculator

Find out how much you will earn at your own business in Poland!

A B2B income calculator with Polish tax rules.

Built with Java, powered by Spring Boot, money calculation by Joda Money, presented as a single page, mobile-first app by Thymeleaf and Semantic UI, all running on top of a Jetty app server.
Tested by TestNG & AssertJ duo.

You can check this code, which is running on https://kalkulatorb2b.beskode.pl

Compilation

This is a classic Maven app. This is based on Spring Boot, so popular IDEs will open, compile and run it seamlessly.
However, the quicker way is to run one of these Maven commands:

Full build:

  1. mvn clean package

After one full build you can build without frontend Semantic UI components:

  1. mvn clean package -Dskip.npm -Dskip.gulp

Without unit tests:

  1. mvn clean package -Dmaven.test.skip=true

Without frontend and unit tests:

  1. mvn clean package -Dskip.npm -Dskip.gulp -Dmaven.test.skip=true

Development

Watch and build frontend file at runtime during frontend development and debugging (for Unix systems use /):

  1. cd src\main\frontend
  2. gulp semantic_ui_watch

Running

  1. cd target
  2. java -jar b2bcalculator-1.2.0.jar

Then open in web browser:

  1. http://localhost:5000

Brought to you by BESKODE.
Author does not take any responsibility for using calculation results in tax settlements.