Skip to content

Maxx016/InvoiceGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InvoiceGenerator

A simple web application for generating invoices for stored products searched by ID.

Features

  • Displaying customer information
  • Adding products by ID to then display the full product name, image, description and price on PDF
  • Setting quantity for each product
  • Setting custom discounts for each product
  • Calcucalting VAT and taxes
  • Setting product inventory in JSON file

Usage

To use this application you need to install pdfmake:

npm install pdfmake

Start the application in the directory of the index.js file:

node index.js

The application is hosted on http://localhost:3000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published