Releases: YtoTech/talk-quote-work-getpaid-parser
Releases · YtoTech/talk-quote-work-getpaid-parser
0.6.5
- Do not use Hy version
1.0aX
0.6.4
- Fix bug with CSV stat export when no VAT on an invoice
0.6.3
- Fix bug with
enable_formula
and empty string prices
0.6.1
- Add decimal number format arguments (
--decimals-csv-locale
and --decimals-csv-format
) to statistics CSV ouput command
0.6.0
- Add a parser option
options.price_formula.enabled
in definition to be set to True
for allowing to set price as formula. The formula starts with =
and follow with valid Python code. For eg. prestations.0.price: =1000*0.7
will yield a price of 700 on the first prestation.
0.5.0
- Add a
rounding-decimals
kwarg to parse_invoices
and parse_quote
, which default to 2
0.4.3
- Fix
setup.py
to include tqwgp_parser.files
module files
0.4.2
- Missing
__init__.py
for module tqwgp_parser.files
(wrong fix)