purchase, stock config

develop
Andreas Brückl 2015-01-22 18:06:06 +01:00
parent e173faba26
commit 5ef8d3040d
2 changed files with 9 additions and 5 deletions

View File

@ -52,6 +52,8 @@ def main():
'set_warehouse', 'set_warehouse',
'base_config', 'base_config',
'sale_config', 'sale_config',
'stock_config',
'purchase_config',
'set_date_format', 'set_date_format',
'set_company', 'set_company',
'set_taxes', 'set_taxes',

View File

@ -78,6 +78,8 @@ class Config():
#Einstellungen Lager #Einstellungen Lager
self.stock_config = { self.stock_config = {
'group_stock_multiple_locations': True, # Verwalten Sie mehrere Läger und Lagerorte 'group_stock_multiple_locations': True, # Verwalten Sie mehrere Läger und Lagerorte
'group_stock_tracking_lot': False, # Benutze Verpackungen: Paletten, Boxen, ...
'group_stock_packaging': False, # Ermöglicht die Auswahl einer Verpackung
} }
self.sequences = { self.sequences = {