kivitendo/menus/mobile/00-erp.yaml @ 5ec4e27c
a381240c | Sven Schöling | # This is the main menu config file for mobile user space menu entries.
|
||
#
|
||||
# Th structure is the same as in user/, but currently infinite nesting is not supported.
|
||||
#
|
||||
---
|
||||
6b946f0b | Sven Schöling | - id: image_upload
|
||
name: Image Upload
|
||||
a381240c | Sven Schöling | order: 100
|
||
6b946f0b | Sven Schöling | access: sales_delivery_order_edit
|
||
a381240c | Sven Schöling | params:
|
||
47577d1d | Sven Schöling | action: ImageUpload/upload_image
|
||
object_type: sales_delivery_order
|
||||
33528d10 | Cem Aydin | - id: scan_qrbill
|
||
name: Scan swiss QR bill
|
||||
order: 200
|
||||
access: ap_transactions
|
||||
params:
|
||||
action: ScanQRBill/scan_view
|
||||
6b946f0b | Sven Schöling | - id: component_test
|
||
name: Component Test
|
||||
33528d10 | Cem Aydin | order: 300
|
||
eea0a76f | Sven Schöling | access: developer
|
||
a381240c | Sven Schöling | params:
|
||
c2994c1a | Sven Schöling | action: MaterializeTest/components
|
||
- id: modal_test
|
||||
name: Modal Test
|
||||
33528d10 | Cem Aydin | order: 400
|
||
eea0a76f | Sven Schöling | access: developer
|
||
c2994c1a | Sven Schöling | params:
|
||
action: MaterializeTest/modal
|