This repository contains a Point of Sale (POS) system developed in C# using .NET framework. The system includes various features such as sales tracking, product management, supplier and customer management, and sales reporting.
- Loading the Software Page: Initial loading screen of the software.
- Login Form: Secure login for users to access the system.
- Sales Dashboard: Overview of sales statistics and recent transactions.
- Software Dashboard: General dashboard for managing the software.
- Add Product: Form to add new products to the inventory.
- View Product: List and manage existing products.
- Add Supplier: Form to add new suppliers.
- View Supplier: List and manage existing suppliers.
- Add Customer: Form to add new customers.
- View Customer: List and manage existing customers.
- Sales Report: Generate and view sales reports.
- SQL Database Server: Backend database for storing all data.
- Product Receipt: Generate and print product receipts.
The POS system offers several benefits to businesses and their customers:
- Improved Efficiency: Streamlines the sales process, reducing transaction times and improving customer satisfaction.
- Accurate Sales Tracking: Provides real-time sales data, helping businesses track performance and make informed decisions.
- Inventory Management: Efficiently manage inventory levels, ensuring that popular products are always in stock.
- Customer Management: Maintain a comprehensive customer database, enhancing personalized marketing and customer loyalty.
- Supplier Management: Keep track of suppliers and their products, ensuring timely restocking and better supplier relationships.
- Sales Reporting: Generate detailed sales reports to analyze performance and identify trends.
- Enhanced Security: Secure login system to protect sensitive business data.
- User-Friendly Interface: Intuitive interface making it easy for employees to use, reducing the need for extensive training.
-
Clone the repository:
git clone https://github.com/SAJIB3489/pos_software.git cd pos_software
-
Set up the database:
- Ensure you have SQL Server installed.
-
Build the application:
- Build the solution.
-
Run the application:
- Press
F5
in Visual Studio or run the compiled executable.
- Press
- Login: UserName
SAJIB
and Password349058
- Navigate through the dashboard: Use the sidebar to navigate between different sections like adding products, viewing customers, generating reports, etc.
Here are some screenshots of the application:
Watch the video demonstration of the POS System to see how it works: Video Demonstration Link
Contributions are welcome! Please open an issue or submit a pull request for any changes. Thank you.