This project is a point of sale system developed in Visual Basic specifically designed for businesses selling car tires, rims, and suspension parts. It allows salespersons to manage their customers, conduct sales operations, and export data to Excel. It utilizes a Microsoft SQL Server database to store information.
Technologies Used
- Programming Language: Visual Basic
- Database: Microsoft SQL Server
Features
- Customer Relationship Management (CRM):
- Create new customer profiles.
- Edit existing customer information.
- Delete customer profiles.
- Search for customers by name, phone number, or other relevant criteria.
- Point of Sale (POS):
- Record sales of tires, rims, and suspension parts.
- Inventory management (implicit in sales functionality).
- Generate sales reports.
- User Management:
- Register new salespersons with information such as name, email, and password.
- Secure login for salespersons.
- Export to Excel:
- Export customer and/or sales information to Excel files for further analysis and reporting.
- Database:
- Uses Microsoft SQL Server for data storage.