Revision a3b87db8
Von Moritz Bunkus vor fast 8 Jahren hinzugefügt
menus/user/00-erp.yaml | ||
---|---|---|
28 | 28 |
icon: master_data |
29 | 29 |
order: 100 |
30 | 30 |
- parent: master_data |
31 |
id: master_data_add_customer
|
|
32 |
name: Add Customer
|
|
33 |
icon: customer_add
|
|
31 |
id: master_data_customers
|
|
32 |
name: Customers
|
|
33 |
icon: customer_report
|
|
34 | 34 |
order: 100 |
35 | 35 |
access: customer_vendor_edit |
36 | 36 |
params: |
37 |
action: CustomerVendor/add
|
|
37 |
action: CustomerVendor/search
|
|
38 | 38 |
db: customer |
39 | 39 |
- parent: master_data |
40 |
id: master_data_add_vendor
|
|
41 |
name: Add Vendor
|
|
42 |
icon: vendor_add
|
|
40 |
id: master_data_vendors
|
|
41 |
name: Vendors
|
|
42 |
icon: vendor_report
|
|
43 | 43 |
order: 200 |
44 | 44 |
access: customer_vendor_edit |
45 | 45 |
params: |
46 |
action: CustomerVendor/add
|
|
46 |
action: CustomerVendor/search
|
|
47 | 47 |
db: vendor |
48 |
- parent: master_data |
|
49 |
id: master_data_contacts |
|
50 |
name: Contacts |
|
51 |
order: 300 |
|
52 |
access: customer_vendor_edit |
|
53 |
params: |
|
54 |
action: CustomerVendor/search_contact |
|
55 |
db: customer |
|
48 | 56 |
- parent: master_data |
49 | 57 |
id: master_data_add_part |
50 | 58 |
name: Add Part |
... | ... | |
114 | 122 |
name: Reports |
115 | 123 |
icon: master_data_report |
116 | 124 |
order: 1000 |
117 |
- parent: master_data_reports |
|
118 |
id: master_data_reports_customers |
|
119 |
name: Customers |
|
120 |
icon: customer_report |
|
121 |
order: 100 |
|
122 |
access: customer_vendor_edit |
|
123 |
params: |
|
124 |
action: CustomerVendor/search |
|
125 |
db: customer |
|
126 |
- parent: master_data_reports |
|
127 |
id: master_data_reports_vendors |
|
128 |
name: Vendors |
|
129 |
icon: vendor_report |
|
130 |
order: 200 |
|
131 |
access: customer_vendor_edit |
|
132 |
params: |
|
133 |
action: CustomerVendor/search |
|
134 |
db: vendor |
|
135 |
- parent: master_data_reports |
|
136 |
id: master_data_reports_contacts |
|
137 |
name: Contacts |
|
138 |
order: 300 |
|
139 |
access: customer_vendor_edit |
|
140 |
params: |
|
141 |
action: CustomerVendor/search_contact |
|
142 |
db: customer |
|
143 | 125 |
- parent: master_data_reports |
144 | 126 |
id: master_data_reports_articles |
145 | 127 |
name: Articles |
Auch abrufbar als: Unified diff
Menüvereinheitlichung: »Stammdaten« → »Kunden/Lieferanten/Ansprechpersonen« umgestellt