X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/e87f4016fbce09fc32b3b7ca18b78f364ad6ee6f..15f021a67aa7e26458a3fbac8efe89ef9c0b0657:/config/lx_office.conf.default diff --git a/config/lx_office.conf.default b/config/lx_office.conf.default index b0c3e66e5..387eff279 100644 --- a/config/lx_office.conf.default +++ b/config/lx_office.conf.default @@ -60,7 +60,9 @@ bind_password = # EUR: Einnahmen-Überschussrechnung (net income method). Set this to 1 # if your company uses the net income method and to 0 for balancing. # Additional note in german: Sollversteuerung = 0; Istversteuerung = 1 -eur = 1 +# !!out of use since 2.7!! +# See doc/umstellung_eur.txt +# eur = 0 # Set language for login and admin forms. Currently "de" (German), # "de_DE" (new German) and "en" (English, not perfect) are available. @@ -76,6 +78,14 @@ webdav = 0 vertreter = 0 # Show fields used for the best before date +# ATTENTION! If you enabled this feature you can not simply turn it off again +# without taking care that best_before fields are emptied in the database. +# This can be done with the following query: +# +# UPDATE inventory SET bestbefore = NULL; +# +# Any stock contents containing a best before date will be impossible to stock +# out otherwise. show_best_before = 0 ## Pictures for parts @@ -178,6 +188,11 @@ history_file = users/console_history # to the lx-office log will be put here if triggered from the console log_file = /tmp/lxoffice_console_debug.log +[testing] + +# autologin to use if none is given +login = demo + [debug] # Use DBIx::Log4perl for logging DBI calls. The string LXDEBUGFILE # will be replaced by the file name configured for $::lxdebug.