add default tax percentage to app_config

This commit is contained in:
wvengen 2013-07-06 23:11:50 +02:00
parent 3da27734c7
commit 76645ebd12
2 changed files with 5 additions and 2 deletions

View file

@ -37,6 +37,9 @@ default: &defaults
# price markup in percent
price_markup: 2.0
# default vat percentage for new articles
tax_default: 7.0
# tolerance order option: If set to false, article tolerance values do not count
# for total article price as long as the order is not finished.
tolerance_is_costly: false