You are on page 1of 13

System Requirements Specification (SRS)

Hardware Requirements:
1. Processor: Intel CORE I5 3470 PROCESSOR
(3RD GENERATION) 3.2 GHz.

2. RAM: 4GB.

Software Requirements:
1. Front End: PHP (Hypertext Preprocessor).

2. Back End: MYSQL.

3. Word Process: MS Word.


System Analysis

Model (SDLC) System Development lifecycle Waterfall Model


Advantages of waterfall model

• This model is simple and easy to understand


and use.
• It is easy to manage due to the rigidity of
the model – each phase has specific
deliverables and a review process.
• In this model phases are processed and
completed one at a time. Phases do not
overlap.
• Waterfall model works well for smaller
projects where requirements are very well
understood.
Disadvantages of waterfall model

• Once an application is in the testing stage, it


is very difficult to go back and change
something that was not well-thought out in the
concept stage.
• No working software is produced until late
during the life cycle.
• High amounts of risk and uncertainty.
• Not a good model for complex and object-
oriented projects.
• Poor model for long and ongoing projects.
• Not suitable for the projects where
requirements are at a moderate to high risk of
changing.
System Design Number of Modules
ZERO LEVEL DFD
FIRST LEVEL DFD

New payment info

Payment information

New stock info.


SECOND LEVEL DFD
Register lv.2

Login lv.2
Data Dictionary

Table Name: Profile

Field Type Length Constraints

Userid Int 11 Not Null

Password Varchar 255 Not Null

Shopname Varchar 255 Not Null

Owername Varchar 11 Not Null

Address Text 11 Not Null

Phone No number 11 Unique


Email Varchar2 255 Unique

Shop timing Time

Table Name: Item table

Field Type Length Constraints

item_ID (PK) Int 11 Primary key

Item_nm Varchar 75 Not Null

Item_price Number 11 Not Null

Eater type Varchar 20 Not Null

Food type Varchar 20 Not Null

Max time of
Int 11 Not Null
serving

Date Date 15
Is_active Int 11

Table Name: Order_details

Field Type Length Constraints

Order_id Int 11 Primary Key

Mob no Varchar 11 Not Null

Table no Number 10 Not Null

Payme10nt type Varchar 30

Bill amt Varchar 30 Not Null

Date Date 11

Item Varchar 100


Quantiy Varchar 15

Price Varchar 25

You might also like