An open-source app to generate / share invoices and download as PDF.
- Generate invoice
- Download in PDF
- Share invoice with clients using shareable link
- Print invoice
- Once an invoice is generated then there's no way to edit it, you have to create a new one in order to update any information. (we're actively working to overcome this limitation)
- Email invoice
- Company Logo upload
- Change Currency through Dropdown
- Date / Number Fields support
- Install Mongo DB for your OS
- Run
git clone <repo_url>
- Run
yarn install
ornpm install
in project directory - Run
yarn dev
- If project ran successfully then it'll log all the routes configured in the app and status of mongo db connection.