Topic: Tax Report
For UK VAT return, you need total amount of all purchases and sales within the tax period. I've realised that FA is not posting any invoices with zero/nil tax supplier invoices to "trans_tax_details" table. The tax report is fetching tax report data from this table only. For example, I have a supplier who is not VAT registered who is supplying non-vatable items. When posting supplier invoice, I have shipping cost to add. Now say total item cost is £1000 (not vatable) and I add GL account shipping cost of £10 to it. My total sub-total is £1010, Tax £0 and invoice total is £1010. When the invoice is posted, only £1000 is posted to "trans_tax_details" table. My total purchase on this invoice is £1010 not £1000. I want to customise this process by picking the supplier tax code and posting the GL account value to that tax code group. At present, the system is set to work out invoice value based on the tax amount entered in the invoice. Can anyone help me locate the function which does this working and the one that generates insert statement on this table.
Deven