A decommissioned legacy ledger table. Its physical table was dropped when the balanced journal ledger replaced it, and the general ledger is now a view over posted journal lines rather than a table of its own — reads and writes against this entity will not work, and first-party reports that referenced it were retired. Any question about ledger entries, account movements or postings should be answered from Journal and JournalLine instead. The metadata row survives only because entity definitions are upsert-only in the seed engine.
Fields
| Field | Label | Type | Required | What it does |
AccountId | Account | Lookup → Account | | |
Amount | Amount Signed | Currency | | |
AmountCrDr | Amount | Calculated | | |
BillId | Bill | Lookup → Bill | | |
BillLineId | BillLine | Lookup → BillLine | | |
BranchId | Branch | Lookup → Branch | | |
CreatedById | Created By | Lookup → UserAccount | Yes | |
CreatedDateTime | Created Date | DateAndTime | Yes | |
Credit | Credit (Deprecated) | Currency | | |
Debit | Debit (Deprecated) | Currency | | |
Details | Details | Text | | |
EffectiveAmount | Effective Amount | Calculated | | |
ExternalId | External | Text | | |
GLAccountId | GL Account | Lookup → GLAccount | | |
Id | Id | Guid | Yes | |
IsAccountBalancePosted | Is Account Balance Posted | Boolean | Yes | |
ModifiedById | Modified By | Lookup → UserAccount | Yes | |
Name | Document Number | Text | Yes | |
OwnerId | Owner | Lookup → UserAccount | Yes | |
PartnerAccountId | Partner Account | Lookup → Account | | |
PostingDate | Posting Date | Date | Yes | |
RecordTypeId | Record Type | Guid, hidden | | |
Reference | Reference | Text | | |
SourceDocumentName | Source Document Name | Text | Yes | |
TransactionType | Transaction Type | PickList | Yes | Values: Invoice, InvoiceLine, PaymentTaken, PaymentTakenRelated, PaymentGiven, PaymentGivenRelated, BillLine, CreditNote, CreditNoteLine, DebitNote, DebitNoteLine, Journal, JournalLine, JournalRelated, Inventory, InventoryRelated, GoodReceipt. |
UIProps | UI Props | Text | | |
UpdatedDateTime | Modified Date | DateAndTime | Yes | |
Actions
| Action | Label | Type | What it does |
BulkDelete | Delete | Delete | Delete the selected records. |
Clone | Clone | ServerAction (Clone) | Create a copy of this record |
Delete | Delete | Delete | Delete |
DeleteInList | Delete | Delete | Delete in a list page |
Edit | Edit | Edit | Edit |
EditInLine | Edit | Edit | Edit in page. |
New | New | New | New |
Validations
| Validation | Applies to | Error message | Notes |
| Amount Validation | Amount, Error | Amount can't be zero | Amount rule Validation. |