KVSMEDPricingGeneralLib#
Procedures#
GetNetValue(Decimal, Boolean, Code[20], Code[20]) : Decimal#
procedure GetNetValue(ValuePar: Decimal; InclVATPar: Boolean; VatBusinessPostingGroupPar: Code[20]; VatProductPostingGroupPar: Code[20]): Decimal
GetGrossValue(Decimal, Boolean, Code[20], Code[20]) : Decimal#
procedure GetGrossValue(ValuePar: Decimal; InclVATPar: Boolean; VatBusinessPostingGroupPar: Code[20]; VatProductPostingGroupPar: Code[20]): Decimal
GetCurrencyValue(Decimal, Date, Code[10], Code[10], Decimal) : Decimal#
procedure GetCurrencyValue(ValuePar: Decimal; DatePar: Date; FromCurrencyCodePar: Code[10]; ToCurrencyCodePar: Code[10]; ToCurrencyFactorPar: Decimal): Decimal