Socket
Socket
Sign inDemoInstall

e-invoice-pdf

Package Overview
Dependencies
296
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    e-invoice-pdf

An auto pdf generator for invoice with QR code


Version published
Weekly downloads
10
increased by900%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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:

  • Linked in
  • Twitter
  • My portofoli
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.

PluginDESCRIPTION
PDFkitTo generate pdf document
svg-to-pdf-kitA tool help to insert svgs into pdf
qrcodeA library to generate a QR code
aws-sdk/client-s3S3 bucket sdk

Development

IT IS AN OPEN SOURCE, LET'S IMPROVE IT TOGETHER

#CODE_FOR_ALL

License

MIT

Keywords

FAQs

Last updated on 17 Dec 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc