SlideShare una empresa de Scribd logo
1 de 99
Develop By Smit Patel

1

Index

1.

Introduction

5

2.

Company Profile

7

3.

Existing System

9

4.

Proposed System

12

4.1

Development tools and Technology used

14

4.2

System Features
4.2.1

18

4.2.2

First Level Diagram

19

4.2.3

Second Level Diagram

20

4.2.4
JGCCA

Data Flow Diagram.

Entity Relationship Diagram

21

System Development Project (2009-2010)

16
Develop By Smit Patel
5.

Data Dictionary

23

6.

Forms Layout

34

7.

Reports Layout

80

8.

Bibliography

87

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

2

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

Introduction
About Project

This is Studio Management System which provides this type of facilities:

Some of System Capabilities
• Administrator can view customer details.
• Administrator can generate reports.
• Administrator can manage employee & their salaries.

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

3

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

Company Profile

"Eternal Software Solutions" is a professional web design and development
company based in Ahmedabad India. The firm is headed by a group of young IT
professionals. Our strength is in providing best solutions to our clients with a clear and
transparent business process. "Eternal Software Solutions" provides a competitive edge
through cost and quality advantage, use of the state-of-art skills and high reliability thus
increases ability to save time on projects. The aim of the firm is to create a mark in the
IT industry.

We provide professional web solutions, including Web Design, Web Application,
Software Development, and Graphic Design, Multimedia Presentation, 2d and 3d
Animation, flash website design, search engine optimization, Corporate Identity,
Multimedia Solutions and Internet Marketing services.

The potency of "Eternal Software Solution" lies in long term relations with our
clients. Our stress is always on top quality services and unmatched customer support.

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

4

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

Existing System:
•

Generates bill Manually

• Crop image in other software.
• Data store manually.
New System:
•

Generates bill Automatically

• Crop image in own system
• Data store Automatically
action of Existing System
The main problem Area’s are as follows:
 Data Redundancy
 Data Inconsistency
 Data Security
 Data Integrity
As the System requires more time so it is less efficient & this result in more errors &
wrong information. In the manual system the modification is very hard. Observing the
manual, it is found that the system is time consuming and the accuracy is also less.

Data Redundancy
In manual System, each application has its own private files. This act can lead to
considerable redundancy in manual stored data. Because the data is distributed into
various systems, there is some data in which make redundancy.

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

Data Inconsistency
In manual Database System, if the redundancy is not controlled then the system is not
aware of the duplication. In such Situations, the data Updating Process will not be
handled properly, because the data is distributing there must be some Data
Inconsistency.

Data Security
In manual System, all the files are of Paper-work. So, we cannot provide any kind of
Security to our data. Data may be Viewed by anyone and Changed by anyone or lost by
some employee as well as no back-up is taken

Data Integrity
The Data Integrity means “The Incorrectness of data”. If there is no redundancy in he
system and dalais in consistent stage, then also the database might have wrong
information.

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

5

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

Company has proposed following task to be complete in this project

-Searching should be performed speedily
-Data storage capacity must be high
-Reduce manual operations more as possible
-Application should be able to generate various reports

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

6

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

Development tools and technology used
vb.net 2005 – Programming Language



vb.net 2005 is an interpreted, Object-oriented, Programming language.



vb.net 2005 has been used for managing server/Client machines and databases
by programmers. It is also serving web pages, interfacing to databases and
generating dynamic content.

Features of vb.net 2005


It is purely Object Oriented Programming language.



It is dynamic & interpreted language.



It is multi-platform.



It is thread capable and has the capability to handle exceptions.



It has an advanced array class and it is extensible.



It has operator overloading, finite-precision integer arithmetic and
Powerful string Handling.



It is concise and has rich set of libraries.



Many important data-structures are available(such as dynamic
Arrays, Strings).



Rich metadata.



No need For Separate Interface Language (Such as IDL).



A Strong Security model for the Components.

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

SQL Server 2005

