A Windows Forms Application for managing, tracking, and ordering cars and car parts.
The Car Traders System is a desktop application that allows users to manage car inventory, track orders, and handle car parts efficiently.
β
Browse & Search Cars β Find available cars and parts easily.
β
Order Cars & Parts β Place and track orders.
β
Customer Management β Store and manage customer details.
π Car Inventory Management β Add, edit, and remove cars.
π© Car Parts Management β Keep track of parts stock.
π¦ Order Management β Process and manage customer orders.
π Reports & Analytics β View sales and inventory data.
- Programming Language: C#
- Framework: Windows Forms (WinForms)
- Database: Microsoft SQL Server
1οΈβ£ Clone the repository:
git clone https://github.com/your-username/Car-Traders-System.git
cd Car-Traders-System2οΈβ£ Set up the database:
- Open Microsoft SQL Server Management Studio (SSMS).
- Create a new database and import the provided SQL scripts.
- Update the database connection string in
App.config.
3οΈβ£ Run the application:
- Open the project in Visual Studio.
- Build and run the application.
- Customers can browse and order cars and parts.
- Admins can manage inventory, orders, and reports.