Shop Management is developed to manage the small shops. Our product is a comprehensive software solution that simplifies day to day operations and increases performance efficiency. Designed to increase business efficiency for its users. It delivers a fully integrated approach to shop management with all its business operations built in a single and comprehensive solutions. This software is not particularly built for a kind of shop and it is developed to be general. There is only one user that is admin.
- Order Management
- Stock Management
- Access Management
- Report Management
- Vendor Management
- Product Management
- Customer Management
A Relational database is a collection of interrelated data stored with minimum redundancy to serve many users quickly and effectively. After designing input and output, the analyst must concentrate on database design or how data should be organized around user requirements. The general objective is to make information access, easy quick, inexpensive and flexible for user.
- We have used Microsoft Sql server 2014 database for developing the database.
- We manage the database using Microsoft database management system.
- We have made use of Shop Management System(SPMS) database which contains relations customer, Product, Vendor, Order, Stock that helps us to manage data as we need and use it.
Shop Management System uses following:
Install the following softwares.
-
Run the SQL commands for creating of tables, Views, Stored Procedures. SQL Commands are available in SQL file.
-
Run the database and connect it to the visual Studio.
-
Get the connection String from the visual studio and enter it in the Connect.cs class.
-
Check if any errors are there for library or dependencies.
-
Run the application.