项目作者: 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
Screenshot

Tech-Stack
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
.
├── AnyStore
├── BLL
├── BLL_DealerCustomer
├── BLL_Login
├── BLL_Products
├── BLL_User
└── BLL_Categories
├── DAL
├── DAL_DealerCustomer
├── DAL_Login
├── DAL_Products
├── DAL_User
└── DAL_Categories
├── Properties
├── UI
├── frm_Categories
├── frm_Dashboard-Admin
├── frm_Dashboard-Users
├── frm_DealderCustomer
├── frm_Login
├── frm_Products
├── frm_PurchaseAndSales
├── frm_Users
├── assets
├── close.png
├── minimized.png
├── AnyStore.csproj
├── App.config
└── Program.cs
├── SQL
├── AnyStore.sln
└── README.md