Project 1: Supply Chain Simulation Model (Full scope)
Updated: Nov 11, 2024
Data: Tuesday 12th November 2024
Notes from Book
Date: Monday 11th November 2024
Date: Saturday 9th November 2024
Key notes
Food for thought
Studying Supply Chain Optimisation
In order for me to create a great supply chain simulation. I must first understand the root and heart of supply chain optimisation, this will help me further down the line when I will build a quantum supply chain in addition to offering the service to existing supply chains and businesses. As of the 9th of November, I've started studying "Supply Chain Management - Strategy, Planning, and Operation Sixth Edition by Sunil Chopra and Peter Meindl" its a 2016 book, with great basic and fundamental knowledge that I do not have.
C++
Created a simple project management console application in C++ that allows users to create new project files, open and view existing project files, and view all project inventories. It provides a menu with options to:
1. Create a new project, where a file is created with the project name and an initial inventory section.
2. Open an existing project file to display its contents and optionally update the inventory by adding item names and quantities.
3. View all inventories from each project file by searching for all .txt files in the current directory and displaying inventory sections.
4. Exit the program.
It uses the filesystem library for file handling and directory traversal, enabling file creation, reading, and updating inventory information.
Resources:
Supply Chain Management - Strategy, Planning, and Operation Sixth Edition by Sunil Chopra • Peter Meindl
コメント