Introduction
The database component of Microsoft SQL Server 2005 is a Structured
Query Language (SQL)–based, scalable, relational database with integrated
Extensible Markup Language (XML) support for Internet applications. Each of
the following terms describes a fundamental part of the architecture of the
SQL Server 2005 database component:
Database
A database is similar to a data file in that it is a storage place for data. Like
a data file, a database does not present information directly to a user; the user
runs an application that accesses data from the database and presents it to the
user in an understandable format.
Database systems are more powerful than data files in that data is more
highly organized. In a well-designed database, there are no duplicate pieces of
data that the user or application must update at the same time. Related pieces
of data are grouped together in a single structure or record, and relationships
can be defined between these structures and records.
When working with data files, an application must be coded to work with
the specific structure of each data file. In contrast, a database contains a
catalog that applications use to determine how data is organized. Generic

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel
database applications can use the catalog to present users with data from
different databases dynamically, without being tied to a specific data format.

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

A database typically has two main parts: first, the files holding the physical
database and second, the database management system (DBMS) software that
applications use to access data. The DBMS is responsible for enforcing the
database structure, including:

• Maintaining relationships between data in the database.
• Ensuring that data is stored correctly and that the rules defining data
relationships are not violated.
• Recovering all data to a point of known consistency in case of system
failures.
Structured Query Language
To work with data in a database, you have to use a set of commands and
statements (language) defined by the DBMS software. Several different languages
can be used with relational databases; the most common is SQL. The American
National Standards Institute (ANSI) and the International Standards Organization
(ISO) define software standards, including standards for the SQL language. SQL
Server 2000 supports the Entry Level of SQL-92, the SQL standard published by ANSI
and ISO in 1992. The dialect of SQL supported by Microsoft SQL Server is called
Transact-SQL (T-SQL). T-SQL is the primary language used by Microsoft SQL Server
applications.

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

7

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

Data flow Diagrams

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

Entity Relationship Diagram

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

8

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

Table: Login_Master

Field Name

Data Type

Length

Constraints

Description

Login_ID
Login_Username
Login_Password

Numeric
Varchar
Varchar

3
25
25

P_K
Not Null
Not Null

Stores Login ID
Stores username
Stores password

Description:
This table is used by administrator to login purpose. This table contains
login information of administrator

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

Table: Category_Master
Field Name
Category_ID
Category_Name

Datatype
Numeric
Varchar

Length
3
25

Constraint
P_K
NOT NULL

Description
Unique ID
Information of
Category

Description:
This Table is used to store Category information

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

Table: Product_Master
Field Name
Product_ID

Data type
Numeric

Length
3

Constraint
P_K

Product_Name

Varchar

25

NOT NULL

Product_Price

Numeric

6

NOT NULL

Category_ID

Numeric

3

F_K

Description
Stores Product
ID
Stores Product
Name
Stores Product
Price
Stores
Category_ID

Description:
This Table is used to stores Product information

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

Table : Order_Master
Field Name
Order_ID
Bill_No
Customer_Id
Product_Id
Selected_Quntity
Order_Date

Data type
Numeric
Numeric
Numeric
Numeric
Numeric
datetime

Length
6
6
6
3
4
2

Constraint
P_K
F_K
F_K
F_K
Not null
Not null

Description
Store order id
Store bill number
Store customer id
Store product id
Store quantity
Store order date

Description:
This table is used to store order

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

Table: Customer_master
Field Name
Customer_ID

Data type
Numeric

Length
6

Constraint
P_K

Customer_Name

Varchar

25

NOT NULL

Customer_address

Varchar

500

NOT NULL

Customer_Phone

Varchar

25

NOT NULL

Description
Store
customer id
Store
customer
name
Store
customer
address
Store
customers
phone
number

Description:
This table is used to store Customers Details

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

Table: Employee_Master
Field Name
Employee_ID

Data type Length
Numeric
3

Employee _Name

Varchar

25

Employee _address

Varchar

500

Employee_DOB

Datetime

-

Employee_join_Date

Datetime

-

Varchar

25

Employee_Designation

JGCCA

Constraint Description
P_K
Store
employee
id
NOT NULL
Store
employee
name
NOT NULL
Store
employee
address
NOT NULL
Store
employee
dob
NOT NULL
Store
employee
join date
NOT NULL
Store
employee
designation

System Development Project (2009-2010)

16
Develop By Smit Patel

Table: Salary_Master

Field Name
Salary_ID

Data type
Numeric

Length
5

Constraint
P_K

Salary_Amount

Numeric

5

NOT NULL

Salary_date

Datetime

-

NOT NULL

Employee_ID

Numeric

3

F_K

Description
Store salary
id
Store
amount
Store salary
date
Store
employee id

