Freiberufler/Selbständige können mit der Vorlage eine HTML/PDF Rechnung erstellen.
Full-page demo: http://s.codepen.io/nikolaygit/debug/oXegzM
- git clone
npm i
cp data/example-invoice.json data/private/invoice.json
and enter your own data ininvoice.json
- in
scripts/main.js
change setvar invoiceJson = 'data/private/invoice.json';
npm run livereload
- open
index.html
in Chrome - print to PDF from Chrome and save the invoice file.
npm run scss
- web-based
- Automatic calculation of VAT and gross amount
- Print to PDF
- Data as JS objects (dev)
- Livereload of data (dev)
- ✅ Move the codepen into the Git repo.
- Create online editable version.
- Add the option to create automatically the invoice number.
- Iterate according to own and friends needs.
Sie können sich hier mehr über Rechnungen informieren: https://github.com/nikolaygit/freiberufler/blob/master/rechnungen/Rechnungen.md
- 0.0.5
- Add
unitPriceNetto
for a position in the invoice
- Add
- 0.0.3
- Calculate VAT and gross amount automatically from the totalAmount of the given positions.
- Run
bower install
automatically afternpm i
.
- 0.0.2: Use Json files for the data. Add a data/private directory.