X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/77ee93fc2852fa057f03229cecde6b389f65d6dd..fef43fa:/config/lx_office.conf.default diff --git a/config/lx_office.conf.default b/config/lx_office.conf.default index 9df72a427..5570baf6c 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. @@ -86,6 +88,9 @@ parts_image_css = border:0;float:left;max-width:250px;margin-top:20px:margin-rig # Show the picture in the results when you search for parts parts_listing_images = 0 +# Should payments be changeable after posting (0 = never; 1 = every time; 2 = on the same day) +payments_changeable = 1 + [paths] # path to temporary files (must be writeable by the web server) userspath = users @@ -175,6 +180,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.