Announcements
GL Account Number | GL Account Description | Posting Date | Debit Amount | Credit Amount | Journal Name | Transaction Description | Journal Entry Number |
2100-20-2 | Trade Accounts Payable | 12/16/2024 | 100 | JE | Month-end accrual | LBJ48482 | |
5200-40-3 | Misc Expenses | 12/16/2024 | 100 | JE | Month-end accrual | LBJ48482 |
Hi,
For LedgerDimensions, it represents AccountType values (e.g., Ledger, Cust, Vend, Bank, FixedAssets) and has a relation to DimensionAttributeValueCombination to determine the exact value:
LedgerJournalTrans.LedgerDimension == DimensionAttributeValueCombination.RecId
To get a better overview of voucher transactions, you can refer to GeneralJournalEntry and GeneralJournalAccountEntry:
GeneralJournalAccountEntry.GeneralJournalEntry == GeneralJournalEntry.RecId
GeneralJournalEntry: This table stores information about each journal entry, including the posting date, transaction number, and main account.
GeneralJournalAccountEntry: This table contains details about the accounts affected by each journal entry, such as the ledger account, description, and amounts in transaction currency.
LedgerAccount: This table stores information about the ledger accounts, including dimensions and account details.
CustTrans and VendTrans: These tables store customer and vendor transactions, respectively, and are linked to the general journal entries.
André Arnaud de Cal... 291,349 Super User 2024 Season 2
Martin Dráb 230,351 Most Valuable Professional
nmaenpaa 101,156