You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Rene Scheibe (JIRA)" <ji...@apache.org> on 2011/03/24 16:35:05 UTC

[jira] [Created] (OFBIZ-4230) Invoice items should be sorted

Invoice items should be sorted
------------------------------

                 Key: OFBIZ-4230
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4230
             Project: OFBiz
          Issue Type: Improvement
    Affects Versions: SVN trunk
            Reporter: Rene Scheibe
            Priority: Trivial


When creating an invoice via the service "createInvoiceForOrderAllItems" the order items are currently just fetched from the database without any sorting. This can result in a different sorting of invoice items vs. order items. Or when creating a new invoice due to a changed order the sorting between invoices can be different.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Closed] (OFBIZ-4230) Invoice items should be sorted

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

Jacques Le Roux closed OFBIZ-4230.
----------------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk
         Assignee: Jacques Le Roux

Thanks René,

Your patch is in trunk at r1085726  


> Invoice items should be sorted
> ------------------------------
>
>                 Key: OFBIZ-4230
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4230
>             Project: OFBiz
>          Issue Type: Improvement
>    Affects Versions: SVN trunk
>            Reporter: Rene Scheibe
>            Assignee: Jacques Le Roux
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4230_sort-invoice-items.patch
>
>
> When creating an invoice via the service "createInvoiceForOrderAllItems" the order items are currently just fetched from the database without any sorting. This can result in a different sorting of invoice items vs. order items. Or when creating a new invoice due to a changed order the sorting between invoices can be different.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (OFBIZ-4230) Invoice items should be sorted

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

Rene Scheibe updated OFBIZ-4230:
--------------------------------

    Attachment: OFBIZ-4230_sort-invoice-items.patch

Added patch that sorts invoice items (in case they are derived from OrderItems) by "orderItemSeqId".

> Invoice items should be sorted
> ------------------------------
>
>                 Key: OFBIZ-4230
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4230
>             Project: OFBiz
>          Issue Type: Improvement
>    Affects Versions: SVN trunk
>            Reporter: Rene Scheibe
>            Priority: Trivial
>         Attachments: OFBIZ-4230_sort-invoice-items.patch
>
>
> When creating an invoice via the service "createInvoiceForOrderAllItems" the order items are currently just fetched from the database without any sorting. This can result in a different sorting of invoice items vs. order items. Or when creating a new invoice due to a changed order the sorting between invoices can be different.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira