Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Calculates the standard cost permitted, depending on a reference actual quantity.
Syntax
private InventQty calcStdCostAllowed(
CostMarkup _costMarkupQty,
CostPrice _costPriceQty,
InventQty _realQty)
Run On
Called
Parameters
- _costMarkupQty
Type: CostMarkup Extended Data Type
The markup for the total lot size.
- _costPriceQty
Type: CostPrice Extended Data Type
The cost price for one piece.
- _realQty
Type: InventQty Extended Data Type
The realized quantity.
Return Value
Type: InventQty Extended Data Type
The standard cost permitted.