0% VAT
-
Hi,
I have similar issue to the one mentioned in here: https://www.ads-software.com/support/topic/not-charging-vat-below-threshold-10-000/
The goods sold by the shop are rated at 0% VAT. After reaching 10k of sales to the EU I’m obligated to include VAT of destination country.
Current implementation doesn’t include in reports orders with 0% VAT (https://github.com/vendidero/one-stop-shop-woocommerce/blob/main/src/AsyncReportGenerator.php#L142-L163) which is quite problematic for my use case.
The filter “oss_woocommerce_report_include_order” could potentially solve my issue but would have to backport all of the ifs back, so I was thinking maybe the filter should get the result of all 3 ifs as an input argument and then decide if this order should or not be included, what do you think?
Regards.
- The topic ‘0% VAT’ is closed to new replies.