[jira] Created: (OFBIZ-1677) Quote Items subtotal are not correctly calculated

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] Created: (OFBIZ-1677) Quote Items subtotal are not correctly calculated

Nicolas Malin (Jira)
Quote Items subtotal are not correctly calculated
-------------------------------------------------

                 Key: OFBIZ-1677
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1677
             Project: OFBiz
          Issue Type: Bug
          Components: order
    Affects Versions: SVN trunk
            Reporter: Marco Risaliti
            Assignee: Marco Risaliti
            Priority: Minor
             Fix For: SVN trunk


In the quote application the subtotal of a quote item is not correctly calculated because it simply use this formula :

Subtotal = quote unit price * quantity

instead the correct one will be:

Subtotal = quote unit price * quantity * amount



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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1677) Quote Items subtotal are not correctly calculated

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marco Risaliti updated OFBIZ-1677:
----------------------------------

    Attachment: newQuoteItem.png

This is the new quote item screen with the correct calculation.

> Quote Items subtotal are not correctly calculated
> -------------------------------------------------
>
>                 Key: OFBIZ-1677
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1677
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Marco Risaliti
>            Assignee: Marco Risaliti
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: newQuoteItem.png
>
>
> In the quote application the subtotal of a quote item is not correctly calculated because it simply use this formula :
> Subtotal = quote unit price * quantity
> instead the correct one will be:
> Subtotal = quote unit price * quantity * amount

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1677) Quote Items subtotal are not correctly calculated

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marco Risaliti updated OFBIZ-1677:
----------------------------------

    Attachment: newQuoteItem.patch

This is the patch to solve this bug.

Thanks
Marco

> Quote Items subtotal are not correctly calculated
> -------------------------------------------------
>
>                 Key: OFBIZ-1677
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1677
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Marco Risaliti
>            Assignee: Marco Risaliti
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: newQuoteItem.patch, newQuoteItem.png
>
>
> In the quote application the subtotal of a quote item is not correctly calculated because it simply use this formula :
> Subtotal = quote unit price * quantity
> instead the correct one will be:
> Subtotal = quote unit price * quantity * amount

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

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-1677) Quote Items subtotal are not correctly calculated

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marco Risaliti closed OFBIZ-1677.
---------------------------------

    Resolution: Fixed

Fixed in trunk rev. 631330

> Quote Items subtotal are not correctly calculated
> -------------------------------------------------
>
>                 Key: OFBIZ-1677
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1677
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Marco Risaliti
>            Assignee: Marco Risaliti
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: newQuoteItem.patch, newQuoteItem.png
>
>
> In the quote application the subtotal of a quote item is not correctly calculated because it simply use this formula :
> Subtotal = quote unit price * quantity
> instead the correct one will be:
> Subtotal = quote unit price * quantity * amount

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