Description:
This table is used to store Salary of Employee

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

Table: Application_Settings_Master

Field Name
Settings_Id

Data type
Numeric

Length
3

Constraint
P_K

Settings_Nmae

Varchar

25

NOT_NULL

Settings_Value

Varchar

25

NOT_NULL

Description
Store
setting id
Store
setting
name
Setting
value

Description:
This table is used to store Setting Details

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

Table : RawMaterials_Master

Field Name
Rawmaterial_ID
Rawmaterial_desc

Data type
Numeric

Length
6

Constraint
P_K

Varchar

350

Not Null

Description
Stores Raw
material ID
Store raw
material
description

Description:
This table is used to store Raw material details

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

Table : Bill_Master
Field Name
Bill_No

Datatype
Numeric

Length
6

Constraint
P_K

Product_id

Numeric

4

F_K

Customer_id

Numeric

6

F_K

Selected
_quantity

Numeric

3

Not null

Total_price

Numeric

6

Not null

Description
Store bill
number
Store
product id
Store
customer id
Store
selected
quantity
Store total
price

Description:
This table is used to store Bill Details

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

9

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

1
0

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

1
1

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

JGCCA

System Development Project (2009-2010)

16
Develop By Smit Patel

We have used the following materials for reference:

Books:

ASP.NET 2.0 Unleashed .
Msdn(Microsoft Developers Network)
Asp.NET Black Book
ASP.NET Black Book.

Websitesvisited:
www.Msdn.com.

www.vbguru.com
www.codeplex.com

JGCCA

System Development Project (2009-2010)

16

Más contenido relacionado

La actualidad más candente

Chapter 4 Classification
Chapter 4 ClassificationChapter 4 Classification
Chapter 4 ClassificationKhalid Elshafie
 
Online doctor appointment
Online doctor appointmentOnline doctor appointment
Online doctor appointmentAmna Nawazish
 
Token, Pattern and Lexeme
Token, Pattern and LexemeToken, Pattern and Lexeme
Token, Pattern and LexemeA. S. M. Shafi
 
Time advance mehcanism
Time advance mehcanismTime advance mehcanism
Time advance mehcanismNikhil Sharma
 
IEEE STANDARDS 802.3,802.4,802.5
IEEE STANDARDS 802.3,802.4,802.5IEEE STANDARDS 802.3,802.4,802.5
IEEE STANDARDS 802.3,802.4,802.5Vicky Kumar
 
The impact of web on ir
The impact of web on irThe impact of web on ir
The impact of web on irPrimya Tamil
 
3 Tier Architecture
3  Tier Architecture3  Tier Architecture
3 Tier ArchitectureWebx
 
Computer Networks Unit 2 UNIT II DATA-LINK LAYER & MEDIA ACCESS
Computer Networks Unit 2 UNIT II DATA-LINK LAYER & MEDIA ACCESSComputer Networks Unit 2 UNIT II DATA-LINK LAYER & MEDIA ACCESS
Computer Networks Unit 2 UNIT II DATA-LINK LAYER & MEDIA ACCESSDr. SELVAGANESAN S
 
CS6010 Social Network Analysis Unit I
CS6010 Social Network Analysis Unit ICS6010 Social Network Analysis Unit I
CS6010 Social Network Analysis Unit Ipkaviya
 
Final spam-e-mail-detection
Final  spam-e-mail-detectionFinal  spam-e-mail-detection
Final spam-e-mail-detectionPartnered Health
 
E-R Diagram of College Management Systems
E-R Diagram of College Management SystemsE-R Diagram of College Management Systems
E-R Diagram of College Management SystemsOmprakash Chauhan
 
Dotnet framework difference faqs- 3
Dotnet framework difference faqs- 3Dotnet framework difference faqs- 3
Dotnet framework difference faqs- 3Umar Ali
 
Requirement change management
Requirement change managementRequirement change management
Requirement change managementAbdul Basit
 
7. sequence and collaboration diagrams
7. sequence and collaboration diagrams7. sequence and collaboration diagrams
7. sequence and collaboration diagramsAPU
 

La actualidad más candente (20)

Chapter 4 Classification
Chapter 4 ClassificationChapter 4 Classification
Chapter 4 Classification
 
Online doctor appointment
Online doctor appointmentOnline doctor appointment
Online doctor appointment
 
