diff --git a/03Module.md b/03Module.md index ac4791c..3030af2 100644 --- a/03Module.md +++ b/03Module.md @@ -6,8 +6,14 @@ An ERP system from a single vendor can be the only system in use by a company or It's quite common that I try to setup something, but is needed another setting from other part of the system. ### Sequence - - Setup country, city, company - 1 - Workshop - Cancel reason - Product approval - +Setting up a **Manufacturing** module require require a keen eye on details, but sometimes not so detailed in order to avoid complications. +The sequence to setup the module on my testing [axelor ERP](https://erp.33co.de) instance is the following: + 1 - Setup Country, City, Company information + 2 - Create workshop, in [Kartano Tech Oy](https://code.33co.de/ehofmann/ERP-samk/src/branch/master/02Process.md) case is the PCB Workshop, Metal Workshop and Assembly Workshop + 3 - Add cancel reasons, during setup I do not know what is the need of such *Cancel Reasons*, I considered as issues in production that could cancel an order + 4 - Product approvals, in this item I created inspection step that will approve the product, to be validated at the end. + 5 - Machine types. In this case I added twelve type of machines that are necessary to create PCB *"Printed Circuit Boards"* + 6 - Machines. Here I added the machine that is producing according each manufacturing step. Each machine belong to a *Machine Type* group. + 7 - Work Centers. Here machines are grouped in order to produce the product, also capacity and costing settings are defined. I will need to return to this settings after adding products to the system, as this information is necessary to define the process cost. + + diff --git a/ERP/assets/PCBPLA-REX.png b/ERP/assets/PCBPLA-REX.png new file mode 100644 index 0000000..bf75863 Binary files /dev/null and b/ERP/assets/PCBPLA-REX.png differ diff --git a/ERP/assets/PCBSHG-CNCVINA.png b/ERP/assets/PCBSHG-CNCVINA.png new file mode 100644 index 0000000..c3b1879 Binary files /dev/null and b/ERP/assets/PCBSHG-CNCVINA.png differ diff --git a/ERP/assets/PCBSOL-ATMA.png b/ERP/assets/PCBSOL-ATMA.png new file mode 100644 index 0000000..1cc1c24 Binary files /dev/null and b/ERP/assets/PCBSOL-ATMA.png differ diff --git a/README.md b/README.md index 45210d1..728f723 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ More information on how to navigate through the platform, check this [video](vid - [Assignment 01: Project](01ERPProject.md) - [Assignment 02: Process](02Process.md) * [Management Presentation](kartano/presentations/01presentation.md) +- [Assignment 03: Modules & more](03Module.md) ---