Share via


Table "Rounding Residual Buffer"

ID 5810
Namespace: Microsoft.Inventory.Costing

Properties

Name Value
Caption Rounding Residual Buffer
ReplicateData False
DataClassification CustomerContent

Fields

Name Type Description
"Item Ledger Entry No." Integer
"Adjusted Cost" Decimal
"Adjusted Cost (ACY)" Decimal
"Completely Invoiced" Boolean
"No. of Hits" Integer
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

AddAdjustedCost

procedure AddAdjustedCost(NewInboundEntryNo: Integer, NewAdjustedCost: Decimal, NewAdjustedCostACY: Decimal, NewCompletelyInvoiced: Boolean)

Parameters

Name Type Description
NewInboundEntryNo Integer
NewAdjustedCost Decimal
NewAdjustedCostACY Decimal
NewCompletelyInvoiced Boolean

UpdRoundingCheck

procedure UpdRoundingCheck(NewInboundEntryNo: Integer, NewAdjustedCost: Decimal, NewAdjustedCostACY: Decimal, RdngPrecision: Decimal, RndngPrecisionACY: Decimal)

Parameters

Name Type Description
NewInboundEntryNo Integer
NewAdjustedCost Decimal
NewAdjustedCostACY Decimal
RdngPrecision Decimal
RndngPrecisionACY Decimal

See also