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.
The InventCostItemDim class does the cost calculations for a single item.
Syntax
class InventCostItemDim
Run On
Called
Methods
Method | Description | |
---|---|---|
![]() |
addFormulaKeyAdjustment | Makes cost adjustments for the co-products or by-products and any main item parent that might exist. |
![]() |
addkeyAdjustment | Adds an adjustment to the mapKeyAdjustment map. |
![]() |
calcKeyAdjustmentAllocation | Calculates the adjustments for the co-products or by-products. |
![]() |
calcLaterAdjustment | Computes the total adjustment on an inventory transaction after the closing date. |
![]() |
calcMinAdjustment | |
![]() |
calcWIPProdHistoricalCost_RU | |
![]() |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
![]() |
costAmountPosted | Returns the posted cost amount from an inventory transaction. |
![]() |
costValue | |
![]() |
createAdjustSettlement | |
![]() |
createAdjustSettlementRecalc | |
![]() |
createErrorAdjustment | |
![]() |
createErrorQtySettled | |
![]() |
currencyTransfer_RU | |
![]() |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
![]() |
financialOpenQty | |
![]() |
financialOpenValue | |
![]() |
getFinDimCombinationEnumerator | Creates an enumerator for a collection of financial dimension combinations that must be processed for a particular item. |
![]() |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
![]() |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
![]() |
initInventSettlement | |
![]() |
initMaps | Initializes objects that store transactions information. |
![]() |
insertCostListTrans | Writes an adjustment to the database so that it can be handled later. |
![]() |
inventModelGroup | |
![]() |
inventModelType_RU | |
![]() |
inventTable | |
![]() |
inventTransFinancialOpenQty | Calculates the financial open quantity on an inventory transaction. |
![]() |
inventTranspdsCWFinancialOpenQty | Calculates the financial open catch-weight quantity on an inventory transaction. |
![]() |
isInventTransOpen | Determines whether the receipt transaction is open. |
![]() |
isUpdatedFinancialLater | |
![]() |
load | |
![]() |
loadTrans | |
![]() |
matchIssuesAndReceipts | Matches issues and receipts for inventory closing or recalculation. |
![]() |
new | |
![]() |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
![]() |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
![]() |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
![]() |
openIssueToInfoLog | |
![]() |
owner | Returns the instance that owns the object. (Inherited from Object.) |
![]() |
parmInventCostList | Gets or sets the InventCostList parameter. |
![]() |
pdsCWFinancialOpenQty | Calculates and returns financial quantity open for an active InventTrans record. |
![]() |
preCloseNonFinancial | |
![]() |
prodIdWIPCalc_RU | |
![]() |
run | Processes a single item during the inventory closing process. |
![]() |
selectInventClosing | |
![]() |
setNonFinancialInventTransToClosed | Sets the inventory transaction to closed. |
![]() |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
![]() |
tmpIssue2Trans | |
![]() |
tmpReceipt2Trans | |
![]() |
toString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
unloadTrans | |
![]() |
updateClosingCosting | |
![]() |
updateCommitCount | |
![]() |
updateCostAmountStd | |
![]() |
updateIndirectCosts | Triggers the calculation of the indirect cost for ended production orders. |
![]() |
updateInventCostListParm | Updates the calculation parameter list, based on updated inventory transactions. |
![]() |
updateInventTrans | |
![]() |
updateInventTransMap | Updates the collection of inventory transaction records. |
![]() |
updateItem | Computes one iteration of the inventory closing process for an item. |
![]() |
updateItemReturnAdjustmentInventTrans | Adjusts the cost of item return receipts. |
![]() |
updateItemReturnAdjustments | Adjusts the cost of item return receipts to that of the corresponding issues. |
![]() |
updateLevelAdjustment | Reads delayed adjustments from the database, applies them, and deletes them from the database. |
![]() |
updateMapOpenIssue | Adds an issue to mapOpenIssue because it could not be closed. |
![]() |
updateMarking | Closes the marked transactions before main logic (FIFO, LIFO, Average, etc) is invoked. |
![]() |
updateModel | |
![]() |
updateModelAdjustment | |
![]() |
updateModelAverage | |
![]() |
updateModelFIFOLIFO | |
![]() |
updateModelLIFODate | |
![]() |
updateReceipt | Updates the receipt transaction and the calculation parameter list. |
![]() |
updateReceiptAdjustment | |
![]() |
updateReceiptAdjustmentTrans | |
![]() |
updateServiceItemTrans | |
![]() |
updateSettlementIssue | |
![]() |
updateSettlementReceipt | |
![]() |
updateTrans | |
![]() |
updateTransIdReceipt | |
![]() |
updateTransIdReceiptForWIPCalc_RU | |
![]() |
updateTransIdReturnReceipt | |
![]() |
updateTransKeyAdjust | |
![]() |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
![]() |
wait | Pauses a process. (Inherited from Object.) |
![]() |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
![]() ![]() |
::construct | |
![]() ![]() |
::keyAdjust2String | |
![]() ![]() |
::newInventClosing | |
![]() ![]() |
::settleRefMapKey | |
![]() ![]() |
::string2keyAdjust |
Top
Remarks
This class creates the settlements and eventually closes the inventory transactions according to the inventory model. It may also create records in the InventCostList table and in the InventCostListTrans table in order to move adjustments to other items or transactions.
Inheritance Hierarchy
Object Class
InventCostItemDim Class
InventCostItemDimSecCur_RU Class