examples/invoicer/README.md
PDF Invoice Generator app example project built using Refine and Ant Design.
⭐ You can view the live demo of the application here.
npm create refine-app@latest -- --example invoicer
Login Page: Secure user authentication with email/password; password reset and remember me options for user convenience.
Accounts Page: Data table with pagination, search, and filter options; fully-functional create/edit/show subpages for account details.
Clients Page: Data table with pagination, search, and filter options; fully-functional create/edit/show subpages for client details.
Invoices Page: Invoice generation with account, client details and invoice items; generate invoice as PDF.