Skip to content

Victor-Pavageau/ManagementSoftware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Management Software

A school project to develop software for managing inventory, employees, clients, orders, and generating business statistics.

Table of Contents

  1. About
  2. Installation
  3. Usage
  4. Status

About

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.

Installation

To install and run the Management Software, follow these steps:

  1. Clone the repository:
git clone https://github.com/Victor-Pavageau/ManagementSoftware.git
  1. Navigate to the project directory:
cd ManagementSoftware
  1. Install the required dependencies:

    Make sure you have a C++ compiler installed, such as GCC or MSVC.

Usage

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.

Status

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.