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

Reverse charge #125

Closed iqsek closed 2 years ago

iqsek commented 2 years ago

Hi,

When our company is based in EU and other company from EU (they have valid VAT number) bought our product then they shouldn't be charged Vat it's called reverse charge is there any way to implement this in this calculator?

driesvints commented 2 years ago

Heya, can you share some code? Are you properly indicating both parties as companies through the library's API as detailed in the readme?

iqsek commented 2 years ago

Hey, i am currently working with spark for laravel in which i have turned on feature for collecting EU Vat and that works fine expect reverse charge is not working.

driesvints commented 2 years ago

I'll need code to reproduce this. Please try reproducing the issue through a Laravel app. Otherwise it's best that you contact spark support.

iqsek commented 2 years ago

Okay thanks for help