项目作者: tinspham209

项目描述 :
AnyStore billing & inventory management
高级语言: C#
项目地址: git://github.com/tinspham209/billing-inventory-management-winform.git


Mini Project: AnyStore billing & inventory management

Date: 21 - Apr - 2020

Functions

  • Billing
  • Inventory

Screenshot

Tech-Stack

  • C#
  • Winform
  • SQL Server

Plan Of Action

  • Initial Project
  • Add file SQL Script
  • Add icons
  • Admin dashboard form
  • User dashboard form
  • Login form
  • Users form
  • BLL_User
  • BLL_Login
  • DAL_Login
  • DAL_User
  • BLL_categories
  • DAL_categories
  • Categories Form
  • Product form
  • BLL_Products
  • DAL_Products
  • Add, Update, Delete function for Products
  • Search function
  • Dealer & Customer form
  • Add, Update, Delete, Search function for Dealer/Customer
  • Purchase & Sales form

After this project

Directory Structure

  1. .
  2. ├── AnyStore
  3. ├── BLL
  4. ├── BLL_DealerCustomer
  5. ├── BLL_Login
  6. ├── BLL_Products
  7. ├── BLL_User
  8. └── BLL_Categories
  9. ├── DAL
  10. ├── DAL_DealerCustomer
  11. ├── DAL_Login
  12. ├── DAL_Products
  13. ├── DAL_User
  14. └── DAL_Categories
  15. ├── Properties
  16. ├── UI
  17. ├── frm_Categories
  18. ├── frm_Dashboard-Admin
  19. ├── frm_Dashboard-Users
  20. ├── frm_DealderCustomer
  21. ├── frm_Login
  22. ├── frm_Products
  23. ├── frm_PurchaseAndSales
  24. ├── frm_Users
  25. ├── assets
  26. ├── close.png
  27. ├── minimized.png
  28. ├── AnyStore.csproj
  29. ├── App.config
  30. └── Program.cs
  31. ├── SQL
  32. ├── AnyStore.sln
  33. └── README.md