I’m using version 1.6.3, having problem with with taxes.
I would like to put taxes only on invoice, not on items. When I do this, the invoice shows correctly but the taxes stays at 0, event if I selected default tax rate before creating the invoice. The invoice tax always stays 0.
Also, there’s not way to “remove” the “Invoice tax” on an invoice, there should be a drop down box on the invoice form to select the “tax on invoice” applied.
Yes tax by item it 0.00 but the default tax rate for the whole invoice is supposed to be 15% but totaled at 0.00$ … there seems to be a problem with the calculation it was workign well before
# Default Global Amounts Calculation mode - Since 1.6.3
# This change Taxes and discounts calcuation mode
# true : Taxes: Global Y, Item Y. Use classic calculation for Discounts & Taxes : Use same calculation as previous v1.6.3 (Default)
# false : Taxes: Global N, Item Y. Use simple item tax calculation system : Calculate Global discount before Item discount (without tax) and apply item tax on discounted total price
# Notes :
# • "when the client use e-invoice": This is automatically overriden to false by default to use "simple tax" calculation system. It for valid xml data for european models***
# • Dev Note: If you realy need to override by true, just add 'legacy_calculation' => true in `$xml_settings`. (See helpers/XMLconfigs/README.md)
# • *** When use Facturx10Xml and Ubl24Xml XMLtemplates based. Download here: https://github.com/InvoicePlane/InvoicePlane-e-invoices
LEGACY_CALCULATION=true
Open your ipconfig.php and set LEGACY_CALCULATION to false`, see if that helps?
I’m going by what i see on your screenshot. especially the “0.00” on the Invoice Page and the Aucun for the Taux de Taxe
Your goal is to show the exact amount for taxes that you want on your PDF in your Invoice Screen