Back to Exchange
Trial Balance Generator
OOPPublished February 13, 2026
trial-balance
About
Build a trial balance tool with PostgreSQL:
1. Account list with current balances
2. Date picker to generate trial balance as of specific date
3. Trial balance report: accounts grouped by type, debit and credit columns
4. Totals row showing debits = credits (or out of balance warning)
5. Export view (print-friendly CSS)
6. Comparison to prior period
Database: accounts (id, number, name, type, normal_balance), transactions (id, account_id, date, debit, credit, description). Seed with full chart of accounts and 3 months of transactions.
1. Account list with current balances
2. Date picker to generate trial balance as of specific date
3. Trial balance report: accounts grouped by type, debit and credit columns
4. Totals row showing debits = credits (or out of balance warning)
5. Export view (print-friendly CSS)
6. Comparison to prior period
Database: accounts (id, number, name, type, normal_balance), transactions (id, account_id, date, debit, credit, description). Seed with full chart of accounts and 3 months of transactions.
Required Configuration
| Key | Description | Required |
|---|---|---|
DATABASE_URL | - | Required |
_RAILWAY_PROJECT_ID | - | Required |
_DATABASE_SERVICE_ID | - | Required |
_DATABASE_PRIVATE_URL | - | Required |
Reviews (0)
No reviews yet
Be the first to share your experience.
Something wrong? Report this listing