This repository contains a a WinForms (.NET Framework) project to Automate Simple Transaction recordings for a laundry shop business.
- Database: Inline Queries (ADO.NET), Query Pagination, Robust Indexing
- Design: Object-Oriented Programming (OOP)
- Components: Custom-built
- Security & Data: Password Hashing, Image Saving, Smart Resource Management
- User Interface: Intuitive Design, Splash Screen
- 👋 Login
- 🔑 Change Password
- 💰 Sales
- 🛒 Purchase
- 📦 Inventory
- 🛠️ Services
- 🤝 Suppliers
- 👤 Customers
- 🧑💼 Employees
For detailed release notes and documentation, please refer to our RELEASE.
- .NET Framework 4.6.2 or Higher
- MySQL 8.0.36 or Higher
- Visual Studio
After installation, use these credentials to log into the application for the first time:
- Username:
sa - Password:
SecretPassword_00
- Clone the repo:
git clone https://github.com/MasterConnoisseurs/mc-2016-csharp-winforms.git
- Execute Database Script : Database Script 📄
- Update the connection string to match your connection details.
<connectionStrings> <add name="MySQLConnection" connectionString="Server=localhost;Port=3306;Database=mc_laundryclean;Uid=root;Pwd=root_password;" providerName="MySql.Data.MySqlClient" /> </connectionStrings>
Here are some screenshots of the MC Laundry Shop Application in action: