22
PROJECT ON SUPERMARKET MANAGEMENT DEVELOPED BY NIKHIL RAJ & SYAMKUMAR S

Project on Supermarket Management

Embed Size (px)

Citation preview

Page 1: Project on Supermarket Management

PROJECT ON SUPERMARKET MANAGEMENT

DEVELOPED BY

NIKHIL RAJ

&

SYAMKUMAR S

Page 2: Project on Supermarket Management

NIIT

SEMESTER “B” PROJECT REPORT

FROM DATE:

SUBMITTED IN PARTIAL FULFILLMENT OF

GNIIT PROGRAM IN NIIT

By

SUPER MARKET MANAGEMENT

Page 3: Project on Supermarket Management

BATCH CODE :

START DATE :

Name of the coordinator:

Name 0f the Developer: Nikhil Raj

Date of Submission:06-01-2012

CERTIFICATE

Page 4: Project on Supermarket Management

This is to certify that this report, titled Super Market Management, and the work done by Mr. Nikhil Raj in partial fulfillment of his course requirement at NIIT.

Reg.No:R090005400859

Coordinator

Page 5: Project on Supermarket Management

ACKNOWLEDGEMENT

I would like to acknowledge the following personnel, who helped me in the completion of this project report and its presentation. Firstly I would like to place on record my gratitude and thanks to my instructor Miss. Seethu A Raj for her valuable guidence.

To Mrs. Reena Thomas, Head of the center NIIT Kottayam for the privilege of using internal and all facilities provided towards the presentation of this project.

To Mr. Vineeth P S faculty NIIT for his valuable guidence.

To Mr. Syamkumar S is my team member for his valuable inputs and suggessions towards this project.

Page 6: Project on Supermarket Management

CONTENTS

Serial No Title Page No.1 Introduction234567

Page 7: Project on Supermarket Management

1. INTRODUCTON

The Supplyco Super Market is the top Government authorised Supermarket in Kerala sector. They have lots of branches all over in Kerala. There are many other private Super Markets in Kerala. We prepared the project of Super Market Manegement Software. People can use this software in every supermarkets. This software is very easy to handle and easy to Study. We use the Microsoft Visual Studio 2008 `and the SQL Manegement 2008 for the preparation of this project. Most of the peoples have trained and worked at Supermarket. This project also help to managing the works in the supermarket. This Experiance is completely different from other supermarket management.

All the programs in a supermarkets include in this project. The Government authorised Supermarkets and private supermakets have to use this Project for handle the management of there works. SQL management System use to Save the Documents and values inserted in a supermarket. Also it include the storage capacity of the staff details and stiock details.

Page 8: Project on Supermarket Management

2. SYSTEM STUDY AND ANALYSIS

1. EXISTING SYSTEM

In olden days, billing of products, staff details registration, stock details updation were done manually. So it consumes lot of time and manpower. Calculations may not be perfect when done manually. All these documents are not secure as they are not kept in one place. Hand written documents may not be read conveniently.

2. PREPOSED SYSTEM

This software is designed to give a structure and clear outlook for overall process performed in an supermarket. Billing of products details are saved in tables of SQL Server. Also the Stock Details Updation and Staff details registration where done Computerised. All these documents are secure as they kepl in computer. This management takes very few time depend on manual work.

Page 9: Project on Supermarket Management

3. HARDWARE REQUIREMENTS

Processor: Intel Pentium 4 or higher

Memory: 512 MB or above

Hard disk: 40 GB or above

PS/2 Mouse or keyboard

Operating System: Windows 7

4. SOFTWARE REQUIREMENTS

Front end: VisualStudio 2008

Back end: SQL Server 2008

Page 10: Project on Supermarket Management

TABLE DESIGN

DataBase: Project

1. Table: Bill

Column Name DataType DescriptionID nchar(10) Bill IDItems nvarchar(50) Name of ProductsUnitPrice Varchar(50) Price per productQuantity Varchar(50) Quantity of ProductsPrice Varchar(50) Price of ProductsGrandTotal Money Grand total of Bill

2. Table: PurchaseStock

Column Name DataType DescriptionNo int Stock NumberItems Nvarchar(50) Name of itemsQuantity Int Quantity of items

3. Table: StaffDetail

Column Name DataType DescriptionEmpID IntName Varchar(50)Address nvarchar(50)Salary IntPhno IntPassWord nvarchar(50)DateofBirth DatetimeDesignation nvarchar(50)TimeofJoining Datetime

Page 11: Project on Supermarket Management

4. Table: StockDetails

Column Name DataType DescriptionStockno int Stock numberName nvarchar(50) Name of the productsQuantity Int Quantity of ProductsPrice money Price of Products

Page 12: Project on Supermarket Management

CLASS DIAGRAM

Login FormDesignation: StringUserName: StringPassWord: String

Login()Close()

NewStaffDetailsEmpId: StringName: String

Address: StringSalary: money

Phno: intPassWord: String

DateofBirth: DateTimeDesignation:String

DateofJoining: DateTimeNewId()Save()Close()

StaffDetailsEmpId: StringName: String

Address: StringSalary: money

Phno: intDateofBirth: DateTime

Designation:StringTimeofJoining: DateTime

Close()

Page 13: Project on Supermarket Management

Stock DetailsStock no: String

Name: StringQuantity: int

Unit price: moneyClose()

New ItemStock no: String

Name: StringQuantity: int

Unit price: moneyNew no()Add()Close()

Modify Staff DetailsEmpId: StringName: String

Address: StringSalary: money

Phno: intPassWord: String

Save()Close()

Update ItemStock no: String

Name: StringQuantity: int

Unit price: moneyAdding Quantity: int

Update()Close()

Page 14: Project on Supermarket Management

DeleteStaff DetailsEmpId: StringName: String

Address: StringDelete()Close()

Delete ItemStock no: String

Name: StringDelete()Close()

BillItems: String

No:intItems: String

Unit price: moneyQuantity: intPrice: money

No:intItems: String

Unit price: moneyQuantity: intPrice: money

New()Add()Grand total()Print()Save()Cancel()

Page 15: Project on Supermarket Management

CHART PRESENTATION

Welcome

Divisional Managing Director Staff

File