Token, Pattern and Lexeme
Token, Pattern and LexemeToken, Pattern and Lexeme
Token, Pattern and Lexeme
 
Time advance mehcanism
Time advance mehcanismTime advance mehcanism
Time advance mehcanism
 
IEEE STANDARDS 802.3,802.4,802.5
IEEE STANDARDS 802.3,802.4,802.5IEEE STANDARDS 802.3,802.4,802.5
IEEE STANDARDS 802.3,802.4,802.5
 
The impact of web on ir
The impact of web on irThe impact of web on ir
The impact of web on ir
 
3 Tier Architecture
3  Tier Architecture3  Tier Architecture
3 Tier Architecture
 
Computer Networks Unit 2 UNIT II DATA-LINK LAYER & MEDIA ACCESS
Computer Networks Unit 2 UNIT II DATA-LINK LAYER & MEDIA ACCESSComputer Networks Unit 2 UNIT II DATA-LINK LAYER & MEDIA ACCESS
Computer Networks Unit 2 UNIT II DATA-LINK LAYER & MEDIA ACCESS
 
CS6010 Social Network Analysis Unit I
CS6010 Social Network Analysis Unit ICS6010 Social Network Analysis Unit I
CS6010 Social Network Analysis Unit I
 
Final spam-e-mail-detection
Final  spam-e-mail-detectionFinal  spam-e-mail-detection
Final spam-e-mail-detection
 
E-R Diagram of College Management Systems
E-R Diagram of College Management SystemsE-R Diagram of College Management Systems
E-R Diagram of College Management Systems
 
Dotnet framework difference faqs- 3
Dotnet framework difference faqs- 3Dotnet framework difference faqs- 3
Dotnet framework difference faqs- 3
 
Analysis of database tampering
Analysis of database tamperingAnalysis of database tampering
Analysis of database tampering
 
Data warehousing
Data warehousingData warehousing
Data warehousing
 
Application Layer
Application Layer Application Layer
Application Layer
 
Web Technology UPTU UNIT 1
Web Technology UPTU UNIT 1 Web Technology UPTU UNIT 1
Web Technology UPTU UNIT 1
 
TCP IP Addressing
TCP IP AddressingTCP IP Addressing
TCP IP Addressing
 
Common Standards in Cloud Computing
Common Standards in Cloud ComputingCommon Standards in Cloud Computing
Common Standards in Cloud Computing
 
Requirement change management
Requirement change managementRequirement change management
Requirement change management
 
7. sequence and collaboration diagrams
7. sequence and collaboration diagrams7. sequence and collaboration diagrams
7. sequence and collaboration diagrams
 

Similar a System development project document

127801976 mobile-shop-management-system-documentation
127801976 mobile-shop-management-system-documentation127801976 mobile-shop-management-system-documentation
127801976 mobile-shop-management-system-documentationNitesh Kumar
 
miniprojectreport
miniprojectreportminiprojectreport
miniprojectreportsilpa mohan
 
SathishKumar Natarajan
SathishKumar NatarajanSathishKumar Natarajan
SathishKumar NatarajanSathish Kumar
 
Sql interview question part 10
Sql interview question part 10Sql interview question part 10
Sql interview question part 10kaashiv1
 
Office automation system report
Office automation system reportOffice automation system report
Office automation system reportAmit Kulkarni
 
Office automation system report
Office automation system reportOffice automation system report
Office automation system reportAmit Kulkarni
 
Developing multithreaded database application using java tools and oracle dat...
Developing multithreaded database application using java tools and oracle dat...Developing multithreaded database application using java tools and oracle dat...
Developing multithreaded database application using java tools and oracle dat...csandit
 
DEVELOPING MULTITHREADED DATABASE APPLICATION USING JAVA TOOLS AND ORACLE DAT...
DEVELOPING MULTITHREADED DATABASE APPLICATION USING JAVA TOOLS AND ORACLE DAT...DEVELOPING MULTITHREADED DATABASE APPLICATION USING JAVA TOOLS AND ORACLE DAT...
DEVELOPING MULTITHREADED DATABASE APPLICATION USING JAVA TOOLS AND ORACLE DAT...cscpconf
 
Logistics Managment Automobile VB6
 Logistics Managment Automobile VB6 Logistics Managment Automobile VB6
Logistics Managment Automobile VB6jawad98
 
