ChainOptim is a comprehensive Enterprise Resource Planning (ERP) system designed to streamline and optimize the end-to-end processes of modern businesses. Designed to meet the diverse needs of companies across various sizes and sectors, ChainOptim delivers robust management tools and detailed insights into every aspect of the supply chain, enhancing operational efficiency and decision-making capabilities.
This repository contains the source code for the Angular Web Frontend. For the Spring Boot baackend, see this repository, and for the JavaFX desktop frontend, visit this link.
There are six main domains in ChainOptim: Organization, Goods, Supply, Production, Storage and Demand.
This domain focuses on managing the company's profile, subscription plan, members and their security roles.
Components and Products are goods manufactured and/or sold by the company. The user can configure a blueprint for the manufacturing process of a product, define pricing models and set up transportation routes.
Suppliers are organizations that provide components to the company. This domain is responsible with tracking their orders, shipments, and analyzing their performance over time.
This domain is concerned with Factories and their underlying operations. Several solutions are provided for optimizing the production process, such as establishing resource allocation plans, seeking missing resources or storing and analyzing the production history.
Warehouses are company facilities used for storing goods. This domain provides tools for managing their inventories, including levels of goods and storage space.
Clients are organizations that are provided products by the company. Similar to suppliers, ChainOptim allows tracking of their orders, shipments, and evaluating them.
ChainOptim is not yet deployed. To use it, you will have to set up locally the database, backend server and chosen frontend.
- Ensure you have installed: JDK21, Maven and Docker.
- Fetch the Spring Boot backend. In the root, create:
- an application-docker.properties from the application-docker-dev.properties.example, replacing the database user and password appropriately, and the JWT secret as needed.
- a docker-compose.dev.yml from the docker-compose.dev.yml.example, replacing the database user and password.
- Build the Spring Boot image and spin up the necessary Docker containers (MySQL, Spring Boot, Redis, Kafka). You can find a script that does this for your operating system in the scripts folder (Restart.ps1 or Restart.sh). Run it twice, as the first time around the database will be empty and Spring Boot won't start.
- Fetch the Angular web frontend, run
ng serve
and log in with:
- Username: ExampleUser
- Password: example-password
Now you can interact with the application. Alternatively, fetch the JavaFX desktop frontend, run it in your IDE of choice and log in.
In late stages of development.
All contributions are warmly welcomed. Head over to CONTRIBUTING.md for details.