LedgerJournalTrans::revertBankBorderoNum_BR Method
Finds LedgerJournalTrans records and sets their bordero number to empty.
Syntax
client server public static void revertBankBorderoNum_BR(
TransDate _transDate,
Voucher _voucher,
BorderoSequenceNum_BR _borderoNum,
[LedgerJournalId _journalNum])
Run On
Called
Parameters
- _transDate
Type: TransDate Extended Data Type
The transaction date for which to find the LedgerJournalTrans records.
- _voucher
Type: Voucher Extended Data Type
The voucher for which to find the LedgerJournalTrans records.
- _borderoNum
Type: BorderoSequenceNum_BR Extended Data Type
The bordero number for which to find the LedgerJournalTrans records.
This is generally the bordero being reversed.
- _journalNum
Type: LedgerJournalId Extended Data Type
If supplied, the LedgerJournalTrans record that contains this journal number is skipped.
Remarks
This method is used by the bordero reversal process.