Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 384c215c

Von Jan Büren vor fast 12 Jahren hinzugefügt

  • ID 384c215cb96a4d2ea8e1ae13e4afd06d9907a341
  • Vorgänger 367c1c5b
  • Nachfolger 51323d9a

Strengere defaults für die config
Zahlung sind nicht änderbar nach dem Buchen.
Ferner die DATEV-Checks standardmässig einschalten
Kann auch gerne nochmal diskutiert werden, am Sinnvollsten wäre es die Konfiguration in die
Admin-Oberfläche zu verlagern

Unterschiede anzeigen:

config/kivitendo.conf.default
90 90
parts_listing_images = 0
91 91

  
92 92
# Should payments be changeable after posting (0 = never; 1 = every time; 2 = on the same day)
93
payments_changeable = 1
93
payments_changeable = 0
94 94

  
95 95
[paths]
96 96
# path to temporary files (must be writeable by the web server)
......
212 212
# you can enable this for each type of record independantly.
213 213

  
214 214
# check when a sales invoice or a payment for a sales invoice is posted
215
check_on_sales_invoice = 0
215
check_on_sales_invoice = 1
216 216
# check when a purchase invoice or a payment for a purchase invoice is posted
217
check_on_purchase_invoice = 0
217
check_on_purchase_invoice = 1
218 218
# check when an ar transaction is posted
219
check_on_ar_transaction = 0
219
check_on_ar_transaction = 1
220 220
# check when an ap transaction is posted
221
check_on_ap_transaction = 0
221
check_on_ap_transaction = 1
222 222
# check when a gl transaction is posted
223
check_on_gl_transaction = 0
223
check_on_gl_transaction = 1
224 224

  
225 225
# not implemented yet:
226 226
#check_on_cash_and_receipt = 0
......
248 248
[testing]
249 249

  
250 250
# autologin to use if none is given
251
login = demo
251
login = myxplace_standard
252 252

  
253 253
[debug]
254 254
# Use DBIx::Log4perl for logging DBI calls. The string LXDEBUGFILE

Auch abrufbar als: Unified diff