You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ho...@apache.org on 2020/06/20 14:07:40 UTC

[ofbiz-framework] 03/10: Documented: Manufacturing Routing migration to asciidoc (OFBIZ-11416)

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 061cb0dabd52518149c588406538dccb5c612874
Author: holivier <ho...@apache.org>
AuthorDate: Tue Feb 25 17:59:16 2020 +0100

    Documented: Manufacturing Routing migration to asciidoc
    (OFBIZ-11416)
    
    For all of files content has been directly put in
    mfg-routing.adoc
---
 .../src/docs/asciidoc/_include/mfg-routing.adoc    | 51 ++++++++++++++++++
 .../src/docs/asciidoc/_include/mfg-routing_NL.adoc | 62 ++++++++++++++++++++++
 .../src/docs/asciidoc/manufacturing.adoc           |  2 +
 .../src/docs/asciidoc/manufacturing_NL.adoc        |  2 +
 4 files changed, 117 insertions(+)

diff --git a/applications/manufacturing/src/docs/asciidoc/_include/mfg-routing.adoc b/applications/manufacturing/src/docs/asciidoc/_include/mfg-routing.adoc
new file mode 100644
index 0000000..3ddf1ed
--- /dev/null
+++ b/applications/manufacturing/src/docs/asciidoc/_include/mfg-routing.adoc
@@ -0,0 +1,51 @@
+////
+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
+Routing is used to Link the tasks (routingTask) together in the sequence they need to be performed
+to produce final product.
+
+Routing is used, when a productionRun is created for a product, the default routing associated to the product
+ is "duplicate" for the productionRun. +
+All its routing-tasks are "duplicated" in the productionRun.
+
+
+== Routing management in UI
+=== Find routing
+This screen displays an overview of all routings available. +
+When select one it's possible to Edit it. +
+From here you can also create a new routing by clicking 'New routing'.
+
+=== Create / Edit Routing
+In this screen you can :
+
+* Create new a new Routing or;
+* Edit an existing Routing.
+
+=== Create / edit route associated task
+In this screen you can connect a task to a routing and modify an existing routing task.
+
+=== Create / Edit Routing associated product-link
+In this screen can you create a link to a product for the routing.
+
+The product specified here will be linked to this routing. +
+This means that when a Production Run  is created for this product, it will automatically use this routing by default.
+
+You can also edit an existing product link.
+
+An overview of the associated products is displayed in the lower section of the screen.
diff --git a/applications/manufacturing/src/docs/asciidoc/_include/mfg-routing_NL.adoc b/applications/manufacturing/src/docs/asciidoc/_include/mfg-routing_NL.adoc
new file mode 100644
index 0000000..0cba34c
--- /dev/null
+++ b/applications/manufacturing/src/docs/asciidoc/_include/mfg-routing_NL.adoc
@@ -0,0 +1,62 @@
+////
+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
+Routing is used to Link the tasks (routingTask) together in the sequence they need to be performed
+to produce final product.
+
+Routing is used, when a productionRun is created for a product, the default routing associated to the product
+ is "duplicate" for the productionRun. +
+All its routing-tasks are "duplicated" in the productionRun.
+
+
+== Routing management in UI
+=== Werkplan aanmaken en vinden
+Dit scherm biedt de mogelijkheid om werkplannen aan te maken en te vinden.
+
+==== Werkplan aanmaken
+Klik op de knop 'Nieuw werkplan' om een nieuw werkplan aan te maken.
+
+==== Werkplan 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.
+
+
+=== Route aanmaken en wijzigen
+In dit scherm kun je een nieuwe route aanmaken en een bestaande wijzigen.
+
+
+=== Koppeling werkplan-taak wijzigen
+Dit scherm toont gekoppelde werkplan taken en biedt de mogelijkheid werkplan taken te koppelen.
+
+==== Koppelen
+Selecteer de werkplan taak, geef het een volgnummer en zet de van- en tot-datum.
+
+==== Overzicht
+Onder het formulier wordt het overzicht van gekoppelde werkplan taken getoond. +
+Klik op een werkplan taak om deze te openen. +
+Klik op de 'Wis'-knop om de koppeling te verwijderen.
+
+
+=== Koppeling product werkplan wijzigen
+In dit scherm kun je de koppelingen van een werkplan met producten wijzigen. +
+Tevens toont het scherm de gekoppelde producten.
+
+==== Nieuwe koppeling definieren
+Selecteer het product, zet de hoeveelheid en de van- en tot-datum. +
+Klik op de button om het op te slaan.
\ 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 de5e051..c53b813 100644
--- a/applications/manufacturing/src/docs/asciidoc/manufacturing.adoc
+++ b/applications/manufacturing/src/docs/asciidoc/manufacturing.adoc
@@ -29,3 +29,5 @@ Catalog to manage product definition, whatever its stage of manufacture (raw mat
 include::_include/mfg-intro.adoc[leveloffset=+1]
 
 include::_include/mfg-production-run.adoc[leveloffset=+1]
+
+include::_include/mfg-routing.adoc[leveloffset=+1]
diff --git a/applications/manufacturing/src/docs/asciidoc/manufacturing_NL.adoc b/applications/manufacturing/src/docs/asciidoc/manufacturing_NL.adoc
index 7e54e5b..c627cb9 100644
--- a/applications/manufacturing/src/docs/asciidoc/manufacturing_NL.adoc
+++ b/applications/manufacturing/src/docs/asciidoc/manufacturing_NL.adoc
@@ -30,3 +30,5 @@ include::_include/hr-intro.adoc[leveloffset=+1]
 
 include::_include/mfg-production-run_NL.adoc[leveloffset=+1]
 
+include::_include/mfg-routing_NL.adoc[leveloffset=+1]
+