Back to Exchange

Expense Report Builder

OOPPublished February 12, 2026
📄Accounts PayableOpen Source0 installs(0)

About

Build an expense report tool with PostgreSQL:
1. Create expense report with title, date range, purpose
2. Add expense items: date, category, merchant, amount, description
3. Category dropdown (Travel, Meals, Supplies, Software, Other)
4. Expense report summary with category totals
5. Submit for approval workflow
6. Report history with status (Draft, Submitted, Approved, Reimbursed)

Database: expense_reports (id, title, employee_name, date_from, date_to, purpose, status, total), expenses (id, report_id, date, category, merchant, amount, description). Seed with 5 reports and 30 expenses.

Required Configuration

KeyDescriptionRequired
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.

Free
0 installs0 reviews
Sign in to Install

Something wrong? Report this listing