You are on page 1of 1

SYNOPSIS

The project of “BOOK SHOP MANAGEMENT SYSTEM” keeps track of various parameters
such as Customer details, Tools information, Production Monitoring and Updation details, Supplier
Details and the Raw Material Details in the form. A complete record of the availability and demand of the
materials of the industries can be maintained. The allotment to the work to each employee in the Industry
also becomes very easy. The record of work done by a particular employee can also be tracked.

In this project, Visual Basic.Net is used as the front End and the SQL Server 2005, is used as the
Backend. Visual Basic is referred to as an “Event Driven” programming language because all the code is
triggered by specific events that the user performs. This puts the user firmly in control of how the
program flows and therefore increases user satisfaction with the program. The key portions of a Visual
Basic.net project are the forms, controls, and code modules. A form or control has properties that you can
alter. The program’s code is contained primarily in events.

The project helps in real time feeding of details on the system, instead of maintaining and
entering the details in the ledger. It reduces the man power and time consumption. It also helps in keeping
the track of the product in each and every stages of the manufacture. From the knowledge of the status of
the product the date of the release of the product can be determined.

Module:

 Product
 Sales
 Purchase
 Stock
 Report
 Customer
 Supplier

You might also like