Releases: adamwojt/invoicepy
Releases · adamwojt/invoicepy
0.1.2
0.1.1
fixed sample-config command
invoicepy-0.1.1.tar.gz
.
0.1.0
First release.
Features:
- init config with
sample-configcommand. - provide custom config flag with
invoicepy -C, default~/.pyconfig.json - print invoice pdf with
pdfcommand. - invoices are saved to user config file (this can be disabled with
--no-saveoption). - increment invoice number based on
seriesfield for given company based on saved invoices. - companies and customers can be saved configured with alias for quick access when creating new invoices.
- simple template is provided, user can add their own templates with
custom_templates_diroption. (-tflag) - open generated invoice in browser with
-bflag. - support for vat lines, simple calculations are done to calculate tax amounts.