You are on page 1of 28

Vegetable Mall Management System

SAD Report
Submitted in practical fulfillment of degree of
Master of Computer Application
Session-2010

Submitted by
Megha Mathur
Guru Dutt Bissa
Hitesh Jain
MCA IV Semester
Department of computer science
Lachoo Memorial College of Science & Technology
Affiliated to Rajasthan Technical University, Kota
CONTENTS
• Abstract
• System Analysis
• Introduction to the System
• Disadvantages of Working System
• Reorganization of Need
• Proposed System
• Advantages of Proposed System
• Feasibility Study

– Technical Feasibility
– Economical Feasibility
– Behavioral Feasibility
 
• System Design

– Data Table
– Data Flow Diagram
– E-R Diagram
– IPO Charts/Screen Shots
– Menu Diagram
ABSTRACT

• This system is a Vegetable Mall Management System


that’s used for manage the daily day-to-day
transactions of the Vegetable Mall. This application
made in web based application so it is very useful in
a distributed environment.

• This system also reduces the time consumption


which is usually held in the manual system.
INTRODUCTION
• Management of the transactions of any mall is a very
difficult task.
• It is designed to help the store to perform daily
duties and transaction with ease. Member’s
satisfaction is the foremost Priority of the system.
• It will be easy for the users of the system to compile
information at a very high pace, measure the
performance over a period & draw conclusion from
the information retrieved by using the proposed
system.
Disadvantages of working System
• Non flexible in generation of information
• Long time taken to draw conclusions
• Difficulties in Error Handling
• Lack of Accuracy
• More Time Consuming
• Lack of Safety and Robustness
• Error Prone Resources
• Non satisfactory for the users
RECOGNIZATION OF NEED
• The basis of a good system is recognition of need for
improving an information system or an existing
system.
• There is need of such system which is a web based
system(“distributed system”) so that the transaction
can be controlled remotely and facilitate the
management in a way that they can store the data in
particular storage area i.e. Database and can retrieve
the data from anywhere.
Proposed System
• To make the objective possible for the organization,
it is required to have a computerized and distributed
information system with the help of which all tasks
can be processed more accurately and quickly.
• To achieve this, it is necessary to design and develop
a new system which will have the following benefits
over existing system:-

 Flexibility in generation of information


 Less time is taken to draw conclusions
Continued………….
Continued……
 Less time is taken to draw conclusions

 User satisfaction

 Safety and Robustness

 Highly accurate

 Less time consuming

 Error free resources


Continued
• Besides this, the proposed system will have the
following capabilities:-

 Multiple viewer facility

 User-friendly interfacing

 Formatted output
Feasibility Study
System design
• The term design describes a final system and the
process by which it is developed. It refers to
technical specification that would be applied to the
system.
• It mainly includes following steps:
– Data Table
– Data Flow Diagram
– E-R Diagram
– IPO Charts/Screen Shots
– Menu Diagram
Database Tables:

Table/View Name: Customer Table/View Name: Supplier


Field name Data type Constraint Field name Data type Constraint

Customer_id varchar2(8) primary key Supplier_id varchar2(8) not null

Name varchar2(25) not null Name varchar2(25) not null

City varchar2(20) not null City varchar2(20) not null

State varchar2(20) not null State varchar2(20) not null

Phone varchar2(20) not null


Phone varchar2(20) not null
Continued….
Table/View Name: Stock Table/View Name: Item
Field name Data type Constraint Field name Data type Constraint

Stock_id varchar2(8) not null Item_id varchar2(3) primary key

Wasted Item varchar2(10) not null Name varchar2(25) not null

Wasted Qty varchar2(10) not null Price Number(10) not null


Continued….
Table/View Name: Sales Table/View Name: Purchase
Field name Data type Constraint Field name Data type Constraint

Customer_id varchar2(3) foreign key Customer_id varchar2(3) foreign key

Bill_amt Number(20) not null Bill_amt Number(20) not null

Bill_number Number(20) not null Bill_number Number(20) not null

Discount varchar2(5) not null Discount varchar2(5) not null

Date Date not null Date Date not null


Data flow Diagram
• Data flow diagram is diagram representation of data
movement through a system – manual or automated
from inputs to outputs thought processing.

• The data flow diagram help in analysis of data flow of


data through system and helps in identifies the
system requirements.
Data Flow Diagram
(Context Level Diagram)
Zero Level Diagram
One Level Diagram
Entity-Relationship Diagram
• It represents the object-relationship pairs in
graphical forms. Thus, we can say that the primary
goal of E-R Diagram is to represent data objects
along with their relationship.
• E-R modal for data uses three features to describe
data:
– Entity
– Relationship
– Attributes
ER-Diagram
IPO CHARTS

User Purchasing Process Supply Transaction Process


Screen Shots
 User Login Form  Main Form
Continued….
 Customer information form  Item information form
Continued….
 Purchase form  Stock form
Continued….
 Sale form  Supplier Information
 Print Bill form
 Menu Diagram
GURU DUTT
MEGHA MATHUR
HITESH JAIN

You might also like