You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Pierre Smits (Jira)" <ji...@apache.org> on 2020/03/02 11:59:00 UTC

[jira] [Created] (OFBIZ-11431) InvoiceItem: uomID is wrongly defined

Pierre Smits created OFBIZ-11431:
------------------------------------

             Summary: InvoiceItem: uomID is wrongly defined
                 Key: OFBIZ-11431
                 URL: https://issues.apache.org/jira/browse/OFBIZ-11431
             Project: OFBiz
          Issue Type: Bug
          Components: datamodel
    Affects Versions: Trunk
            Reporter: Pierre Smits
            Assignee: Pierre Smits


Currently the InvoiceItem entity has the field uomId, per:
{code:java}
      <field name="uomId" type="id"></field>
{code}

per the demo data this field is used to capture the currency of the invoice item. This is, however, wrong. The currency for invoice items is set in the invoice entity record (with field currencyUomId. 

The uomId in the invoice item is related to the quantity set, and must be correctly named: 'quantityUomId.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)