SeedCodeComplete3

Tax

SeedCodeComplete3.Tax History

Hide minor edits - Show changes to output

December 08, 2014, at 02:41 AM by 71.229.202.172 -
Changed lines 11-14 from:
The taxable amount of an invoice line is also calculated in the InvoiceLines table: in the field "PriceLineTotalTaxableAmountCalc".

The taxable amount of the invoice is determined in the  script "Calculate Invoice Total"; and the tax itself in the field Invoices::TaxCalc; that field looks to see if the invoice itself is taxable (the customer may be tax exempt) and what the tax rate is (the tax rate is stored in Invoices::TaxRate).
to:
The taxable amount of an invoice line is also calculated in the InvoiceLines table: in the field "LineTaxableTotal.

The taxable amount of the invoice is determined in the  script "Update Invoice Totals [ ExitFalse ]"; and the tax itself in the field TotalTax; that field looks to see if the invoice itself is taxable (the customer may be tax exempt) and what the tax rate is (the tax rate is stored in Invoices::TaxRate).
Changed lines 17-18 from:
That tax rate is set into the invoice in the script "New Invoice" which contains the default tax rate. If you need to change your tax rate by customer location, you'll need to add a separate set field for the tax rate into the end of the scripts "Select Contact for Invoice" and "Select Company for Invoice".
to:
That tax rate can be set into the invoice in the script "New Invoice" which contains the default tax rate. If you need to change your tax rate by customer location, you'll need to add a separate set field for the tax rate into the end of the script "Ok Contact Selector Invoices."
Added lines 1-18:
!! How is tax calculated in SeedCode Complete?

'''Taxable Items'''

Tax begins in the Items table (select Settings from the layout menu, the click on the Items tab) where items are either marked taxable or not.

This taxable attribute is looked up into the InvoiceLines table when an item is added to an invoice. Since this value is looked up you can change the taxable status of an item once it is on the invoice; you can also add a tax status to invoice lines that might not be related to an item (ad hoc lines).

'''Total Tax'''

The taxable amount of an invoice line is also calculated in the InvoiceLines table: in the field "PriceLineTotalTaxableAmountCalc".

The taxable amount of the invoice is determined in the  script "Calculate Invoice Total"; and the tax itself in the field Invoices::TaxCalc; that field looks to see if the invoice itself is taxable (the customer may be tax exempt) and what the tax rate is (the tax rate is stored in Invoices::TaxRate).

'''Tax Rate'''

That tax rate is set into the invoice in the script "New Invoice" which contains the default tax rate. If you need to change your tax rate by customer location, you'll need to add a separate set field for the tax rate into the end of the scripts "Select Contact for Invoice" and "Select Company for Invoice".

(855) SEEDCODE
[email protected]
Follow us: