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 number of tax transactions for a given voucher and date.
Syntax
private int calcCntTaxTrans(GeneralJournalEntry _generalJournalEntry, MainAccount _mainAccount)
Run On
Server
Parameters
- _generalJournalEntry
Type: GeneralJournalEntry Table
A table buffer of the GeneralJournalEntry table.
- _mainAccount
Type: MainAccount Table
A table buffer of the MainAccount table.
Return Value
Type: int
The number of transactions that matched the search criteria.