e-invoice-pdf
v1.0.9
Published
An auto pdf generator for invoice with QR code
Downloads
6
Readme
E-invoice
Open source project for all business using Nodejs with AWS
This project consists of these following:
- Generate PDF invoice.
- Upload the invoice into AWS S3 bucket.
- Download the invoice from AWS S3 bucket.
Features
- Generate unique bill number for each invoice.
- Ability to modify existing invoice and reupload it.
- Ability to download the invoice.
- Ability to see the invoice by using QR code.
- Easy and simple configuration.
- Typescript is implemeneted.
You can follow me there:
As well as my github page
Installation
Dillinger requires Node.js v10+ to run.
Install the dependencies and devDependencies and start the server.
npm i
npm run dev
npm start
YOU SHOULD REFERE TO SRC FOLDER TO CONTINUE DEVELOPMENT.
YOU SHOULD BE AWARE OF AWS S3 PRICES IF YOU WANT TO USE IT.
For production environments...
npm install --production
NODE_ENV=production node app
Plugins
Dillinger is currently extended with the following plugins. Instructions on how to use them in your own application are linked below.
| Plugin | DESCRIPTION | | ------ | ------ | | PDFkit | To generate pdf document | | svg-to-pdf-kit | A tool help to insert svgs into pdf | | qrcode | A library to generate a QR code | | aws-sdk/client-s3 | S3 bucket sdk |
Development
IT IS AN OPEN SOURCE, LET'S IMPROVE IT TOGETHER
#CODE_FOR_ALL
License
MIT