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.
Sets tax amount quantity.
Syntax
public void setTaxAmountQty_IN(
TaxTable _taxTable,
TaxBase _baseQty,
UnitOfMeasureSymbol _baseUnit,
ItemId _itemId,
Currency _currencyMST,
TaxBase _baseAmountMST,
TmpTaxWorkTrans _taxWorkTrans,
TaxBase _baseAmount)
Run On
Server
Parameters
- _taxTable
Type: TaxTable Table
The tax table.
- _baseQty
Type: TaxBase Extended Data Type
The base quantity.
- _baseUnit
Type: UnitOfMeasureSymbol Extended Data Type
The base unit.
- _itemId
Type: ItemId Extended Data Type
The item id.
- _currencyMST
Type: Currency Table
The currency MST.
- _baseAmountMST
Type: TaxBase Extended Data Type
The base amount MST.
- _taxWorkTrans
Type: TmpTaxWorkTrans Table
The tax work transaction.
- _baseAmount
Type: TaxBase Extended Data Type
The base amount.