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 2007/09/24 23:48:50 UTC

[jira] Created: (OFBIZ-1262) A different implementation of VAT Tax calculation

A different implementation of VAT Tax calculation 
--------------------------------------------------

                 Key: OFBIZ-1262
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1262
             Project: OFBiz
          Issue Type: Improvement
          Components: ecommerce, order
    Affects Versions: SVN trunk
            Reporter: Marco Risaliti
            Priority: Minor
             Fix For: SVN trunk
         Attachments: 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.


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

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12610683#action_12610683 ] 

Jacques Le Roux commented on OFBIZ-1262:
----------------------------------------

Hi Marco,

I think there will be a new effort regarding VAT in OFBiz (see http://docs.ofbiz.org/display/OFBIZ/VAT). Do you think that these patches should still be considered ?

> 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: ecommerce, order
>    Affects Versions: SVN trunk
>            Reporter: Marco Risaliti
>            Assignee: Jacques Le Roux
>            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.


[jira] Updated: (OFBIZ-1262) A different implementation of VAT Tax calculation

Posted by "Marco Risaliti (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marco Risaliti updated OFBIZ-1262:
----------------------------------

    Attachment: CalculateVatTax2.patch

This is the first patch to show how the new vat tax calculation can be work.

PLEASE DO NOT COMMIT THIS PATCH, IT IS NOT COMPLETED AND TESTED.
I HAVE ADD ONLY TO RECEIVE FEEDBACK AND WHEN IT WILL WORK CORRECTLY AND ACCEPTED IT CAN BE COMMITTED.

Thanks in advance
Marco

> A different implementation of VAT Tax calculation 
> --------------------------------------------------
>
>                 Key: OFBIZ-1262
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1262
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ecommerce, order
>    Affects Versions: SVN trunk
>            Reporter: 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.


[jira] Updated: (OFBIZ-1262) A different implementation of VAT Tax calculation

Posted by "Marco Risaliti (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marco Risaliti updated OFBIZ-1262:
----------------------------------

    Attachment: ecommerceEu.zip

This is the application ecommerceEu to be installed into the folder application/ecommerce/webapp.

> A different implementation of VAT Tax calculation 
> --------------------------------------------------
>
>                 Key: OFBIZ-1262
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1262
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ecommerce, order
>    Affects Versions: SVN trunk
>            Reporter: Marco Risaliti
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: 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.


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

Posted by "Marco Risaliti (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marco Risaliti updated OFBIZ-1262:
----------------------------------

    Summary: Complete the support for VAT (Value-Added-Tax)  (was: A different implementation of VAT Tax calculation )

I have changed the title according to the document  New Features Roadmap - Draft .


> 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: ecommerce, order
>    Affects Versions: SVN trunk
>            Reporter: Marco Risaliti
>            Assignee: Jacques Le Roux
>            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.


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

Posted by "Marco Risaliti (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12610744#action_12610744 ] 

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

Hi Jacques,

it can be used but I didn't know if it's the final solution that the community will choose to implement VAT tax, probably those patches has to be updated because same conflict can be happened.
I'm not available now because I'm in holiday anyway I can help 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: ecommerce, order
>    Affects Versions: SVN trunk
>            Reporter: Marco Risaliti
>            Assignee: Jacques Le Roux
>            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.


[jira] Commented: (OFBIZ-1262) A different implementation of VAT Tax calculation

Posted by "Marco Risaliti (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12529998 ] 

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

The new vat tax calculation can be visible into the cart and during check out from ecommerceEu for the moment.

> A different implementation of VAT Tax calculation 
> --------------------------------------------------
>
>                 Key: OFBIZ-1262
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1262
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ecommerce, order
>    Affects Versions: SVN trunk
>            Reporter: 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.


[jira] Assigned: (OFBIZ-1262) A different implementation of VAT Tax calculation

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux reassigned OFBIZ-1262:
--------------------------------------

    Assignee: Jacques Le Roux

> A different implementation of VAT Tax calculation 
> --------------------------------------------------
>
>                 Key: OFBIZ-1262
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1262
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ecommerce, order
>    Affects Versions: SVN trunk
>            Reporter: Marco Risaliti
>            Assignee: Jacques Le Roux
>            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.


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

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12786527#action_12786527 ] 

Jacques Le Roux commented on OFBIZ-1262:
----------------------------------------

Not sure the work done here will ever be used totally. But I'm sure there are ideas to look at, so I don't close it. Also [this thread is related|http://markmail.org/message/x3wi64srhbwxrbme]

> 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: Jacques Le Roux
>            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.