Mobile Menu: Test Eintrag korrekt benennen
[kivitendo-erp.git] / menus / mobile / 00-erp.yaml
1 # This is the main menu config file for mobile user space menu entries.
2 #
3 # Th structure is the same as in user/, but currently infinite nesting is not supported.
4 #
5 ---
6 - id: customer_add
7   name: Add Customer
8   icon: customer_add
9   order: 100
10   access: customer_vendor_edit|customer_vendor_all_edit
11   params:
12     action: CustomerVendor/add
13     db: customer
14 - id: warehouse_produce_assembly
15   name: Produce Assembly
16   icon: assembly_produce
17   order: 200
18   access: warehouse_management
19   module: wh.pl
20   params:
21     action: transfer_warehouse_selection
22     trans_type: assembly
23 - id: warehouse_transfer
24   name: Transfer
25   order: 300
26   access: warehouse_management
27   module: wh.pl
28   params:
29     action: transfer_warehouse_selection
30     trans_type: transfer
31 - id: warehouse_removal
32   name: Removal
33   order: 400
34   access: warehouse_management
35   module: wh.pl
36   params:
37     action: transfer_warehouse_selection
38     trans_type: removal