Revision 697b5abe
Von Peter Schulgin vor mehr als 8 Jahren hinzugefügt
doc/UPGRADE | ||
---|---|---|
neue Spalte part_type vom ENUM-Typ, der auf die Werte 'part', 'service',
|
||
'assembly' und 'assortment' beschränkt ist.
|
||
|
||
* Die Tabelle hat eine neue Spalte classification_id die zu der neuen
|
||
Artikel-Klassifizierung Tabelle "parts_classifications" weist.
|
||
|
||
* In der Tabelle parts wurde die Spalten inventory_accno_id, expense_accno_id
|
||
und income_accno_id entfernt. Deren Funktionalität wurde schon lange durch
|
||
Buchungsgruppen ersetzt und für die Erkennung des Artikeltyps gibt es nun die
|
menus/user/00-erp.yaml | ||
---|---|---|
action: CustomerVendor/search_contact
|
||
db: customer
|
||
- parent: master_data_reports
|
||
id: master_data_reports_articles
|
||
name: Articles
|
||
id: master_data_reports_parts
|
||
name: Parts
|
||
icon: part_report
|
||
order: 400
|
||
access: part_service_assembly_details
|
||
module: ic.pl
|
||
params:
|
||
action: search
|
||
searchitems: part
|
||
- parent: master_data_reports
|
||
id: master_data_reports_services
|
||
name: Services
|
||
icon: service_report
|
||
order: 500
|
||
access: part_service_assembly_edit
|
||
access: part_service_assembly_details
|
||
module: ic.pl
|
||
params:
|
||
action: search
|
||
searchitems: article
|
||
searchitems: service
|
||
- parent: master_data_reports
|
||
id: master_data_reports_assemblies
|
||
name: Assemblies
|
||
icon: assembly_report
|
||
order: 600
|
||
access: part_service_assembly_details
|
||
module: ic.pl
|
||
params:
|
||
action: search
|
||
searchitems: assembly
|
||
- parent: master_data_reports
|
||
id: master_data_reports_assortments
|
||
name: Assortments
|
||
... | ... | |
module: wh.pl
|
||
params:
|
||
action: journal
|
||
- parent: warehouse_reports
|
||
id: warehouse_reports_whusage
|
||
name: WHUsage
|
||
icon: warehouse_usage
|
||
order: 300
|
||
access: warehouse_contents | warehouse_management
|
||
params:
|
||
action: Inventory/stock_usage
|
||
- id: general_ledger
|
||
name: General Ledger
|
||
icon: gl
|
||
... | ... | |
access: general_ledger
|
||
params:
|
||
action: GoBD/filter
|
||
- parent: general_ledger
|
||
id: general_ledger_cbob_transactions
|
||
name: CB/OB Transactions
|
||
icon: cbob
|
||
order: 470
|
||
access: general_ledger
|
||
params:
|
||
action: YearEndTransactions/filter
|
||
- parent: general_ledger
|
||
id: general_ledger_reports
|
||
name: Reports
|
||
... | ... | |
module: am.pl
|
||
params:
|
||
action: edit_units
|
||
- parent: system
|
||
id: system_parts_classification
|
||
name: Parts Classification
|
||
icon: partsclassific
|
||
order: 1150
|
||
params:
|
||
action: PartsClassification/list
|
||
- parent: system
|
||
id: system_price_factors
|
||
name: Price Factors
|
menus/user/11-yearend-transactions.yaml | ||
---|---|---|
# This is the main menu config file for user space menu entries.
|
||
#
|
||
# opendynamic features
|
||
#
|
||
---
|
||
#
|
||
# SB/EB-Buchungen
|
||
#
|
||
- parent: general_ledger
|
||
id: general_ledger_cbob_transactions
|
||
name: CB/OB Transactions
|
||
icon: cbob
|
||
order: 470
|
||
access: general_ledger
|
||
params:
|
||
action: YearEndTransactions/filter
|
menus/user/12-warehouse-usage.yaml | ||
---|---|---|
#
|
||
# opendynamic feature
|
||
#
|
||
---
|
||
#
|
||
# Warenverbrauchsbericht
|
||
#
|
||
- parent: warehouse_reports
|
||
id: warehouse_reports_whusage
|
||
name: WHUsage
|
||
icon: warehouse_usage
|
||
order: 300
|
||
access: warehouse_contents | warehouse_management
|
||
params:
|
||
action: Inventory/stock_usage
|
menus/user/13-parts-classification.yaml | ||
---|---|---|
#
|
||
# opendynamic features
|
||
#
|
||
---
|
||
#
|
||
# parts classification
|
||
#
|
||
- parent: system
|
||
id: system_parts_classification
|
||
name: Parts Classification
|
||
icon: partsclassific
|
||
order: 1100
|
||
params:
|
||
action: PartsClassification/list
|
menus/user/14-one-part-edit-page.yaml | ||
---|---|---|
#
|
||
# opendynamic features
|
||
#
|
||
---
|
||
#
|
||
# one edit page for parts,assemblies and services
|
||
#
|
||
#
|
||
# first disable obsolete menu entries
|
||
#
|
||
- id: master_data_reports_parts
|
||
access: noaccess
|
||
- id: master_data_reports_services
|
||
access: noaccess
|
||
- id: master_data_reports_assemblies
|
||
access: noaccess
|
||
#
|
||
# new menu
|
||
#
|
||
- parent: master_data_reports
|
||
id: master_data_reports_articles
|
||
name: Articles
|
||
icon: part_report
|
||
order: 500
|
||
access: part_service_assembly_edit
|
||
module: ic.pl
|
||
params:
|
||
action: search
|
||
searchitems: article
|
Auch abrufbar als: Unified diff
Revert "Alle neuen Features in das basis User-Menu"
This reverts commit 1b803cbdc5f0945a1a942af25e85693a4d15346c.