Purchase Order Generator
Intro
Application converts raw order data and prints it into PDF file. In procurement, PDF file is the final file being sent over to a supplier to fulfil the order.
Features
App includes following features:
Demo
Data:
- Data input: JSON file that stores product's parameters.
Application:
- Application fits product's data into html template which at the end is converted into PDF file.
Setup
Python libraries installation required:
- pip install pdfkit
wkhtmltopdf installation required:
- github.com/JazzCore/python-pdfkit/wiki/Installing-wkhtmltopdf