A simple web application for generating invoices for stored products searched by ID.
- 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
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/