Skip to content

KVSMTCInventoryValuation#

Procedures#

AssignAmounts(Record Value Entry, Decimal, Decimal, Decimal, Decimal, Decimal) :#

procedure AssignAmounts(ValueEntryAssign: Record "Value Entry"; var InvoicedValue: Decimal; var InvoicedQty: Decimal; var ExpectedValue: Decimal; var ExpectedQty: Decimal; Sign: Decimal): 

CalculateItem(Record Item) :#

procedure CalculateItem(var Item: Record "Item"): 

SetStartDate(Date) :#

procedure SetStartDate(DateValue: Date): 

SetEndDate(Date) :#

procedure SetEndDate(DateValue: Date): 

InitializeRequest(Date, Date, Boolean) :#

procedure InitializeRequest(NewStartDate: Date; NewEndDate: Date; NewShowExpected: Boolean): 

Protected Variables#

ValueEntry#

Type: Record Value Entry

StartDate#

Type: Date

EndDate#

Type: Date

ShowExpected#

Type: Boolean

ItemFilter#

Type: Text

StartDateText#

Type: Text[10]

StartingInvoicedValue#

Type: Decimal

StartingExpectedValue#

Type: Decimal

StartingInvoicedQty#

Type: Decimal

StartingExpectedQty#

Type: Decimal

IncreaseInvoicedValue#

Type: Decimal

IncreaseExpectedValue#

Type: Decimal

IncreaseInvoicedQty#

Type: Decimal

IncreaseExpectedQty#

Type: Decimal

DecreaseInvoicedValue#

Type: Decimal

DecreaseExpectedValue#

Type: Decimal

DecreaseInvoicedQty#

Type: Decimal

DecreaseExpectedQty#

Type: Decimal

InvCostPostedToGL#

Type: Decimal

CostPostedToGL#

Type: Decimal

ExpCostPostedToGL#

Type: Decimal

IsEmptyLine#

Type: Boolean