This is an automated email from the ASF dual-hosted git repository. holivier pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
commit b13573a33075f54ea74f342310b2fe6f53fb873c Author: holivier <holiv...@apache.org> AuthorDate: Tue Feb 25 19:04:42 2020 +0100 Documented: Manufacturing Routing Task migration to asciidoc (OFBIZ-11416) For all of files content has been directly put in mfg-routing-task.adoc --- .../docs/asciidoc/_include/mfg-routing-task.adoc | 53 ++++++++++++++++++ .../asciidoc/_include/mfg-routing-task_NL.adoc | 65 ++++++++++++++++++++++ .../src/docs/asciidoc/manufacturing.adoc | 2 + .../src/docs/asciidoc/manufacturing_NL.adoc | 2 + 4 files changed, 122 insertions(+) diff --git a/applications/manufacturing/src/docs/asciidoc/_include/mfg-routing-task.adoc b/applications/manufacturing/src/docs/asciidoc/_include/mfg-routing-task.adoc new file mode 100644 index 0000000..a5b4486 --- /dev/null +++ b/applications/manufacturing/src/docs/asciidoc/_include/mfg-routing-task.adoc @@ -0,0 +1,53 @@ +//// +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +//// += Routing Task +Routing Tasks are the individual steps or activities that are needed to turn the raw materials into a finished product. +There are used in the manufacturing or assembling process of a product. + +Examples include: + +* Weighing out Raw Materials +* Assembling a Product +* Machining or Processing Materials + +It's necessary to create the routing tasks before creating a Routing or a Production Run. + +== Routing Task management in UI +=== Find routing task +This screen displays an overview of all available routing tasks. + +It's possible to select one to edit it. + +From here you can also create a new routing task. + +=== Create / edit route task +In this screen you can create a new routing task and modify an existing Routing Task. + +=== Create / edit route task cost +In this screen you can associate a cost component and the related calculation method to the routing task. + +You can also remove an existing associated cost component. + +=== Routing task deliverable products +This screen displays an overview of all associated products deliverable to the routing task. + +From here you can also connect new products to the routing task. + +=== Create / edit deliverable products +In this screen you can add deliverable products to the routing task and modify existing deliverable products. + +=== Create / edit routing task equipment +In this screen you can associate equipment to the task. + +In the lower part of the screen all associated equipment is displayed. \ No newline at end of file diff --git a/applications/manufacturing/src/docs/asciidoc/_include/mfg-routing-task_NL.adoc b/applications/manufacturing/src/docs/asciidoc/_include/mfg-routing-task_NL.adoc new file mode 100644 index 0000000..36835a3 --- /dev/null +++ b/applications/manufacturing/src/docs/asciidoc/_include/mfg-routing-task_NL.adoc @@ -0,0 +1,65 @@ +//// +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +//// += Routing Task +Routing Task are the individual steps that are needed to turn the raw materials into a finished product. + +It's necessary to create the routing tasks before creating a Routing or a Production Run. + +== Routing Task management in UI +=== Werkplan taken aanmaken en vinden +Dit scherm biedt de mogelijkheid om werkplan taken aan te maken en te vinden. + +==== Werkplan taak aanmaken +Klik op de knop 'Nieuwe werkplan taak' om een nieuwe taak voor een werkplan aan te maken. + +==== Werkplan taak zoeken en vinden +Vul de parameters in en klik op de 'zoek' knop. + +Worden resultaten gevonden, dan worden deze getoond in de sectie onder het zoek deel. + + +=== Werkplan taak aanpassen +In dit scherm worden nieuwe werkplan taken gedefinieerd. + +Ook kun je hiermee bestaande werkplan taken wijzigen. + +==== Invullen formulier +Geef de werkplan taak een beschrijvende naam en omschrijving. + + +=== Aanpassen/toevoegen kosten werkplan taak +Met dit scherm kunnen bestaande kosten definities voor een werkplan taak aangepast worden en nieuwe gedefinieerd. + + +=== Tonen producten van werkplan taak +Dit scherm toont de producten die gekoppeld zijn aan de werkplan taak. + +Vanaf dit scherm kunnen nieuwe koppeling worden aangemaakt en bestaand gewijzigd worden. + +==== Nieuwe koppelingen aanmaken +Klik op de knop om het invulformulier om een nieuwe productkoppeling aan te maken. + +==== Overzicht gekoppelde producten +Dit overzicht toont de gekoppelede producten. + +Vanaf hier kan de koppeling aangepast en verwijderd worden. + + +=== Product van werkplan taak aanmaken en aanpassen +In dit scherm kun je een product aan een werkplan taak koppelen en een bestaande koppeling aanpassen. + + +=== Werkplan taak Productiemiddel koppelen/aanpassen +In dit scherm kun je een nieuwe productie middel aan een werkplan taak koppelen en een bestaande koppeling aanpassen. \ No newline at end of file diff --git a/applications/manufacturing/src/docs/asciidoc/manufacturing.adoc b/applications/manufacturing/src/docs/asciidoc/manufacturing.adoc index c53b813..1eec52e 100644 --- a/applications/manufacturing/src/docs/asciidoc/manufacturing.adoc +++ b/applications/manufacturing/src/docs/asciidoc/manufacturing.adoc @@ -31,3 +31,5 @@ include::_include/mfg-intro.adoc[leveloffset=+1] include::_include/mfg-production-run.adoc[leveloffset=+1] include::_include/mfg-routing.adoc[leveloffset=+1] + +include::_include/mfg-routing-task.adoc[leveloffset=+1] diff --git a/applications/manufacturing/src/docs/asciidoc/manufacturing_NL.adoc b/applications/manufacturing/src/docs/asciidoc/manufacturing_NL.adoc index c627cb9..936e72d 100644 --- a/applications/manufacturing/src/docs/asciidoc/manufacturing_NL.adoc +++ b/applications/manufacturing/src/docs/asciidoc/manufacturing_NL.adoc @@ -32,3 +32,5 @@ include::_include/mfg-production-run_NL.adoc[leveloffset=+1] include::_include/mfg-routing_NL.adoc[leveloffset=+1] +include::_include/mfg-routing-task_NL.adoc[leveloffset=+1] +