You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacopo Cappellato (JIRA)" <ji...@apache.org> on 2014/04/02 14:50:19 UTC

[jira] [Updated] (OFBIZ-5367) Incorrect shipment invoicing

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

Jacopo Cappellato updated OFBIZ-5367:
-------------------------------------

    Component/s: accounting

> Incorrect shipment invoicing
> ----------------------------
>
>                 Key: OFBIZ-5367
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5367
>             Project: OFBiz
>          Issue Type: Bug
>          Components: accounting
>    Affects Versions: Release Branch 12.04
>            Reporter: Christian Carlow
>
> The auto-invoicing functionality that is triggered when a shipment statusId is changed to Pick or Pack only invoices shipment items that have been issued to the shipment.  Other items that may have been added on the "Items" or "Shipment Plan" page are excluded so the invoice created is incorrect.
> The problem is caused by the chain of functions performed when the "createInvoicesFromShipments" service is called when the shipment statusId is changed.  The service only handles itemIssuance records when creating invoice items.  It probably needs to handle OrderShipment records also.
> Also, the Accounting Invoice application also lacks a form for adding such data manually.  It doesn't allow OrderShipment or ItemIssuances to be manually associated with Invoice Items which is done automatically for the shipment items associated with itemIssuances.  I created this Improvement issue to handle these features that need to be added: https://issues.apache.org/jira/browse/OFBIZ-5353



--
This message was sent by Atlassian JIRA
(v6.2#6252)