SlideShare ist ein Scribd-Unternehmen logo
1 von 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

Weitere ähnliche Inhalte

Was ist angesagt?

SPCE Alumni Association Web Portal
SPCE Alumni Association Web PortalSPCE Alumni Association Web Portal
SPCE Alumni Association Web PortalSalmaniac Nilesh
 
Employee management system report
Employee management system reportEmployee management system report
Employee management system reportPrince Singh
 
WEB APPLICATION USING PHP AND MYSQL
WEB APPLICATION USING PHP AND MYSQLWEB APPLICATION USING PHP AND MYSQL
WEB APPLICATION USING PHP AND MYSQLAakash Khandelwal
 
Hostel Management System(HMS)
Hostel Management  System(HMS)Hostel Management  System(HMS)
Hostel Management System(HMS)Omkar Walavalkar
 
INFORMATION TECHNOLOGY (2016)- SEM_VI - PRACTICAL (SLIP) QUESTIONS
INFORMATION TECHNOLOGY (2016)- SEM_VI - PRACTICAL (SLIP) QUESTIONSINFORMATION TECHNOLOGY (2016)- SEM_VI - PRACTICAL (SLIP) QUESTIONS
INFORMATION TECHNOLOGY (2016)- SEM_VI - PRACTICAL (SLIP) QUESTIONSSatyendra Singh
 
Library management system
Library management systemLibrary management system
Library management systemKamal Krish
 
Srs template
Srs templateSrs template
Srs templateambitlick
 
Online shopping Report
Online shopping ReportOnline shopping Report
Online shopping ReportPragnya Dash
 
Library management system
Library management systemLibrary management system
Library management systemParesh Gosavi
 
Employee Recruitment System srs
Employee Recruitment System srsEmployee Recruitment System srs
Employee Recruitment System srskrupal shah
 
Online Library Management
Online Library ManagementOnline Library Management
Online Library ManagementVarsha Sarkar
 
Hostel management system srs
Hostel management system srsHostel management system srs
Hostel management system srshira akram
 
Hospital Management System
Hospital Management SystemHospital Management System
Hospital Management SystemPranil Dukare
 
Training & Placement Database Management System
Training & Placement Database Management SystemTraining & Placement Database Management System
Training & Placement Database Management SystemRohit Mate
 
eJobs-UrbanClap.pptx
eJobs-UrbanClap.pptxeJobs-UrbanClap.pptx
eJobs-UrbanClap.pptxVanshilPatel3
 
Employee Management System Project Propsal
Employee Management System Project Propsal Employee Management System Project Propsal
Employee Management System Project Propsal Syed Junaid
 
Placement Cell project
Placement Cell projectPlacement Cell project
Placement Cell projectManish Kumar
 

Was ist angesagt? (20)

SPCE Alumni Association Web Portal
SPCE Alumni Association Web PortalSPCE Alumni Association Web Portal
SPCE Alumni Association Web Portal
 
Employee management system report
Employee management system reportEmployee management system report
Employee management system report
 
SRS document
SRS documentSRS document
SRS document
 
WEB APPLICATION USING PHP AND MYSQL
WEB APPLICATION USING PHP AND MYSQLWEB APPLICATION USING PHP AND MYSQL
WEB APPLICATION USING PHP AND MYSQL
 
Hostel Management System(HMS)
Hostel Management  System(HMS)Hostel Management  System(HMS)
Hostel Management System(HMS)
 
INFORMATION TECHNOLOGY (2016)- SEM_VI - PRACTICAL (SLIP) QUESTIONS
INFORMATION TECHNOLOGY (2016)- SEM_VI - PRACTICAL (SLIP) QUESTIONSINFORMATION TECHNOLOGY (2016)- SEM_VI - PRACTICAL (SLIP) QUESTIONS
INFORMATION TECHNOLOGY (2016)- SEM_VI - PRACTICAL (SLIP) QUESTIONS
 
Software requirement specification(SRS)
Software requirement specification(SRS)Software requirement specification(SRS)
Software requirement specification(SRS)
 
Library management system
Library management systemLibrary management system
Library management system
 
Srs template
Srs templateSrs template
Srs template
 
Online shopping Report
Online shopping ReportOnline shopping Report
Online shopping Report
 
Library management system
Library management systemLibrary management system
Library management system
 
Employee Recruitment System srs
Employee Recruitment System srsEmployee Recruitment System srs
Employee Recruitment System srs
 
Online Library Management
Online Library ManagementOnline Library Management
Online Library Management
 
Hostel management system srs
Hostel management system srsHostel management system srs
Hostel management system srs
 
Hospital Management System
Hospital Management SystemHospital Management System
Hospital Management System
 
Training & Placement Database Management System
Training & Placement Database Management SystemTraining & Placement Database Management System
Training & Placement Database Management System
 
eJobs-UrbanClap.pptx
eJobs-UrbanClap.pptxeJobs-UrbanClap.pptx
eJobs-UrbanClap.pptx
 
Cv generator
Cv generator Cv generator
Cv generator
 
Employee Management System Project Propsal
Employee Management System Project Propsal Employee Management System Project Propsal
Employee Management System Project Propsal
 
Placement Cell project
Placement Cell projectPlacement Cell project
Placement Cell project
 

Ähnlich wie 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
 

Ähnlich wie 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
 

Mehr von 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
 

Mehr von 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
 

Kürzlich hochgeladen

Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfPatidar M
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 

Kürzlich hochgeladen (20)

Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdf
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 

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