The Order Management Application is a desktop application built with Winforms, designed to manage orders. It utilizes the SQL Server datasource to store data.
- Clone the repository:
git clone (https://github.com/najlae01/order_management.git)
- Open the project in your preferred development environment (e.g., Visual Studio)
- Build the solution to restore any required dependencies and compile the project.
- Configure the database connection string in the application's configuration file.
- Run the application by clicking the "Start" button in your development environment or by running the compiled executable file.
- Use the application to manage orders, including creating, editing, and deleting orders.
Contributions to the Order Management Application are welcome! If you want to contribute, follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature
. - Make your changes and commit them:
git commit -m 'Add some feature'
. - Push to the branch:
git push origin feature/your-feature
. - Submit a pull request.
You can also open an issue in the GitHub repository to report bugs or suggest improvements.
The following screenshots showcase the application's user interface and its functionalities, including adding, deleting, and updating a client, as well as performing these CRUD operations on other tables.