liberu-accounting/accounting-laravel — reverse-engineered prompt
Reverse engineered prompt
Build me a clean web based accounting system for small businesses, similar to QuickBooks or Xero, using Laravel with a modern admin dashboard.
I want users to manage a proper double entry ledger, chart of accounts, journal entries, customers, supplier and customer invoices, payroll, inventory, fixed assets, and bank reconciliation. Make sure transactions always balance, and include useful reports like ledger history and VAT style reporting. It should support importing and exporting account data, reversing or posting transactions, and keeping an audit friendly history.
Please include integrations where possible for QuickBooks Online sync, Plaid bank feeds, and HMRC Making Tax Digital VAT submissions. Add token based API access too, so other tools can connect later.
Set it up with migrations, seed demo data, tests, and a simple install path so I can run it locally or with Docker. Look up current Laravel, Filament, and Livewire docs online if needed.
Want more depth? Deep Reverse