Potential bugs in VAT / GST for Ecommerce Shipping Calculations
--------------------------------------------------------------- Key: OFBIZ-1907 URL: https://issues.apache.org/jira/browse/OFBIZ-1907 Project: OFBiz Issue Type: Bug Components: ecommerce Affects Versions: SVN trunk Environment: Tests carried out on SVN 681212 Reporter: Sharan Foga Priority: Minor Hi I've been running some test scripts around the Customer Order Process using SVN1212 and have found what I think are some potential bugs. They are as follows: 1. Shopping Cart total error when the product is setup to include tax in the price (Note: The total being displayed does not include the tax) 2. No Sales Tax calculated on Shipping charges when using Quick Checkout for Checkout without Login (Note: It does calculate for Registered Users and also if a new login is created) 3. When using 'Checkout' for Checkout without Login once the Payment Method is selected and the 'Continue' button is pressed the error message " org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://ecommerce/widget/OrderScreens.xml#paymentinformation]: groovy.lang.MissingPropertyException: No such property: postalAddress for class: PaymentInformation (No such property: postalAddress for class: PaymentInformation) " is displayed. 4. Final Order Review screen - tax on shipping is added to the order total but no adjustment line is displayed to show the amount added for the shipping tax (Note: Sales Tax total includes the shipping tax) Please see attached file for step by step details of the scripts that were run and their results. Let me know if you need anymore information. Thanks Sharan -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sharan Foga updated OFBIZ-1907: ------------------------------- Attachment: jira_20080805.html > Potential bugs in VAT / GST for Ecommerce Shipping Calculations > --------------------------------------------------------------- > > Key: OFBIZ-1907 > URL: https://issues.apache.org/jira/browse/OFBIZ-1907 > Project: OFBiz > Issue Type: Bug > Components: ecommerce > Affects Versions: SVN trunk > Environment: Tests carried out on SVN 681212 > Reporter: Sharan Foga > Priority: Minor > Attachments: jira_20080805.html > > > Hi > I've been running some test scripts around the Customer Order Process using SVN1212 and have found what I think are some potential bugs. > They are as follows: > 1. Shopping Cart total error when the product is setup to include tax in the price (Note: The total being displayed does not include the tax) > 2. No Sales Tax calculated on Shipping charges when using Quick Checkout for Checkout without Login (Note: It does calculate for Registered Users and also if a new login is created) > 3. When using 'Checkout' for Checkout without Login once the Payment Method is selected and the 'Continue' button is pressed the error message > " org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://ecommerce/widget/OrderScreens.xml#paymentinformation]: groovy.lang.MissingPropertyException: No such property: postalAddress for class: PaymentInformation (No such property: postalAddress for class: PaymentInformation) " is displayed. > 4. Final Order Review screen - tax on shipping is added to the order total but no adjustment line is displayed to show the amount added for the shipping tax (Note: Sales Tax total includes the shipping tax) > Please see attached file for step by step details of the scripts that were run and their results. > Let me know if you need anymore information. > Thanks > Sharan -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619771#action_12619771 ] Jacques Le Roux commented on OFBIZ-1907: ---------------------------------------- Thanks Sharan, I will have a look soon... > Potential bugs in VAT / GST for Ecommerce Shipping Calculations > --------------------------------------------------------------- > > Key: OFBIZ-1907 > URL: https://issues.apache.org/jira/browse/OFBIZ-1907 > Project: OFBiz > Issue Type: Bug > Components: ecommerce > Affects Versions: SVN trunk > Environment: Tests carried out on SVN 681212 > Reporter: Sharan Foga > Priority: Minor > Attachments: jira_20080805.html > > > Hi > I've been running some test scripts around the Customer Order Process using SVN1212 and have found what I think are some potential bugs. > They are as follows: > 1. Shopping Cart total error when the product is setup to include tax in the price (Note: The total being displayed does not include the tax) > 2. No Sales Tax calculated on Shipping charges when using Quick Checkout for Checkout without Login (Note: It does calculate for Registered Users and also if a new login is created) > 3. When using 'Checkout' for Checkout without Login once the Payment Method is selected and the 'Continue' button is pressed the error message > " org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://ecommerce/widget/OrderScreens.xml#paymentinformation]: groovy.lang.MissingPropertyException: No such property: postalAddress for class: PaymentInformation (No such property: postalAddress for class: PaymentInformation) " is displayed. > 4. Final Order Review screen - tax on shipping is added to the order total but no adjustment line is displayed to show the amount added for the shipping tax (Note: Sales Tax total includes the shipping tax) > Please see attached file for step by step details of the scripts that were run and their results. > Let me know if you need anymore information. > Thanks > Sharan -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12621870#action_12621870 ] Jacques Le Roux commented on OFBIZ-1907: ---------------------------------------- Sharan, 1. OFBiz is not designed for putting taxes in prices. We have already discussed that and concluded that, for now at least, it's our decision. I'd like also to deal with that but it's not as easy as it seems... 2. I will have a look 3. I think I have fixed this in Revision: 685095 4. I will have a look Thanks > Potential bugs in VAT / GST for Ecommerce Shipping Calculations > --------------------------------------------------------------- > > Key: OFBIZ-1907 > URL: https://issues.apache.org/jira/browse/OFBIZ-1907 > Project: OFBiz > Issue Type: Bug > Components: ecommerce > Affects Versions: SVN trunk > Environment: Tests carried out on SVN 681212 > Reporter: Sharan Foga > Priority: Minor > Attachments: jira_20080805.html > > > Hi > I've been running some test scripts around the Customer Order Process using SVN1212 and have found what I think are some potential bugs. > They are as follows: > 1. Shopping Cart total error when the product is setup to include tax in the price (Note: The total being displayed does not include the tax) > 2. No Sales Tax calculated on Shipping charges when using Quick Checkout for Checkout without Login (Note: It does calculate for Registered Users and also if a new login is created) > 3. When using 'Checkout' for Checkout without Login once the Payment Method is selected and the 'Continue' button is pressed the error message > " org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://ecommerce/widget/OrderScreens.xml#paymentinformation]: groovy.lang.MissingPropertyException: No such property: postalAddress for class: PaymentInformation (No such property: postalAddress for class: PaymentInformation) " is displayed. > 4. Final Order Review screen - tax on shipping is added to the order total but no adjustment line is displayed to show the amount added for the shipping tax (Note: Sales Tax total includes the shipping tax) > Please see attached file for step by step details of the scripts that were run and their results. > Let me know if you need anymore information. > Thanks > Sharan -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reassigned OFBIZ-1907: -------------------------------------- Assignee: Jacques Le Roux > Potential bugs in VAT / GST for Ecommerce Shipping Calculations > --------------------------------------------------------------- > > Key: OFBIZ-1907 > URL: https://issues.apache.org/jira/browse/OFBIZ-1907 > Project: OFBiz > Issue Type: Bug > Components: ecommerce > Affects Versions: SVN trunk > Environment: Tests carried out on SVN 681212 > Reporter: Sharan Foga > Assignee: Jacques Le Roux > Priority: Minor > Attachments: jira_20080805.html > > > Hi > I've been running some test scripts around the Customer Order Process using SVN1212 and have found what I think are some potential bugs. > They are as follows: > 1. Shopping Cart total error when the product is setup to include tax in the price (Note: The total being displayed does not include the tax) > 2. No Sales Tax calculated on Shipping charges when using Quick Checkout for Checkout without Login (Note: It does calculate for Registered Users and also if a new login is created) > 3. When using 'Checkout' for Checkout without Login once the Payment Method is selected and the 'Continue' button is pressed the error message > " org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://ecommerce/widget/OrderScreens.xml#paymentinformation]: groovy.lang.MissingPropertyException: No such property: postalAddress for class: PaymentInformation (No such property: postalAddress for class: PaymentInformation) " is displayed. > 4. Final Order Review screen - tax on shipping is added to the order total but no adjustment line is displayed to show the amount added for the shipping tax (Note: Sales Tax total includes the shipping tax) > Please see attached file for step by step details of the scripts that were run and their results. > Let me know if you need anymore information. > Thanks > Sharan -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12753506#action_12753506 ] Jacques Le Roux commented on OFBIZ-1907: ---------------------------------------- Sharan, I think I have misunderstood what you said at point 1 and I guess it's now fixed with the changes I commited recently > Potential bugs in VAT / GST for Ecommerce Shipping Calculations > --------------------------------------------------------------- > > Key: OFBIZ-1907 > URL: https://issues.apache.org/jira/browse/OFBIZ-1907 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ecommerce > Affects Versions: SVN trunk > Environment: Tests carried out on SVN 681212 > Reporter: Sharan Foga > Assignee: Jacques Le Roux > Priority: Minor > Attachments: jira_20080805.html > > > Hi > I've been running some test scripts around the Customer Order Process using SVN1212 and have found what I think are some potential bugs. > They are as follows: > 1. Shopping Cart total error when the product is setup to include tax in the price (Note: The total being displayed does not include the tax) > 2. No Sales Tax calculated on Shipping charges when using Quick Checkout for Checkout without Login (Note: It does calculate for Registered Users and also if a new login is created) > 3. When using 'Checkout' for Checkout without Login once the Payment Method is selected and the 'Continue' button is pressed the error message > " org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://ecommerce/widget/OrderScreens.xml#paymentinformation]: groovy.lang.MissingPropertyException: No such property: postalAddress for class: PaymentInformation (No such property: postalAddress for class: PaymentInformation) " is displayed. > 4. Final Order Review screen - tax on shipping is added to the order total but no adjustment line is displayed to show the amount added for the shipping tax (Note: Sales Tax total includes the shipping tax) > Please see attached file for step by step details of the scripts that were run and their results. > Let me know if you need anymore information. > Thanks > Sharan -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12754650#action_12754650 ] Sharan Foga commented on OFBIZ-1907: ------------------------------------ Hi Jacques I've just done some tests with SVN 814257 and all the things mentioned in this issue are now fixed so it can now be closed. Merci Sharan > Potential bugs in VAT / GST for Ecommerce Shipping Calculations > --------------------------------------------------------------- > > Key: OFBIZ-1907 > URL: https://issues.apache.org/jira/browse/OFBIZ-1907 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ecommerce > Affects Versions: SVN trunk > Environment: Tests carried out on SVN 681212 > Reporter: Sharan Foga > Assignee: Jacques Le Roux > Priority: Minor > Attachments: jira_20080805.html > > > Hi > I've been running some test scripts around the Customer Order Process using SVN1212 and have found what I think are some potential bugs. > They are as follows: > 1. Shopping Cart total error when the product is setup to include tax in the price (Note: The total being displayed does not include the tax) > 2. No Sales Tax calculated on Shipping charges when using Quick Checkout for Checkout without Login (Note: It does calculate for Registered Users and also if a new login is created) > 3. When using 'Checkout' for Checkout without Login once the Payment Method is selected and the 'Continue' button is pressed the error message > " org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://ecommerce/widget/OrderScreens.xml#paymentinformation]: groovy.lang.MissingPropertyException: No such property: postalAddress for class: PaymentInformation (No such property: postalAddress for class: PaymentInformation) " is displayed. > 4. Final Order Review screen - tax on shipping is added to the order total but no adjustment line is displayed to show the amount added for the shipping tax (Note: Sales Tax total includes the shipping tax) > Please see attached file for step by step details of the scripts that were run and their results. > Let me know if you need anymore information. > Thanks > Sharan -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-1907. ---------------------------------- Resolution: Fixed Fix Version/s: SVN trunk > Potential bugs in VAT / GST for Ecommerce Shipping Calculations > --------------------------------------------------------------- > > Key: OFBIZ-1907 > URL: https://issues.apache.org/jira/browse/OFBIZ-1907 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ecommerce > Affects Versions: SVN trunk > Environment: Tests carried out on SVN 681212 > Reporter: Sharan Foga > Assignee: Jacques Le Roux > Priority: Minor > Fix For: SVN trunk > > Attachments: jira_20080805.html > > > Hi > I've been running some test scripts around the Customer Order Process using SVN1212 and have found what I think are some potential bugs. > They are as follows: > 1. Shopping Cart total error when the product is setup to include tax in the price (Note: The total being displayed does not include the tax) > 2. No Sales Tax calculated on Shipping charges when using Quick Checkout for Checkout without Login (Note: It does calculate for Registered Users and also if a new login is created) > 3. When using 'Checkout' for Checkout without Login once the Payment Method is selected and the 'Continue' button is pressed the error message > " org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://ecommerce/widget/OrderScreens.xml#paymentinformation]: groovy.lang.MissingPropertyException: No such property: postalAddress for class: PaymentInformation (No such property: postalAddress for class: PaymentInformation) " is displayed. > 4. Final Order Review screen - tax on shipping is added to the order total but no adjustment line is displayed to show the amount added for the shipping tax (Note: Sales Tax total includes the shipping tax) > Please see attached file for step by step details of the scripts that were run and their results. > Let me know if you need anymore information. > Thanks > Sharan -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |