A new enterprise resource planning system will be developed for a customer, who is active in both stationary and online retail.
This includes modules such as product information management (enrichment of product master data with texts, images and other additional information; product groups, product categories, etc.), customer management, supplier management, manufacturer management, incoming and outgoing goods and much more.
The first module is scheduled for delivery in mid-May and afterwards the other modules part by part until the end of 2024.
Since many of the APIs, frontend views and steps used are just viewing data, editing entries and managing, many of the development steps are similar, or even the same.
Therefore, in the backend, we rely on generating the APIs and then customizing them with business logic. In the frontend the views are put together in a program we have developed specifically for this purpose and then frontend code is generated.
For this, a very generic framework is built around Angular by the developers. Due to this strongly generic programming approach, the architecture and the code is pretty complex.