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:45 UTC

[ofbiz-framework] 08/10: Documented: Manufacturing MRP 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 74a1b73fda769e780bec6dd51caaf40b55b87e04
Author: holivier <ho...@apache.org>
AuthorDate: Wed Feb 26 16:38:43 2020 +0100

    Documented: Manufacturing MRP migration to asciidoc
    (OFBIZ-11416)
    
    For all of files, content has been directly put in mfg-mrp.adoc
---
 .../src/docs/asciidoc/_include/mfg-mrp.adoc        | 46 +++++++++++++++++++++
 .../src/docs/asciidoc/_include/mfg-mrp_NL.adoc     | 48 ++++++++++++++++++++++
 .../src/docs/asciidoc/manufacturing.adoc           |  2 +
 .../src/docs/asciidoc/manufacturing_NL.adoc        |  3 ++
 4 files changed, 99 insertions(+)

diff --git a/applications/manufacturing/src/docs/asciidoc/_include/mfg-mrp.adoc b/applications/manufacturing/src/docs/asciidoc/_include/mfg-mrp.adoc
new file mode 100644
index 0000000..c43236c
--- /dev/null
+++ b/applications/manufacturing/src/docs/asciidoc/_include/mfg-mrp.adoc
@@ -0,0 +1,46 @@
+////
+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.
+////
+= MRP
+MRP stands for “Material Requirement Planning”. It’s a computer program that,
+when run regularly, helps a business to plan what to manufacture and when to
+manufacture it.
+
+It also has the added benefit of letting you know when to buy raw materials to meet
+your manufacturing commitments.
+
+Running MRP is multiple step :
+
+. “MRP” tab and run the MRP report
+. view the MRP results
+. use the requirement generated to buy order or run productionRun
+
+== MRP management in UI
+=== Run MRP
+This screen enables you to run an MRP
+
+=== Reports
+This screen enables you to get a report on an MRP.
+
+=== MRP Log
+This screen displays an overview of the MRPs that ran. +
+The second overview in this screen displays the MRPs that are scheduled to run.
+From here you can also search for MRPs
+
+=== Shipment plans
+This screen provides an overview of all shipment plans.
\ No newline at end of file
diff --git a/applications/manufacturing/src/docs/asciidoc/_include/mfg-mrp_NL.adoc b/applications/manufacturing/src/docs/asciidoc/_include/mfg-mrp_NL.adoc
new file mode 100644
index 0000000..3d640bd
--- /dev/null
+++ b/applications/manufacturing/src/docs/asciidoc/_include/mfg-mrp_NL.adoc
@@ -0,0 +1,48 @@
+////
+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.
+////
+= MRP
+MRP stands for “Material Requirement Planning”. It’s a computer program that,
+when run regularly, helps a business to plan what to manufacture and when to
+manufacture it.
+
+It also has the added benefit of letting you know when to buy raw materials to meet
+your manufacturing commitments.
+
+Running MRP is multiple step :
+
+. “MRP” tab and run the MRP report
+. view the MRP results
+. use the requirement generated to buy order or run productionRun
+
+== MRP management in UI
+=== MRP uitvoeren
+Met dit scherm kunnen MRP's opgestart worden.
+
+==== Nieuwe MRP opstarten
+Geef de MRP naam op, selecteer de magazijngroep en het warehouse om de MRP te starten.
+
+
+=== Rapporten
+Dit scherm toont de fabricage rapporten.
+
+=== Materials resource plans
+Dit scherm toont de uitgevoerde MRP's en de MRP's die nog uitgevoerd moeten worden.
+
+=== Zendingen
+Dit scherm toont de plannen voor de zendingen inzake gefabriceerde goederen
\ 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 a988983..b6ffb51 100644
--- a/applications/manufacturing/src/docs/asciidoc/manufacturing.adoc
+++ b/applications/manufacturing/src/docs/asciidoc/manufacturing.adoc
@@ -53,3 +53,5 @@ Click the ID of cost calculation to modify it. +
 Click the 'Delete'-button to remove a cost calculation.
 
 include::_include/mfg-bom.adoc[leveloffset=+1]
+
+include::_include/mfg-mrp.adoc[leveloffset=+1]
diff --git a/applications/manufacturing/src/docs/asciidoc/manufacturing_NL.adoc b/applications/manufacturing/src/docs/asciidoc/manufacturing_NL.adoc
index f82a2f6..ecad06f 100644
--- a/applications/manufacturing/src/docs/asciidoc/manufacturing_NL.adoc
+++ b/applications/manufacturing/src/docs/asciidoc/manufacturing_NL.adoc
@@ -50,3 +50,6 @@ Klik op de ID van de kostencalculatie (in de eerste kolom) om deze te wijzigen.
 Klik op de knop 'Verwijderen' om een kostencalculatie te verwijderen.
 
 include::_include/mfg-bom_NL.adoc[leveloffset=+1]
+
+include::_include/mfg-mrp_NL.adoc[leveloffset=+1]
+