ShopFusion is a comprehensive shop management system designed to streamline the day-to-day operations of retail businesses. This software provides a user-friendly interface and robust features to manage inventory, sales, customers, and more. Built using .NET WinForms and the Guna2 UI framework, ShopFusion ensures a modern and visually appealing user experience.
Please note: This project is currently under development.
- Inventory Management: Track and manage your stock levels, products, and suppliers.
- Sales Management: Process sales, manage invoices, and track customer orders.
- Customer Management: Maintain customer records and manage loyalty programs.
- Reporting: Generate detailed reports on sales, inventory, and customer activities.
- User-Friendly Interface: Built with Guna2 UI for a sleek and modern look.
//
-
Clone the repository:
git clone https://github.com/EmilWijayasekara/ShopFusion-Shop-Management-System.git cd ShopFusion-Shop-Management-System
-
Open the project:
- Open the solution file (
ShopFusion.sln
) in Visual Studio.
- Open the solution file (
-
Restore NuGet packages:
- Visual Studio should automatically restore the required NuGet packages, including Guna2 UI. If not, right-click on the solution and select
Restore NuGet Packages
.
- Visual Studio should automatically restore the required NuGet packages, including Guna2 UI. If not, right-click on the solution and select
-
Build the project:
- Press
Ctrl + Shift + B
to build the solution.
- Press
-
Run the project:
- Press
F5
to run the application.
- Press
- .NET Framework 4.7.2 or higher
- Visual Studio 2019 or later
- SQL Server or SQL Server Express for database management
-
Setup the database:
- Ensure you have SQL Server installed and configured.
- Update the connection string in
App.config
to point to your SQL Server instance. - Run the provided SQL scripts in the
Database
folder to create the necessary tables and initial data.
-
Login:
- Use the default admin credentials to log in and start using the system.
Contributions are welcome! Please fork this repository and submit pull requests to contribute.
This project is licensed under the MIT License - see the LICENSE file for details.
- Guna2 UI: For providing the beautiful and modern UI components used in this project.
- Replace
path/to/screenshot1.png
andpath/to/screenshot2.png
with the actual paths to your screenshots. - Ensure the contact information and links are accurate and up-to-date.
- Customize the content to better fit any additional details or features specific to your project.