Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lmichelin/invoice-builder
A Quote & Invoice & Acceptance report builder written using Node.js, ejs and wkhtmltopdf
https://github.com/lmichelin/invoice-builder
Last synced: about 1 month ago
JSON representation
A Quote & Invoice & Acceptance report builder written using Node.js, ejs and wkhtmltopdf
- Host: GitHub
- URL: https://github.com/lmichelin/invoice-builder
- Owner: lmichelin
- Created: 2019-01-20T17:19:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T10:28:23.000Z (8 months ago)
- Last Synced: 2024-05-02T07:00:30.141Z (8 months ago)
- Language: HTML
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quote & Invoice & Acceptance report builder
A Quote & Invoice & Acceptance report builder written using `Node.js`, `ejs` templating engine and `wkhtmltopdf`.
## Usage
* Install `Node.js`
* Install `wkhtmltopdf`: https://wkhtmltopdf.org/downloads.html
* Clone the project
* Run `npm install`
* In the `data` folder copy the `data_example.js` file to `data.js`
* Edit the `data.js` file with your own data
* Run `node index.js`If you don't want to generate a certain document, you can comment it in the `data.js` file
To build automatically on files changes, install and run `nodemon`