04.project billing system
04.project billing system04.project billing system
04.project billing systemgirivaishali
 

Similar a System development project document (20)

Job portal
Job portalJob portal
Job portal
 
127801976 mobile-shop-management-system-documentation
127801976 mobile-shop-management-system-documentation127801976 mobile-shop-management-system-documentation
127801976 mobile-shop-management-system-documentation
 
miniprojectreport
miniprojectreportminiprojectreport
miniprojectreport
 
SathishKumar Natarajan
SathishKumar NatarajanSathishKumar Natarajan
SathishKumar Natarajan
 
Final project cafe coffe
Final project cafe coffeFinal project cafe coffe
Final project cafe coffe
 
NITIN_DIXIT
NITIN_DIXITNITIN_DIXIT
NITIN_DIXIT
 
Sql interview question part 10
Sql interview question part 10Sql interview question part 10
Sql interview question part 10
 
Ebook10
Ebook10Ebook10
Ebook10
 
Brijesh Soni
Brijesh SoniBrijesh Soni
Brijesh Soni
 
resume_abdul_up
resume_abdul_upresume_abdul_up
resume_abdul_up
 
Office automation system report
Office automation system reportOffice automation system report
Office automation system report
 
Office automation system report
Office automation system reportOffice automation system report
Office automation system report
 
Resume Pallavi Mishra as of 2017 Feb
Resume Pallavi Mishra as of 2017 FebResume Pallavi Mishra as of 2017 Feb
Resume Pallavi Mishra as of 2017 Feb
 
Developing multithreaded database application using java tools and oracle dat...
Developing multithreaded database application using java tools and oracle dat...Developing multithreaded database application using java tools and oracle dat...
Developing multithreaded database application using java tools and oracle dat...
 
DEVELOPING MULTITHREADED DATABASE APPLICATION USING JAVA TOOLS AND ORACLE DAT...
DEVELOPING MULTITHREADED DATABASE APPLICATION USING JAVA TOOLS AND ORACLE DAT...DEVELOPING MULTITHREADED DATABASE APPLICATION USING JAVA TOOLS AND ORACLE DAT...
DEVELOPING MULTITHREADED DATABASE APPLICATION USING JAVA TOOLS AND ORACLE DAT...
 
Resume - Santosh B
Resume - Santosh BResume - Santosh B
Resume - Santosh B
 
Logistics Managment Automobile VB6
 Logistics Managment Automobile VB6 Logistics Managment Automobile VB6
Logistics Managment Automobile VB6
 
Project seminar
Project seminarProject seminar
Project seminar
 
124157075 gb
124157075 gb124157075 gb
124157075 gb
 
04.project billing system
04.project billing system04.project billing system
04.project billing system
 

Más de Smit Patel

Restaurent management system
Restaurent management systemRestaurent management system
Restaurent management systemSmit Patel
 
Time card system
Time card systemTime card system
Time card systemSmit Patel
 
E-Tender System
E-Tender SystemE-Tender System
E-Tender SystemSmit Patel
 
Library management system presentation
Library management system presentation Library management system presentation
Library management system presentation Smit Patel
 
Air ticket reservation system presentation
Air ticket reservation system presentation Air ticket reservation system presentation
Air ticket reservation system presentation Smit Patel
 
On-line book store presentation
On-line book store presentation On-line book store presentation
On-line book store presentation Smit Patel
 
Manufacturing and sales management system
Manufacturing and sales management systemManufacturing and sales management system
Manufacturing and sales management systemSmit Patel
 
Hospital management
Hospital managementHospital management
Hospital managementSmit Patel
 
Online Bus ticket reservation
Online Bus ticket reservationOnline Bus ticket reservation
Online Bus ticket reservationSmit Patel
 

Más de Smit Patel (13)

Restaurent management system
Restaurent management systemRestaurent management system
Restaurent management system
 
Time card system
Time card systemTime card system
Time card system
 
City Portal
City PortalCity Portal
City Portal
 
E-Tender System
E-Tender SystemE-Tender System
E-Tender System
 
Library management system presentation
Library management system presentation Library management system presentation
Library management system presentation
 
Air ticket reservation system presentation
Air ticket reservation system presentation Air ticket reservation system presentation
Air ticket reservation system presentation
 
On-line book store presentation
On-line book store presentation On-line book store presentation
On-line book store presentation
 
