Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tinspham209/billing-inventory-management-winform
AnyStore billing & inventory management
https://github.com/tinspham209/billing-inventory-management-winform
billing csharp inventory mvc-application sqlserver winforms
Last synced: 18 days ago
JSON representation
AnyStore billing & inventory management
- Host: GitHub
- URL: https://github.com/tinspham209/billing-inventory-management-winform
- Owner: tinspham209
- Created: 2020-04-21T15:59:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:28:10.000Z (about 1 year ago)
- Last Synced: 2024-11-17T10:45:47.164Z (3 months ago)
- Topics: billing, csharp, inventory, mvc-application, sqlserver, winforms
- Language: C#
- Homepage:
- Size: 976 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```
.
├── 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```