From 6f9a995ef29296b9df73ead4126acb298db1e767 Mon Sep 17 00:00:00 2001 From: Eduardo Luis Hofmann Date: Sun, 30 Oct 2022 23:22:47 +0200 Subject: [PATCH] rushing to submit in time --- 03Module.md | 1 + 1 file changed, 1 insertion(+) diff --git a/03Module.md b/03Module.md index 47bf08d..2029f86 100644 --- a/03Module.md +++ b/03Module.md @@ -34,6 +34,7 @@ There is no way we can achieve a minimalist implementation of an ERP system with Adding a **CRM** module will benefit the data in the system and the sales team work. For these two separate modules the common information is the *Customers*, on each module there is some specific data, but the common information is shared between both modules. *Product* is another information item of an ERP that is used across several modules. In the **Sales** module the most important information is the cost price, yet on **Stock Management** the inventory and location are a key information. +

## Selection