Skip to content

bitbossing/mc-2016-csharp-winforms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💻 My C# learning Project from my Second Year of College (2016).

This repository contains a a WinForms (.NET Framework) project to Automate Simple Transaction recordings for a laundry shop business.


🔥 Tech Stack & Tools

C# Windows Forms .NET Framework MySQL Visual Studio


✨ Features

  • 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

📚 Modules

  1. 👋 Login
  2. 🔑 Change Password
  3. 💰 Sales
  4. 🛒 Purchase
  5. 📦 Inventory
  6. 🛠️ Services
  7. 🤝 Suppliers
  8. 👤 Customers
  9. 🧑‍💼 Employees

📄 Release Documentation

For detailed release notes and documentation, please refer to our RELEASE.


🛠 Requirements

  • .NET Framework 4.6.2 or Higher
  • MySQL 8.0.36 or Higher
  • Visual Studio

🔑 Default Login Credentials

After installation, use these credentials to log into the application for the first time:

  • Username: sa
  • Password: SecretPassword_00

▶️ How to Run

  1. Clone the repo:
    git clone https://github.com/MasterConnoisseurs/mc-2016-csharp-winforms.git
  2. Execute Database Script : Database Script 📄
  3. 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>

🖼️ Gallery

Here are some screenshots of the MC Laundry Shop Application in action:

system_image_1 system_image_2 system_image_3 system_image_4 system_image_5 system_image_6 system_image_7 system_image_8 system_image_9 system_image_10 system_image_11

About

My C# learning project from my second year of college (2016).

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages