Is there a way to make certain items always come up checked as taxable and others not?
Also, where do the calculations on the invoice happen? I want to add a calculation that minuses my tax rate for each taxable item.
I would like to take my set of prices that are tax inclusive, show the subtotals without taxes, add
the taxes, and have a round number at the end. If that makes sense.
Thanks.
Taxable Items
5 posts
• Page 1 of 1
Posts: 14
Joined: Tue Feb 09, 2010 3:52 pm |
|
Posts: 2764
Joined: Thu Nov 20, 2003 11:01 am |
Are you asking about SeedCode Complete, or your own solution? Complete has a tax rate for the order, not per item, though that is easy enough to change. In any system the idea is that you sum the prices of the items at the invoice level, the sum the item's tax amount the same way: in this manner you can show the subtotal without tax, and the tax, before adding them together.
Hope that helps, John John Sindelar
SeedCode |
Posts: 14
Joined: Tue Feb 09, 2010 3:52 pm |
Well I want to modify Seedcode but I don't know where the calculations happen?
Basically, all our prices are tax inclusive, and they are all rounded off to a dollar, but I have to show how much people are paying in taxes. I have a spreadsheet that is doing what I want, but I need to know where in seedcode to add the formulas. Thanks. |
Posts: 2764
Joined: Thu Nov 20, 2003 11:01 am |
Gotcha.
We have a description of how tax works here: http://www.seedcode.com/pmwiki/pmwiki.p ... plete2.Tax In light of that I'd adjust the field InvoiceLines::PriceLineTotalTaxableAmountCalc to extract the tax amount out of the line item's tax inclusive price. Then adjust the script "Calculate Invoice Total" so that the sum total of items is the total item price *minus* the sum of the taxable amounts. Hope that helps, John John Sindelar
SeedCode |
Posts: 14
Joined: Tue Feb 09, 2010 3:52 pm |
Great I got it working perfectly!
|
5 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 2 guests