consts.py 469 B

1234567891011121314
  1. #coding=utf-8
  2. CONTENT_TYPE_SORTING = (
  3. 'account-user', # 人员管理
  4. )
  5. MENU_TO_MODEL = (
  6. (u'基础数据', ('material-material', 'material-consumable', 'goods-goods','warehouse-warehouse'
  7. , 'warehouse-warehouseadmin','warehouse-warehousestock','account-department'
  8. ,'foundation-option','supplier-supplier', 'customer-customer', 'account-user','foundation-bizlog','config-config',)),
  9. (u'其他',('product-productbase',))
  10. )