I will continue to develop this project as long as I have time.
Untitled.design.mp4
This project is developed as a C# Windows Form application utilizing MSSQL database.
This application provides a sales database management system. It includes basic functionalities such as customer management, category management, and product management. Data is stored using MSSQL database.
This file contains the main form of the application. It serves as the entry point and provides options to navigate to different sections of the application.
This file contains the form for managing customers. It allows users to add, delete, update, and search for customer records in the database.
This file contains the form for managing product categories. It allows users to add, delete, and update category records in the database.
- Clone or download this GitHub repository.
- Open the project files in Visual Studio.
- Configure the database connection in each form file (
FrmCustomer.cs
andFrmCategories.cs
) if necessary. - Compile and run the project to use the application.
- Clicking the "Customers" button opens the customer management form (
FrmCustomer.cs
). - Clicking the "Categories" button opens the category management form (
FrmCategories.cs
).
- Use the form to manage customer records.
- Click "List" to display all customers.
- Click "Save" to add a new customer.
- Select a customer from the list to update or delete.
- Click "Update" or "Delete" after selecting a customer to perform the corresponding action.
- Use the form to manage product category records.
- Click "List" to display all categories.
- Click "Save" to add a new category.
- Select a category from the list to update or delete.
- Click "Update" or "Delete" after selecting a category to perform the corresponding action.
This project uses an MSSQL database to store and manage sales-related data. Make sure to have MSSQL Server Management Studio or a similar tool installed to manage the database.
This project is open to any contributions. You can submit pull requests to add new features or fix bugs.
Development on this project is ongoing, and new features and improvements are being added regularly.