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.
Calculates tax amount for natural resources tax group.
Syntax
server public static TmpTaxWorkTrans calcNRTax_LV(
TaxGroup _taxGroup,
LvNRTaxGroup _nrTaxGroup,
TransDate _taxDate,
CurrencyCode _sourceCurrencyCode,
AmountCur _baseAmountCur,
TaxModuleType _taxModuleType,
[TaxBase _baseQty,
UnitOfMeasureSymbol _baseUnit,
ItemId _itemId])
Run On
Server
Parameters
- _taxGroup
Type: TaxGroup Extended Data Type
The value of TaxGroup.
- _nrTaxGroup
Type: LvNRTaxGroup Extended Data Type
The value of LvNRTaxGroup.
- _taxDate
Type: TransDate Extended Data Type
Tax calculation date.
- _sourceCurrencyCode
Type: CurrencyCode Extended Data Type
The source currency code.
- _baseAmountCur
Type: AmountCur Extended Data Type
Base amount.
- _taxModuleType
Type: TaxModuleType Enumeration
The tax modul type.
- _baseQty
Type: TaxBase Extended Data Type
Base quantity.
- _baseUnit
Type: UnitOfMeasureSymbol Extended Data Type
The base unit Id.
- _itemId
Type: ItemId Extended Data Type
The item Id.
Return Value
Type: TmpTaxWorkTrans Table
The buffer of TmpTaxWorkTrans table.