LedgerJournalTrans::revertBankChequeNum Method
Finds LedgerJournalTrans records and sets their check number to empty.
Syntax
client server public static void revertBankChequeNum(
TransDate _transDate,
Voucher _voucher,
BankChequeNum _bankChequeNum,
[LedgerJournalId _journalNum])
Run On
Called
Parameters
- _transDate
Type: TransDate Extended Data Type
The transaction date to find records for.
- _voucher
Type: Voucher Extended Data Type
The voucher to find records for.
- _bankChequeNum
Type: BankChequeNum Extended Data Type
The check number to find records for.
- _journalNum
Type: LedgerJournalId Extended Data Type
The journal number of a LedgerJournalTrans record that should be skipped; optional.
Remarks
This method is used by the check reversal process.