Back to Refine

README

examples/invoicer/README.md

3.25.03.1 KB
Original Source
<div align="center" style="margin: 30px;"> <a href="https://refine.dev/"> </a> </br> </br> <div align="center"> <a href="https://refine.dev">Home Page</a> | <a href="https://discord.gg/refine">Discord</a> | <a href="https://refine.dev/examples/">Examples</a> | <a href="https://refine.dev/blog/">Blog</a> | <a href="https://refine.dev/docs/">Documentation</a> </div> </div> </br> <div align="center">Build your React-based internal tools, admin panels, dashboards, B2B apps with flexibility in mind. An open-source, headless React meta-framework, developed with a commitment to best practices, flexibility, minimal tech debt, and team alignment, could be a perfect fit for dynamic environments.

</div>

About

PDF Invoice Generator app example project built using Refine and Ant Design.

You can view the live demo of the application here.

Try this example on your local

bash
npm create refine-app@latest -- --example invoicer

Try this example on CodeSandbox

Features

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.

Screenshots