Skip to content

Commit

Permalink
Add decimal formatting arg to CSV ouput command
Browse files Browse the repository at this point in the history
  • Loading branch information
MonsieurV committed Mar 24, 2023
1 parent 35bbafb commit 8ecc1f3
Show file tree
Hide file tree
Showing 6 changed files with 378 additions and 222 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 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.
Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ click = "*"
pyyaml = "*"
toml = "*"
pendulum = "*"
babel = "*"

[dev-packages]
black = "*"
Expand Down
Loading

0 comments on commit 8ecc1f3

Please sign in to comment.