21 | You can add accounts and transactions to the general ledger. Transactions 22 | are added in accordance to the double-entry bookkeeping system, where every 23 | transaction has to be recorded twice, once as a debit entry and once as a 24 | credit entry. 25 |
26 |27 | Accounts can be deleted if they have no transactions. Transactions can be 28 | deleted or updated. When a transaction is deleted or updated then both 29 | corresponding entries are modified as well. 30 |
31 |32 | You can also view the trial balance, which is a statement of all credits and 33 | debits in the general ledger. You can view the general ledger and trial 34 | balance in the application and you can export them to a .csv file. 35 |
36 |Date | 37 |Description | 38 |Debit | 39 |Credit | 40 |41 | |
---|---|---|---|---|
44 | | 45 | | 46 | | - | 47 |48 | 56 | 65 | | 66 |
69 | | 70 | | - | 71 |72 | | 73 | 81 | 90 | | 91 |
An account can only be deleted if it has no entries
21 | 33 |