Skip to content

Easy Invoice can generate simple invoice for global market

License

Notifications You must be signed in to change notification settings

qzi/easy-invoice

Repository files navigation

Easy Invoice

Easy Invoice can help to generate the invoice.
Based on it, you can customize the invoice as per your requirement easily.

Pre-requisite

  • 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

Available Scripts

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.

Preview

License

License under BSD 3-Clause License

About

Easy Invoice can generate simple invoice for global market

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published