From 6b946f0b1d642ef5bbe23cfb1d3b91b4bbec90db Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 19 Mar 2021 19:29:11 +0100 Subject: [PATCH] Mobile: menu um komponenten testseite erweitert --- menus/mobile/00-erp.yaml | 37 ++++++++----------------------------- 1 file changed, 8 insertions(+), 29 deletions(-) diff --git a/menus/mobile/00-erp.yaml b/menus/mobile/00-erp.yaml index e9d899408..e510d0869 100644 --- a/menus/mobile/00-erp.yaml +++ b/menus/mobile/00-erp.yaml @@ -3,36 +3,15 @@ # Th structure is the same as in user/, but currently infinite nesting is not supported. # --- -- id: customer_add - name: Add Customer - icon: customer_add +- id: image_upload + name: Image Upload order: 100 - access: customer_vendor_edit|customer_vendor_all_edit + access: sales_delivery_order_edit params: - action: CustomerVendor/add - db: customer -- id: warehouse_produce_assembly - name: Produce Assembly - icon: assembly_produce + action: ImageUpload/search_delivery_order + sales: 1 +- id: component_test + name: Component Test order: 200 - access: warehouse_management - module: wh.pl params: - action: transfer_warehouse_selection - trans_type: assembly -- id: warehouse_transfer - name: Transfer - order: 300 - access: warehouse_management - module: wh.pl - params: - action: transfer_warehouse_selection - trans_type: transfer -- id: warehouse_removal - name: Removal - order: 400 - access: warehouse_management - module: wh.pl - params: - action: transfer_warehouse_selection - trans_type: removal + action: MaterializeTest/test -- 2.20.1