TaxUncommitted_IN::deleteByMainVoucher Method
Deletes the specified TaxUncommitted and TaxUncommitted_IN records for 'SERVICE TAX'.
Syntax
client server public static void deleteByMainVoucher(
RefTableId _documentTableId,
RefRecId _documentId,
Voucher _voucher)
Run On
Called
Parameters
- _documentTableId
Type: RefTableId Extended Data Type
The document table ID.
- _documentId
Type: RefRecId Extended Data Type
The document record ID.
- _voucher
Type: Voucher Extended Data Type
The voucher.
Remarks
A new field that is called MainVoucher has been added to the TAxUncommitted_IN table. Currently, this field is used only be service tax. The field stores the LedgerJournalTrans.Voucher value, which differs from the TaxUncommitted.voucher value for service tax. For other taxes, this field will be blank, because the TaxUncommitted.voucher value == the LJTrans.voucher value.