def create_use_cases(**kwargs):
#UseCase.create('cash_contr', _('Cash Contribution'), True)
UseCase.create('non_prod', _('Non-production Logging'), True)
UseCase.create('rand', _('Manufacturing Recipes/Logging'))
UseCase.create('recipe', _('Workflow Recipes/Logging'))
UseCase.create('todo', _('Todos'), True)
UseCase.create('cust_orders', _('Customer Orders'))
UseCase.create('purchasing', _('Purchasing'))
#UseCase.create('res_contr', _('Material Contribution'))
#UseCase.create('purch_contr', _('Purchase Contribution'))
#UseCase.create('exp_contr', _('Expense Contribution'), True)
#UseCase.create('sale', _('Sale'))
UseCase.create('distribution', _('Distribution'), True)
UseCase.create('val_equation', _('Value Equation'), True)
UseCase.create('payout', _('Payout'), True)
#UseCase.create('transfer', _('Transfer'))
UseCase.create('available', _('Make Available'), True)
UseCase.create('intrnl_xfer', _('Internal Exchange'))
UseCase.create('supply_xfer', _('Incoming Exchange'))
UseCase.create('demand_xfer', _('Outgoing Exchange'))
print "created use cases"
评论列表
文章目录