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 8652c3ca04f903b290b84cc4e9b53d1622b4c23a Author: holivier <[email protected]> AuthorDate: Tue Feb 25 15:15:03 2020 +0100 Documented: Manufacturing migration to asciidoc and new documentation organization (OFBIZ-11416) Main files --- .../src/docs/asciidoc/_include/mfg-intro.adoc | 58 ++++++++++++++++++++++ .../src/docs/asciidoc/manufacturing.adoc | 29 +++++++++++ .../src/docs/asciidoc/manufacturing_NL.adoc | 29 +++++++++++ docs/asciidoc/user-manual.adoc | 2 + 4 files changed, 118 insertions(+) diff --git a/applications/manufacturing/src/docs/asciidoc/_include/mfg-intro.adoc b/applications/manufacturing/src/docs/asciidoc/_include/mfg-intro.adoc new file mode 100644 index 0000000..3b38c71 --- /dev/null +++ b/applications/manufacturing/src/docs/asciidoc/_include/mfg-intro.adoc @@ -0,0 +1,58 @@ +//// +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. +//// += About Manufacturing and MRP + +OFBiz Manufacturing & MRP is a highly functional seamless application that +contains everything you need to run an efficient and successful manufacturing +business. + +Key features include: + +* Bill of Materials +* Manufacturing Routing and Tasks +* Production Planning +* Production Costing +* Equipment Billing +* Raw Materials Procurement + +This guide gives you the basics you need to get up and running with OFBiz for Manufacturing & MRP. + +It contains a quick overview of some common manufacturing concepts, a list of the +setup required and an example for you to work through. + +By the end of the document you should have the enough information to begin your +own manufacturing setup in OFBiz. + +== What is Manufacturing? +Manufacturing is the “act of making something out of raw materials”. The 'something' that is manufactured + is generally a product that can be on sold to customers. + +Manufacturing is not only an industrial activity carried out in a factory, it can also be any range of tasks + that result in an end product. So, even if you only assemble products you can still make use of OFBiz Manufacturing & MRP. + +== What is MRP? +MRP is a three-letter abbreviation that is always used in conjunction with manufacturing – so what exactly is it? + +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. + +The MRP tool comes with OFBiz ‘out of the box’. + diff --git a/applications/manufacturing/src/docs/asciidoc/manufacturing.adoc b/applications/manufacturing/src/docs/asciidoc/manufacturing.adoc new file mode 100644 index 0000000..bdae140 --- /dev/null +++ b/applications/manufacturing/src/docs/asciidoc/manufacturing.adoc @@ -0,0 +1,29 @@ +//// +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. +//// += Manufacturing + +The OFBiz Manufacturing component is one of the core application components and has +all of the functionality you need to manage the cycle of tasks involved in the making of products and ensuring + that the material necessary for production is forecast to be available at the right time + +It is well integrated with other components especially +Catalog to manage product definition, whatever its stage of manufacture (raw material, supply, subassembly, service, ...) + and Workeffort to manage all means of production. + +include::_include/mfg-intro.adoc[leveloffset=+1] diff --git a/applications/manufacturing/src/docs/asciidoc/manufacturing_NL.adoc b/applications/manufacturing/src/docs/asciidoc/manufacturing_NL.adoc new file mode 100644 index 0000000..99667fc --- /dev/null +++ b/applications/manufacturing/src/docs/asciidoc/manufacturing_NL.adoc @@ -0,0 +1,29 @@ +//// +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. +//// += Manufacturing + +The OFBiz Manufacturing component is one of the core application components and has +all of the functionality you need to manage the cycle of tasks involved in the making of products and ensuring + that the material necessary for production is forecast to be available at the right time + +It is well integrated with other components especially +Catalog to manage product definition, whatever its stage of manufacture (raw material, supply, subassembly, service, ...) + and Workeffort to manage all means of production. + +include::_include/hr-intro.adoc[leveloffset=+1] diff --git a/docs/asciidoc/user-manual.adoc b/docs/asciidoc/user-manual.adoc index 1b4e964..17cb319 100644 --- a/docs/asciidoc/user-manual.adoc +++ b/docs/asciidoc/user-manual.adoc @@ -158,3 +158,5 @@ include::../../applications/accounting/src/docs/asciidoc/accounting.adoc[levelof include::../../applications/content/src/docs/asciidoc/content.adoc[leveloffset=+2] include::../../applications/humanres/src/docs/asciidoc/humanres.adoc[leveloffset=+2] + +include::../../applications/manufacturing/src/docs/asciidoc/manufacturing.adoc[leveloffset=+2]

