Skip to content

Releases: YtoTech/talk-quote-work-getpaid-parser

0.6.6

04 Nov 17:10
9c2ecf8
Compare
Choose a tag to compare
  • Remove a debug print

0.6.5

09 Sep 21:21
a176d8b
Compare
Choose a tag to compare
  • Do not use Hy version 1.0aX

0.6.4

26 Jun 13:48
c14e8fc
Compare
Choose a tag to compare
  • Fix bug with CSV stat export when no VAT on an invoice

0.6.3

26 Jun 13:25
2b531db
Compare
Choose a tag to compare
  • Fix bug with enable_formula and empty string prices

0.6.2

17 May 14:49
108643d
Compare
Choose a tag to compare
  • Migrate to Hy >= 0.26

0.6.1

24 Mar 17:11
8ecc1f3
Compare
Choose a tag to compare
  • Add decimal number format arguments (--decimals-csv-locale and --decimals-csv-format) to statistics CSV ouput command

0.6.0

10 Feb 23:07
35bbafb
Compare
Choose a tag to compare
  • 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

13 May 11:29
d60e468
Compare
Choose a tag to compare
  • Add a rounding-decimals kwarg to parse_invoices and parse_quote, which default to 2

0.4.3

11 May 18:37
5ce2987
Compare
Choose a tag to compare
  • Fix setup.py to include tqwgp_parser.files module files

0.4.2

11 May 18:37
589b91f
Compare
Choose a tag to compare
  • Missing __init__.py for module tqwgp_parser.files (wrong fix)