You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Marco Risaliti (JIRA)" <ji...@apache.org> on 2010/12/02 21:22:10 UTC

[jira] Commented: (OFBIZ-1262) Complete the support for VAT (Value-Added-Tax)

    [ https://issues.apache.org/jira/browse/OFBIZ-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12966263#action_12966263 ] 

Marco Risaliti commented on OFBIZ-1262:
---------------------------------------

Hi David & Jacques,

I have tested last trunk revision that includes the improvements done by David and it seems to me a better and easy way compare to what I have proposed here in this task some years ago.
So I could close this issue has won't be fix.
A small difference I have noticed is that normally in e-commerce site that sell products with VAT taxes when you add products to cart the taxes are normally included or showed immediately and not like now that they are calculated when you select the shipment destination address.
Normally the taxes are calculated basically from the shipment origin once selected the product.
This can be considered as another improvement can be done later.

Thanks
Marco


> Complete the support for VAT (Value-Added-Tax)
> ----------------------------------------------
>
>                 Key: OFBIZ-1262
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1262
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order, specialpurpose/ecommerce
>    Affects Versions: SVN trunk
>            Reporter: Marco Risaliti
>            Assignee: Marco Risaliti
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: CalculateVatTax2.patch, ecommerceEu.zip
>
>
> I have tried to implement a different of VAT Tax calculation without total change the actual calculation of tax for USA.
> I have add a new field into the ProductStore to understand if for a store the vat tax has to be calculated (calculateVatTax).
> The old field showPricesWithVatTax it will be used only if the calculateVatTax will be set to yes for show the prices with tax included or excluded.
> I have created a sample application (ecommerceEu) to show how it's working.
> For the moment I have used only two product with vat tax calculated (GZ-1000 and GZ-1001).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.