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.
Initializes a new instance of the RetailTaxPurch class.
Syntax
public void new(
RetailTransactionTable _transactionTable,
RetailTaxGroup _taxGroup,
TaxItemGroup _taxItemGroup,
InventTransId _inventTransId,
Name _txt,
DimensionDefault _dimension,
NoYes _post,
LedgerVoucher _ledgerVoucher)
Run On
Server
Parameters
- _transactionTable
Type: RetailTransactionTable Table
The current RetailTransactionTable record.
- _taxGroup
Type: RetailTaxGroup Extended Data Type
The current TaxGroup value.
- _taxItemGroup
Type: TaxItemGroup Extended Data Type
The current TaxItemGroup value.
- _inventTransId
Type: InventTransId Extended Data Type
The current InventTransID value.
- _txt
Type: Name Extended Data Type
The current txt value.
- _dimension
Type: DimensionDefault Extended Data Type
The current dimensions value.
- _post
Type: NoYes Enumeration
A NoYes enumeration value that indicates whether to post.
- _ledgerVoucher
Type: LedgerVoucher Class
The current instance of the LedgerVoucher class.