https://github.com/hbons/invoice-generator
https://github.com/hbons/invoice-generator
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hbons/invoice-generator
- Owner: hbons
- Created: 2015-07-07T15:37:36.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-07T20:13:58.000Z (almost 10 years ago)
- Last Synced: 2025-03-29T09:22:55.504Z (29 days ago)
- Language: CSS
- Homepage: http://planetpeanut.uk
- Size: 418 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Invoice Generator

This is a template I use for generating invoices. Putting this out there in the hope that it may be useful. You can use the template as long as you replace the colours, fonts, and imagery.
## Setup
Put your personal and payment details in `invoices/_you.json` and `invoices/_payment.json` respectively.
```bash
npm install
```## New invoice
```bash
npm run-script invoice
```Open `invoices/$DATE.json` in your favourite editor and add invoice and expense items.
## Print invoice
```bash
node invoices.js
```Open `localhost:4000` in your favourite browser. Print your invoice or save it as a PDF.