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.
Adds the lot size variance and the standard permitted to the current record, depending on the reference actual quantity.
Syntax
public void addLotSizeAndStdAllowed(
InventQty _consumpVariable,
InventQty _consumpConstant,
InventQty _realQty,
InventQty _qty,
CostMarkup _costMarkupQty,
CostPrice _costPriceQty)
Run On
Called
Parameters
- _consumpVariable
Type: InventQty Extended Data Type
The permitted variable consumption.
- _consumpConstant
Type: InventQty Extended Data Type
The permitted constant consumption.
- _realQty
Type: InventQty Extended Data Type
The realized quantity.
- _qty
Type: InventQty Extended Data Type
The quantity for this bom calculation.
- _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.