Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision be6f6cfd

Von Moritz Bunkus vor fast 14 Jahren hinzugefügt

  • ID be6f6cfd8dc7def5356edd0c5aacb814b4baded1
  • Vorgänger 2b339152
  • Nachfolger d29b0238

Globale Variablen für Systemeinstellungen und Features nach %::lx_office_conf verschoben

Betroffen sind:
$webdav
$vertreter
$lizenzen
$show_best_before
$parts_show_image
$parts_image_css
$parts_listing_images
$eur
$dbcharset
$language

Unterschiede anzeigen:

config/lx_office.conf.default
1
[system]
2
# EUR: Einnahmen-Überschussrechnung (net income method). Set this to 1
3
# if your company uses the net income method and to 0 for balacing.
4
eur = 1
5

  
6
# Set language for login and admin forms. Currently "de" (German),
7
# "de_DE" (new German) and "en" (English, not perfect) are available.
8
language = de
9

  
10
# The database charset. Must match the database cluster you want to
11
# connect to.
12
dbcharset = UTF-8
13

  
14
[features]
15
# Activate certain optional features and modules.
16
webdav = 0
17
lizenzen = 1
18
vertreter = 0
19

  
20
# Show fields used for the best before date
21
show_best_before = 0
22

  
23
## Pictures for parts
24
# Show the picture in the part form
25
parts_show_image = 1
26
# Style the picture with the following CSS code:
27
parts_image_css = border:0;float:left;max-width:250px;margin-top:20px:margin-right:10px;margin-left:10px;
28
# Show the picture in the results when you search for parts
29
parts_listing_images = 0
30

  
1 31
[paths]
2 32
# path to temporary files (must be writeable by the web server)
3 33
userspath = users

Auch abrufbar als: Unified diff