Easy Invoice can help to generate the invoice.
Based on it, you can customize the invoice as per your requirement easily.
- Node.js@20
- React@18
add ./src/components/Invoice/InvoiceConfig.json
{
"billFrom": {
"name": "Service Provider Name"
},
"billTo": {
"name": "Customer Name"
}
}
By default, git would ignore invoiceConfig.json and wouldn't push it to remote repo
In the project directory, you can run:
npm install
npm start
npm run eslint-fix .
npm run prettier-format .
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
License under BSD 3-Clause License