- download repo
npm install
npm run start
- create, edit customers
- create, edit dossiers (invoices, offers)
- print dossiers to pdf's
The config file is located in the main directory. (config.js
)
key | type : default | meaning |
---|---|---|
port | int : 8000 | port on which the web interface will be reachable |
public | bool : false | false means only via localhost reachable, true means public |
currency | String : "€" | currency symbol |
tax | func : | computes the tax value default 19% |
obj : | obj for the print configuration see node-html-pdf | |
custom_data | obj : | use this object to store data you want to use in the dossier.mst |
lang | obj : | translation for the interface |
See basics and there custom_data
and print
.
If you want to change the layout edit public/mst/dossier.mst
.