SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '{$limit}' at line 9
This page creates primary balances for personal and business, lets you add income and expense entries,
supports transfers between the two, and is built so the finances page can automatically push paid bills into the ledger.
Set each starting bank balance once. After that, every income entry raises the balance, every expense lowers it, and paid finance items can feed the business or personal ledger automatically.
Use this when you move your own money into the business or pull money back out personally.
| Ledger | Income This Month | Expenses This Month | Net This Month | Current Balance |
|---|---|---|---|---|
| Personal | $0.00 | $0.00 | $0.00 | $42.43 |
| Business | $0.00 | $0.00 | $0.00 | $508.70 |
No business ledger data yet.
No personal ledger data yet.
| Date | Ledger | Type | Title | Category | Vendor / Source | Amount | Source |
|---|---|---|---|---|---|---|---|
| 2026-04-19 | Personal | expense | 1 | 1 | 1 | -$0.01 | finance_item |
| 2026-04-19 | Personal | expense | 1 | 1 | 1 | -$0.01 | finance_item |
| 2026-04-17 | Personal | expense | Test | test | Test | -$0.01 | finance_item |