Hi,

Have you checked the Order Tax Details model? It's an inline on the
order.
Looks like you can add new taxes to the order. Never used it so I am
not sure if thats what you are looking for.
But if so you can easily access it from the invoice template to print
it on the invoice or use a template tag
to return the correct amount and formatting.
Let me know:)

lzantal

On Jul 19, 8:39 am, pmetras <[email protected]> wrote:
> Hi,
>
> In Canada, we need to print the invoice with tax details. For
> instance, for a customer from Quebec where TPS (federal) and TVQ
> (provincial) taxes have to be applied, we should print:
>
> Product            10.00$
> Shipping            1.00$
> TPS (5%)            0.55$
> TVQ (7.5%)          0.87$
> Total              12.42$
>
> You notice that taxes apply on shipping too. And that the second tax
> is calculated on the total from previous lines: 0.87$ = (10.00 + 1.00
> + 0.55) * 7.5%
>
> From what I understand from my developers, this can't be done with the
> existing tax modules from Satchmo. One of the reasons they invoke is
> that Stachmo keeps only the total amount of the taxes, so in this
> example 1.42$.
>
> This subject has already asked in this group (http://groups.google.com/
> group/satchmo-users/browse_thread/thread/
> ce86806bca82ee13/19104921a41e91d4?lnk=gst&q=quebec#19104921a41e91d4),
> but I don't think a solution was found. From that post, a link on the
> way it is done for Zoho 
> Invoice:http://blogs.zoho.com/general/support-for-stacked-or-compound-taxes-i...
>
> What would be the best way to implement this tax process?
>
> Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en.

Reply via email to