From 1ddf2ffb732d70633caaa325f2fe3cb762d54f2f Mon Sep 17 00:00:00 2001 From: David E Jones Date: Thu, 19 Oct 2017 13:43:55 -0700 Subject: [PATCH] Add OrderItem.standardCost field, descriptions --- entity/OrderEntities.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/entity/OrderEntities.xml b/entity/OrderEntities.xml index 3da9654..0d1f159 100644 --- a/entity/OrderEntities.xml +++ b/entity/OrderEntities.xml @@ -276,11 +276,13 @@ along with this software (see the LICENSE.md file). If not, see - For barter/exchange orders this represents the market value of the item at the time of the - exchange in terms of the OrderHeader.currencyUomId. + 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. + + For purchase orders the cost for accounting purposes if different from unitAmount. Used to set Asset.acquireCost on receipt. Order for a particular Asset, not just any associated with the Product.