A school project to develop software for managing inventory, employees, clients, orders, and generating business statistics.
This project involves developing software that enables a company to manage its inventory, employees, and clients, process and receive orders, and generate statistics for all its operations. A user-friendly interface was created using WinForms to simplify the tasks for the end users of the software.
This project was undertaken during my second year of preparatory classes, equivalent to the second year of undergraduate studies (Bac+2) in the French education system as part of a school assignment, providing valuable hands-on experience in software development and teamwork.
To install and run the Management Software, follow these steps:
- Clone the repository:
git clone https://github.com/Victor-Pavageau/ManagementSoftware.git- Navigate to the project directory:
cd ManagementSoftware-
Install the required dependencies:
Make sure you have a C++ compiler installed, such as GCC or MSVC.
To start the ManagementSoftware software, open the file logicielDeGestion.sln with Visual Studio.
As this project has been developed in 2020 using Visual Studio 2019 and .NET 4.x, it may have some trouble running on newer SDK version.
Development: The development of this project was completed in November 2020.
Maintenance: This project is no longer maintained.
Future updates: No future updates are planned for this project.