driesvints / vat-calculator

Handle all the hard stuff related to EU MOSS tax/vat regulations, the way it should be.
MIT License
1.2k stars 88 forks source link

How to handle gross values? #140

Closed renepardon closed 2 years ago

renepardon commented 2 years ago

For example you want to calculate tax from gross value and also receive resulting net value? Usually I would to gross/(19/100+1) = net, gross-net=vatValue

driesvints commented 2 years ago

I'm not sure. It's probably best that you try a support channel:

renepardon commented 2 years ago

@driesvints thanks for closing this issues so fast - it might be a nice idea for a feature request because if you have an online shop and sell products with gross price, the net price and vat needs to be calculated. (B2C)

driesvints commented 2 years ago

@renepardon thanks for expecting I'd help you out for free. I'm not free support and I don't have time atm to figure out how to handle all this.