Manufacturing and sales management system
Manufacturing and sales management systemManufacturing and sales management system
Manufacturing and sales management system
 
Hospital management
Hospital managementHospital management
Hospital management
 
Hr management
Hr managementHr management
Hr management
 
Real Estate
Real Estate Real Estate
Real Estate
 
Online Bus ticket reservation
Online Bus ticket reservationOnline Bus ticket reservation
Online Bus ticket reservation
 
Jdbc
JdbcJdbc
Jdbc
 

Último

microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 

Último (20)

microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 

System development project document

  • 1. Develop By Smit Patel 1 Index 1. Introduction 5 2. Company Profile 7 3. Existing System 9 4. Proposed System 12 4.1 Development tools and Technology used 14 4.2 System Features 4.2.1 18 4.2.2 First Level Diagram 19 4.2.3 Second Level Diagram 20 4.2.4 JGCCA Data Flow Diagram. Entity Relationship Diagram 21 System Development Project (2009-2010) 16
  • 2. Develop By Smit Patel 5. Data Dictionary 23 6. Forms Layout 34 7. Reports Layout 80 8. Bibliography 87 JGCCA System Development Project (2009-2010) 16
  • 3. Develop By Smit Patel 2 JGCCA System Development Project (2009-2010) 16
  • 4. Develop By Smit Patel Introduction About Project This is Studio Management System which provides this type of facilities: Some of System Capabilities • Administrator can view customer details. • Administrator can generate reports. • Administrator can manage employee & their salaries. JGCCA System Development Project (2009-2010) 16
  • 5. Develop By Smit Patel 3 JGCCA System Development Project (2009-2010) 16
  • 6. Develop By Smit Patel Company Profile "Eternal Software Solutions" is a professional web design and development company based in Ahmedabad India. The firm is headed by a group of young IT professionals. Our strength is in providing best solutions to our clients with a clear and transparent business process. "Eternal Software Solutions" provides a competitive edge through cost and quality advantage, use of the state-of-art skills and high reliability thus increases ability to save time on projects. The aim of the firm is to create a mark in the IT industry. We provide professional web solutions, including Web Design, Web Application, Software Development, and Graphic Design, Multimedia Presentation, 2d and 3d Animation, flash website design, search engine optimization, Corporate Identity, Multimedia Solutions and Internet Marketing services. The potency of "Eternal Software Solution" lies in long term relations with our clients. Our stress is always on top quality services and unmatched customer support. JGCCA System Development Project (2009-2010) 16
  • 7. Develop By Smit Patel 4 JGCCA System Development Project (2009-2010) 16
  • 8. Develop By Smit Patel Existing System: • Generates bill Manually • Crop image in other software. • Data store manually. New System: • Generates bill Automatically • Crop image in own system • Data store Automatically action of Existing System The main problem Area’s are as follows:  Data Redundancy  Data Inconsistency  Data Security  Data Integrity As the System requires more time so it is less efficient & this result in more errors & wrong information. In the manual system the modification is very hard. Observing the manual, it is found that the system is time consuming and the accuracy is also less. Data Redundancy In manual System, each application has its own private files. This act can lead to considerable redundancy in manual stored data. Because the data is distributed into various systems, there is some data in which make redundancy. JGCCA System Development Project (2009-2010) 16
  • 9. Develop By Smit Patel Data Inconsistency In manual Database System, if the redundancy is not controlled then the system is not aware of the duplication. In such Situations, the data Updating Process will not be handled properly, because the data is distributing there must be some Data Inconsistency. Data Security In manual System, all the files are of Paper-work. So, we cannot provide any kind of Security to our data. Data may be Viewed by anyone and Changed by anyone or lost by some employee as well as no back-up is taken Data Integrity The Data Integrity means “The Incorrectness of data”. If there is no redundancy in he system and dalais in consistent stage, then also the database might have wrong information. JGCCA System Development Project (2009-2010) 16
  • 10. Develop By Smit Patel 5 JGCCA System Development Project (2009-2010) 16
  • 11. Develop By Smit Patel Company has proposed following task to be complete in this project -Searching should be performed speedily -Data storage capacity must be high -Reduce manual operations more as possible -Application should be able to generate various reports JGCCA System Development Project (2009-2010) 16
  • 12. Develop By Smit Patel 6 JGCCA System Development Project (2009-2010) 16
  • 13. Develop By Smit Patel Development tools and technology used vb.net 2005 – Programming Language  vb.net 2005 is an interpreted, Object-oriented, Programming language.  vb.net 2005 has been used for managing server/Client machines and databases by programmers. It is also serving web pages, interfacing to databases and generating dynamic content. Features of vb.net 2005  It is purely Object Oriented Programming language.  It is dynamic & interpreted language.  It is multi-platform.  It is thread capable and has the capability to handle exceptions.  It has an advanced array class and it is extensible.  It has operator overloading, finite-precision integer arithmetic and Powerful string Handling.  It is concise and has rich set of libraries.  Many important data-structures are available(such as dynamic Arrays, Strings).  Rich metadata.  No need For Separate Interface Language (Such as IDL).  A Strong Security model for the Components. JGCCA System Development Project (2009-2010) 16
  • 14. Develop By Smit Patel SQL Server 2005 Introduction The database component of Microsoft SQL Server 2005 is a Structured Query Language (SQL)–based, scalable, relational database with integrated Extensible Markup Language (XML) support for Internet applications. Each of the following terms describes a fundamental part of the architecture of the SQL Server 2005 database component: Database A database is similar to a data file in that it is a storage place for data. Like a data file, a database does not present information directly to a user; the user runs an application that accesses data from the database and presents it to the user in an understandable format. Database systems are more powerful than data files in that data is more highly organized. In a well-designed database, there are no duplicate pieces of data that the user or application must update at the same time. Related pieces of data are grouped together in a single structure or record, and relationships can be defined between these structures and records. When working with data files, an application must be coded to work with the specific structure of each data file. In contrast, a database contains a catalog that applications use to determine how data is organized. Generic JGCCA System Development Project (2009-2010) 16
  • 15. Develop By Smit Patel database applications can use the catalog to present users with data from different databases dynamically, without being tied to a specific data format. JGCCA System Development Project (2009-2010) 16
  • 16. Develop By Smit Patel A database typically has two main parts: first, the files holding the physical database and second, the database management system (DBMS) software that applications use to access data. The DBMS is responsible for enforcing the database structure, including: • Maintaining relationships between data in the database. • Ensuring that data is stored correctly and that the rules defining data relationships are not violated. • Recovering all data to a point of known consistency in case of system failures. Structured Query Language To work with data in a database, you have to use a set of commands and statements (language) defined by the DBMS software. Several different languages can be used with relational databases; the most common is SQL. The American National Standards Institute (ANSI) and the International Standards Organization (ISO) define software standards, including standards for the SQL language. SQL Server 2000 supports the Entry Level of SQL-92, the SQL standard published by ANSI and ISO in 1992. The dialect of SQL supported by Microsoft SQL Server is called Transact-SQL (T-SQL). T-SQL is the primary language used by Microsoft SQL Server applications. JGCCA System Development Project (2009-2010) 16
  • 17. Develop By Smit Patel 7 JGCCA System Development Project (2009-2010) 16
  • 18. Develop By Smit Patel Data flow Diagrams JGCCA System Development Project (2009-2010) 16
  • 19. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 20. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 21. Develop By Smit Patel Entity Relationship Diagram JGCCA System Development Project (2009-2010) 16
  • 22. Develop By Smit Patel 8 JGCCA System Development Project (2009-2010) 16
  • 23. Develop By Smit Patel Table: Login_Master Field Name Data Type Length Constraints Description Login_ID Login_Username Login_Password Numeric Varchar Varchar 3 25 25 P_K Not Null Not Null Stores Login ID Stores username Stores password Description: This table is used by administrator to login purpose. This table contains login information of administrator JGCCA System Development Project (2009-2010) 16
  • 24. Develop By Smit Patel Table: Category_Master Field Name Category_ID Category_Name Datatype Numeric Varchar Length 3 25 Constraint P_K NOT NULL Description Unique ID Information of Category Description: This Table is used to store Category information JGCCA System Development Project (2009-2010) 16
  • 25. Develop By Smit Patel Table: Product_Master Field Name Product_ID Data type Numeric Length 3 Constraint P_K Product_Name Varchar 25 NOT NULL Product_Price Numeric 6 NOT NULL Category_ID Numeric 3 F_K Description Stores Product ID Stores Product Name Stores Product Price Stores Category_ID Description: This Table is used to stores Product information JGCCA System Development Project (2009-2010) 16
  • 26. Develop By Smit Patel Table : Order_Master Field Name Order_ID Bill_No Customer_Id Product_Id Selected_Quntity Order_Date Data type Numeric Numeric Numeric Numeric Numeric datetime Length 6 6 6 3 4 2 Constraint P_K F_K F_K F_K Not null Not null Description Store order id Store bill number Store customer id Store product id Store quantity Store order date Description: This table is used to store order JGCCA System Development Project (2009-2010) 16
  • 27. Develop By Smit Patel Table: Customer_master Field Name Customer_ID Data type Numeric Length 6 Constraint P_K Customer_Name Varchar 25 NOT NULL Customer_address Varchar 500 NOT NULL Customer_Phone Varchar 25 NOT NULL Description Store customer id Store customer name Store customer address Store customers phone number Description: This table is used to store Customers Details JGCCA System Development Project (2009-2010) 16
  • 28. Develop By Smit Patel Table: Employee_Master Field Name Employee_ID Data type Length Numeric 3 Employee _Name Varchar 25 Employee _address Varchar 500 Employee_DOB Datetime - Employee_join_Date Datetime - Varchar 25 Employee_Designation JGCCA Constraint Description P_K Store employee id NOT NULL Store employee name NOT NULL Store employee address NOT NULL Store employee dob NOT NULL Store employee join date NOT NULL Store employee designation System Development Project (2009-2010) 16
  • 29. Develop By Smit Patel Table: Salary_Master Field Name Salary_ID Data type Numeric Length 5 Constraint P_K Salary_Amount Numeric 5 NOT NULL Salary_date Datetime - NOT NULL Employee_ID Numeric 3 F_K Description Store salary id Store amount Store salary date Store employee id Description: This table is used to store Salary of Employee JGCCA System Development Project (2009-2010) 16
  • 30. Develop By Smit Patel Table: Application_Settings_Master Field Name Settings_Id Data type Numeric Length 3 Constraint P_K Settings_Nmae Varchar 25 NOT_NULL Settings_Value Varchar 25 NOT_NULL Description Store setting id Store setting name Setting value Description: This table is used to store Setting Details JGCCA System Development Project (2009-2010) 16
  • 31. Develop By Smit Patel Table : RawMaterials_Master Field Name Rawmaterial_ID Rawmaterial_desc Data type Numeric Length 6 Constraint P_K Varchar 350 Not Null Description Stores Raw material ID Store raw material description Description: This table is used to store Raw material details JGCCA System Development Project (2009-2010) 16
  • 32. Develop By Smit Patel Table : Bill_Master Field Name Bill_No Datatype Numeric Length 6 Constraint P_K Product_id Numeric 4 F_K Customer_id Numeric 6 F_K Selected _quantity Numeric 3 Not null Total_price Numeric 6 Not null Description Store bill number Store product id Store customer id Store selected quantity Store total price Description: This table is used to store Bill Details JGCCA System Development Project (2009-2010) 16
  • 33. Develop By Smit Patel 9 JGCCA System Development Project (2009-2010) 16
  • 34. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 35. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 36. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 37. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 38. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 39. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 40. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 41. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 42. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 43. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 44. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 45. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 46. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 47. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 48. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 49. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 50. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 51. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 52. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 53. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 54. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 55. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 56. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 57. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 58. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 59. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 60. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 61. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 62. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 63. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 64. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 65. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 66. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 67. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 68. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 69. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 70. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 71. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 72. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 73. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 74. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 75. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 76. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 77. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 78. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 79. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 80. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 81. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 82. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 83. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 84. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 85. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 86. Develop By Smit Patel 1 0 JGCCA System Development Project (2009-2010) 16
  • 87. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 88. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 89. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 90. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 91. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 92. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 93. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 94. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 95. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 96. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 97. Develop By Smit Patel 1 1 JGCCA System Development Project (2009-2010) 16
  • 98. Develop By Smit Patel JGCCA System Development Project (2009-2010) 16
  • 99. Develop By Smit Patel We have used the following materials for reference: Books: ASP.NET 2.0 Unleashed . Msdn(Microsoft Developers Network) Asp.NET Black Book ASP.NET Black Book. Websitesvisited: www.Msdn.com. www.vbguru.com www.codeplex.com JGCCA System Development Project (2009-2010) 16