node-sales-tax
node-sales-tax copied to clipboard
:moneybag: International sales tax calculator for Node (offline, but provides optional online VAT number fraud check). Tax rates are kept up-to-date.
Hi there, Thanks for building this wonderfully useful library. We're planning on using this in our e-commerce platform which allows users in several different countries to sell to their customers....
WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142 WARN deprecated [email protected]: this library is no longer supported
fixes https://github.com/valeriansaliou/node-sales-tax/issues/39 This PR adds `Madeira` and `Azores` autonomous state tax by substracting tax from main `PT` country tax. This also fixes the `details` node that was still containing the...
I was looking to use node-sales-tax in a small expense tracking project and I wanted to automatically set the sales tax base on the user location. While reading the documentation,...
Can you add a function that replaces and overrides the 'sales_tax_rates.json' ? So instead of using the ... var tax_rates = require("../res/sales_tax_rates.json"); ... in your 'sales_tax.js', someone can define and...
I appreciate that you reduce the complexity of international tax by assuming services as the standard GST/VAT category, but it would be great to include the additional rates from the...
Hi, thank you for all your effort! A questions... In Philadelphia the sales tax rate is 8%, Pittsburgh it is 7%, and most of PA it is only 6%. Is...
Used `jsvat` package is not actively supported anymore. But it has a maintained fork with multiple updates, including GB/XI support (linked issue: https://github.com/valeriansaliou/node-sales-tax/issues/51): https://www.npmjs.com/package/jsvat-next. - Swapped `jsvat` with `jsvat-next`. -...
for getting value of the sales tax TN, the value is wrong, this is the response i get result is: {"type":"vat","rate":0.07,"currency":"USD","area":"national","exchange":"consumer","charge":{"direct":true,"reverse":false},"details":[{"type":"vat","rate":0.07}]} this is the function getting the result const result...
following changes only for testing packages. node version 6,8,10 is failing so removed from the test.yml file. updated istanbul, mocha, and lint.