Learning
-
Human Resources
General presentation The HR main screen is a custom UI app that provides a user-friendly interface for the main HR tasks. Certain portions or functionalities can be accessed by assigning the proper roles…
-
Database cloning for staging and test environments
Database Cloning During the development of an ERP system, you will need a testing environment. You can create one for scratch, but most of the time you would need some real test data.…
-
Product Definition
The products in ERP Core are defined using the Product Definition entity. This is the master data for all products and services that the company can create business transactions for (purchase, sell, manufacture,…
-
Organizational Structure
In ERP Core the organization is organized hierarchically into organizational entities. The Organizational Entity allows to create a structured layout of the organization according to the responsibility levels and hierarchy. Each Organizational Entity…
-
Business Partner
ERP Core uses the Business Partner concept that unifies the master data under a universal entity. A related topic is also the Organizational Entity. The Business Partner holds all relevant data of a…
-
Configuring NGINX server for UI release
Introduction The UI web server needs a reverse proxy server. We choose the NGINX server because it provides both a server and a reverse proxy all in one. There are some steps in…
-
Installation of the ERP-UI server
This document explains how to install a staging server for the UI Angular application. For production purposes, see Configuring NGINX server for UI release. The ERP Frontend runs both on Linux or Windows.…
-
Learning
1.1. Architecture https://docs.microsoft.com/en-us/azure/architecture/patterns/ https://docs.microsoft.com/en-us/azure/architecture/guide/architecture-styles/microservices https://docs.microsoft.com/en-us/azure/architecture/best-practices/index-best-practices https://ksqldb.io/ 1.1.1. Four Distributed Systems Architectural Patterns by Tim Berglund https://www.youtube.com/watch?v=BO761Fj6HH8 1.1.2. Confusion in the Land of the Serverless • Sam Newman • GOTO 2018 https://www.youtube.com/watch?v=Y6B3Eqlj9Fw 1.1.3. Event-Driven…