Revision 76ddf1f4
Von Werner Hahn vor mehr als 7 Jahren hinzugefügt
menus/user/00-erp.yaml | ||
---|---|---|
367 | 367 |
params: |
368 | 368 |
action: Letter/list |
369 | 369 |
is_sales: 1 |
370 |
- id: webshop |
|
371 |
name: Webshop |
|
372 |
order: 250 |
|
373 |
- parent: webshop |
|
374 |
id: webshop_import |
|
375 |
name: Webshop Import |
|
376 |
params: |
|
377 |
action: ShopOrder/list |
|
378 |
filter.transferred:eq_ignore_empty: 0 |
|
379 |
filter.obsolete: 0 |
|
380 |
db: shop_orders |
|
381 |
sort_by: shop_ordernumber |
|
382 |
- parent: webshop |
|
383 |
id: webshop_articles |
|
384 |
name: Webshop articles |
|
385 |
params: |
|
386 |
action: ShopPart/list_articles |
|
387 |
db: shop_parts |
|
388 |
sort_by: part.onhand |
|
370 | 389 |
- id: ap |
371 | 390 |
name: AP |
372 | 391 |
icon: ap |
menus/user/10-shopimport.yaml | ||
---|---|---|
1 |
--- |
|
2 |
- id: webshop |
|
3 |
name: Webshop |
|
4 |
order: 250 |
|
5 |
- parent: webshop |
|
6 |
id: webshop_import |
|
7 |
name: Webshop Import |
|
8 |
params: |
|
9 |
action: ShopOrder/list |
|
10 |
filter.transferred:eq_ignore_empty: 0 |
|
11 |
filter.obsolete: 0 |
|
12 |
db: shop_orders |
|
13 |
sort_by: shop_ordernumber |
|
14 |
- parent: webshop |
|
15 |
id: webshop_articles |
|
16 |
name: Webshop articles |
|
17 |
params: |
|
18 |
action: ShopPart/list_articles |
|
19 |
db: shop_parts |
|
20 |
sort_by: part.onhand |
Auch abrufbar als: Unified diff
Shopmodul: menu in 00-erp.yaml integriert