introduction of vb.net inventory management system


introduction of vb.net inventory management system

inventory management system in VB.NET backend we are going to use SQL SERVER we are going to generate this inventory management system it is also known as stock management system this is totally dynamic system so if you want to use this system for supermarket then also you can use and if you want to use for medical store then also you can use, so this will work in any environment. here also you will learn Inventory Management System VB Net, Stock Management System In VB.NET, Sales and Inventory System vb.net,pos system in vb.net,vb.net stock management system,Stock Management System In VB.NET

basically there are two types of user in this system
(1) user
(2) admin

user functionalities
user can login
user can sell items
user can take a items as a return also
user can generate bill

=======================================
admin functionalities

admin can login
admin can add new user in this system (admin and user)
admin can add unit (KG,LITRE, GRAMS, PIECES etc and many more)
admin can add purchase party info (information of party like (firstname,lastname,contact,address,city etc.))
admin can add products information like(product name, product amount, todays date, quantity, purchase party name, purchase type (cash, cheque), expiry date etc)
admin can add record when purchase an items, so it will increase the stock of items and also user can edit and delete items
admin can sold items and can generate biils (when sold an items then stock will decrease)
admin can add expiry date of products also so if needed then admin can see nearest expiry date products
admin can see the information of stock also
admin can see the purchase report of items between two dates
admin can see the sales report of items between two dates
admin can see the report of any party from whom they purchase products
admin can see the day to day selling and also between two dates selling report
admin can see the current stock of items and also print the report of that items
admin can take a items as a return also
admin can generate bills

==============================

admin can generate multiple reports like

purchase report
sales report
stock report
expiry date itemss report
purchase report when user select any party name user can see all the purchases of that party.

Our Other Videos