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 the domestic sales tax for the export sales.
Syntax
server public static TmpTaxWorkTrans calcTaxAmountPerVatCode_PL(
TaxGroup _taxGroup,
TaxItemGroup _taxItemGroup,
TransDate _taxDate,
CurrencyCode _sourceCurrencyCode,
AmountCur _baseAmountCur,
TaxModuleType _taxModuleType)
Run On
Server
Parameters
- _taxGroup
Type: TaxGroup Extended Data Type
The sales tax group.
- _taxItemGroup
Type: TaxItemGroup Extended Data Type
The item sales tax group.
- _taxDate
Type: TransDate Extended Data Type
The tax date.
- _sourceCurrencyCode
Type: CurrencyCode Extended Data Type
The export sales transaction currency code.
- _baseAmountCur
Type: AmountCur Extended Data Type
The export sales transaction currency amount.
- _taxModuleType
Type: TaxModuleType Enumeration
The tax module type.
Return Value
Type: TmpTaxWorkTrans Table
A TmpTaxWorkTrans record with the domestic sales tax for the export sales.