Page "VAT Amount Lines"

ID 9401
Namespace: Microsoft.Finance.VAT.Calculation

Properties

Name Value
Caption VAT Amount Lines
DeleteAllowed False
InsertAllowed False
PageType List
SourceTable Table Microsoft.Finance.VAT.Calculation."VAT Amount Line"
SourceTableTemporary True

Methods

SetTempVATAmountLine

procedure SetTempVATAmountLine(var NewVATAmountLine: Record "VAT Amount Line")

Parameters

Name Type Description
NewVATAmountLine Table Microsoft.Finance.VAT.Calculation."VAT Amount Line"

GetTempVATAmountLine

procedure GetTempVATAmountLine(var NewVATAmountLine: Record "VAT Amount Line")

Parameters

Name Type Description
NewVATAmountLine Table Microsoft.Finance.VAT.Calculation."VAT Amount Line"

InitGlobals

procedure InitGlobals(NewCurrencyCode: Code[10], NewAllowVATDifference: Boolean, NewAllowVATDifferenceOnThisTab: Boolean, NewPricesIncludingVAT: Boolean, NewAllowInvDisc: Boolean, NewVATBaseDiscPct: Decimal)

Parameters

Name Type Description
NewCurrencyCode Code[10]
NewAllowVATDifference Boolean
NewAllowVATDifferenceOnThisTab Boolean
NewPricesIncludingVAT Boolean
NewAllowInvDisc Boolean
NewVATBaseDiscPct Decimal

Events

OnBeforeFormCheckVATDifference

[IntegrationEvent(False,False)]
local procedure OnBeforeFormCheckVATDifference(VATAmountLine: Record "VAT Amount Line", var IsHandled: Boolean)

Parameters

Name Type Description
VATAmountLine Table Microsoft.Finance.VAT.Calculation."VAT Amount Line"
IsHandled Boolean

See also