Revision 1b803cbd
Von Martin Helmling vor fast 8 Jahren hinzugefügt
doc/UPGRADE | ||
---|---|---|
28 | 28 |
neue Spalte part_type vom ENUM-Typ, der auf die Werte 'part', 'service', |
29 | 29 |
'assembly' und 'assortment' beschränkt ist. |
30 | 30 |
|
31 |
* Die Tabelle hat eine neue Spalte classification_id die zu der neuen |
|
32 |
Artikel-Klassifizierung Tabelle "parts_classifications" weist. |
|
33 |
|
|
31 | 34 |
* In der Tabelle parts wurde die Spalten inventory_accno_id, expense_accno_id |
32 | 35 |
und income_accno_id entfernt. Deren Funktionalität wurde schon lange durch |
33 | 36 |
Buchungsgruppen ersetzt und für die Erkennung des Artikeltyps gibt es nun die |
menus/user/00-erp.yaml | ||
---|---|---|
142 | 142 |
action: CustomerVendor/search_contact |
143 | 143 |
db: customer |
144 | 144 |
- parent: master_data_reports |
145 |
id: master_data_reports_parts
|
|
146 |
name: Parts
|
|
145 |
id: master_data_reports_articles
|
|
146 |
name: Articles
|
|
147 | 147 |
icon: part_report |
148 |
order: 400 |
|
149 |
access: part_service_assembly_details |
|
150 |
module: ic.pl |
|
151 |
params: |
|
152 |
action: search |
|
153 |
searchitems: part |
|
154 |
- parent: master_data_reports |
|
155 |
id: master_data_reports_services |
|
156 |
name: Services |
|
157 |
icon: service_report |
|
158 | 148 |
order: 500 |
159 |
access: part_service_assembly_details |
|
160 |
module: ic.pl |
|
161 |
params: |
|
162 |
action: search |
|
163 |
searchitems: service |
|
164 |
- parent: master_data_reports |
|
165 |
id: master_data_reports_assemblies |
|
166 |
name: Assemblies |
|
167 |
icon: assembly_report |
|
168 |
order: 600 |
|
169 |
access: part_service_assembly_details |
|
149 |
access: part_service_assembly_edit |
|
170 | 150 |
module: ic.pl |
171 | 151 |
params: |
172 | 152 |
action: search |
173 |
searchitems: assembly
|
|
153 |
searchitems: article
|
|
174 | 154 |
- parent: master_data_reports |
175 | 155 |
id: master_data_reports_assortments |
176 | 156 |
name: Assortments |
... | ... | |
574 | 554 |
module: wh.pl |
575 | 555 |
params: |
576 | 556 |
action: journal |
557 |
- parent: warehouse_reports |
|
558 |
id: warehouse_reports_whusage |
|
559 |
name: WHUsage |
|
560 |
icon: warehouse_usage |
|
561 |
order: 300 |
|
562 |
access: warehouse_contents | warehouse_management |
|
563 |
params: |
|
564 |
action: Inventory/stock_usage |
|
577 | 565 |
- id: general_ledger |
578 | 566 |
name: General Ledger |
579 | 567 |
icon: gl |
... | ... | |
622 | 610 |
access: general_ledger |
623 | 611 |
params: |
624 | 612 |
action: GoBD/filter |
613 |
- parent: general_ledger |
|
614 |
id: general_ledger_cbob_transactions |
|
615 |
name: CB/OB Transactions |
|
616 |
icon: cbob |
|
617 |
order: 470 |
|
618 |
access: general_ledger |
|
619 |
params: |
|
620 |
action: YearEndTransactions/filter |
|
625 | 621 |
- parent: general_ledger |
626 | 622 |
id: general_ledger_reports |
627 | 623 |
name: Reports |
... | ... | |
1101 | 1097 |
module: am.pl |
1102 | 1098 |
params: |
1103 | 1099 |
action: edit_units |
1100 |
- parent: system |
|
1101 |
id: system_parts_classification |
|
1102 |
name: Parts Classification |
|
1103 |
icon: partsclassific |
|
1104 |
order: 1150 |
|
1105 |
params: |
|
1106 |
action: PartsClassification/list |
|
1104 | 1107 |
- parent: system |
1105 | 1108 |
id: system_price_factors |
1106 | 1109 |
name: Price Factors |
menus/user/11-yearend-transactions.yaml | ||
---|---|---|
1 |
# This is the main menu config file for user space menu entries. |
|
2 |
# |
|
3 |
# opendynamic features |
|
4 |
# |
|
5 |
--- |
|
6 |
# |
|
7 |
# SB/EB-Buchungen |
|
8 |
# |
|
9 |
- parent: general_ledger |
|
10 |
id: general_ledger_cbob_transactions |
|
11 |
name: CB/OB Transactions |
|
12 |
icon: cbob |
|
13 |
order: 470 |
|
14 |
access: general_ledger |
|
15 |
params: |
|
16 |
action: YearEndTransactions/filter |
menus/user/12-warehouse-usage.yaml | ||
---|---|---|
1 |
# |
|
2 |
# opendynamic feature |
|
3 |
# |
|
4 |
--- |
|
5 |
# |
|
6 |
# Warenverbrauchsbericht |
|
7 |
# |
|
8 |
- parent: warehouse_reports |
|
9 |
id: warehouse_reports_whusage |
|
10 |
name: WHUsage |
|
11 |
icon: warehouse_usage |
|
12 |
order: 300 |
|
13 |
access: warehouse_contents | warehouse_management |
|
14 |
params: |
|
15 |
action: Inventory/stock_usage |
menus/user/13-parts-classification.yaml | ||
---|---|---|
1 |
# |
|
2 |
# opendynamic features |
|
3 |
# |
|
4 |
--- |
|
5 |
# |
|
6 |
# parts classification |
|
7 |
# |
|
8 |
- parent: system |
|
9 |
id: system_parts_classification |
|
10 |
name: Parts Classification |
|
11 |
icon: partsclassific |
|
12 |
order: 1100 |
|
13 |
params: |
|
14 |
action: PartsClassification/list |
menus/user/14-one-part-edit-page.yaml | ||
---|---|---|
1 |
# |
|
2 |
# opendynamic features |
|
3 |
# |
|
4 |
--- |
|
5 |
# |
|
6 |
# one edit page for parts,assemblies and services |
|
7 |
# |
|
8 |
# |
|
9 |
# first disable obsolete menu entries |
|
10 |
# |
|
11 |
- id: master_data_reports_parts |
|
12 |
access: noaccess |
|
13 |
- id: master_data_reports_services |
|
14 |
access: noaccess |
|
15 |
- id: master_data_reports_assemblies |
|
16 |
access: noaccess |
|
17 |
# |
|
18 |
# new menu |
|
19 |
# |
|
20 |
- parent: master_data_reports |
|
21 |
id: master_data_reports_articles |
|
22 |
name: Articles |
|
23 |
icon: part_report |
|
24 |
order: 500 |
|
25 |
access: part_service_assembly_edit |
|
26 |
module: ic.pl |
|
27 |
params: |
|
28 |
action: search |
|
29 |
searchitems: article |
Auch abrufbar als: Unified diff
Alle neuen Features in das basis User-Menu