Manage your client billing and payments with ease.
Supabase
Connect to sync invoices (optional)
Stored locally in your browser. Use the public anon key only.
{{ supabaseError }}
This app still works offline using localStorage. Supabase sync can be wired up once your database tables are ready.
Total Invoiced
{{ formatCurrency(stats.total) }}
Paid
{{ formatCurrency(stats.paid) }}
Pending
{{ formatCurrency(stats.pending) }}
| Invoice ID | Client | Date | Amount | Status | Actions |
|---|---|---|---|---|---|
| #{{ invoice.id.slice(0, 8).toUpperCase() }} | {{ invoice.client }} | {{ formatDate(invoice.date) }} | {{ formatCurrency(invoice.amount) }} | {{ getStatus(invoice) }} | |
|
No invoices found Try adjusting your search or filters |
|||||