Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.
/ vat-calculator Public archive

Tax calculator for new reverse-charge processing within the european union.

Notifications You must be signed in to change notification settings

rokde/vat-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vat-calculator

Tax calculator for new reverse-charge processing within the european union.

Clone the repository and open index.html in your browser.

Usage

<script src="dist/vat-calculator-1.0.1.min.js"></script>

var country = "AT", company = false;

function calculateSum() {
	/* @var Price price */
	var price = calculator.calculate(country, company);
}

About

Tax calculator for new reverse-charge processing within the european union.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published