Skip to content

Commit

Permalink
Add OrderItem.standardCost field, descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesde committed Oct 19, 2017
1 parent f9747e8 commit 1ddf2ff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions entity/OrderEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -276,11 +276,13 @@ along with this software (see the LICENSE.md file). If not, see
<field name="requiredByDate" type="date-time"/>

<field name="unitAmount" type="currency-precise" enable-audit-log="true">
<description>For barter/exchange orders this represents the market value of the item at the time of the
exchange in terms of the OrderHeader.currencyUomId.</description>
<description>The purchase or sales price. For barter/exchange orders this represents the market value of the item at
the time of the exchange in terms of the OrderHeader.currencyUomId.</description>
</field>
<field name="unitListPrice" type="currency-precise"/>
<field name="isModifiedPrice" type="text-indicator"/>
<field name="standardCost" type="currency-precise" enable-audit-log="true">
<description>For purchase orders the cost for accounting purposes if different from unitAmount. Used to set Asset.acquireCost on receipt.</description></field>

<field name="externalItemSeqId" type="id"/>
<field name="fromAssetId" type="id"><description>Order for a particular Asset, not just any associated with the Product.</description></field>
Expand Down

0 comments on commit 1ddf2ff

Please sign in to comment.