Seminar Topics & Project Ideas On Computer Science Electronics Electrical Mechanical Engineering Civil MBA Medicine Nursing Science Physics Mathematics Chemistry ppt pdf doc presentation downloads and Abstract

Full Version: ONLINE BILLING project details
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

ONLINE BILLING
[attachment=15924]


PRELIMINARY DESIGN

4. PROCEDURE

4.1 DESIGN PLAN:

1. Feasibility Study
2. Requirement definition Analysis and Specification.

4.2 PRELIMINARY DESIGN

4.2.1 ARCHITECTURE

To develop the System for online billing three tiers architecture is maintained and the model will work both with standalone application as well as client server model. The database and application resides on the same machine. Client working on the application perform different operations on the database and database manipulate the request and generate the result.

Typical role of client side:-

• The client should gather all needed information before making a request to the server.
• The client is responsible for all display of data to the client.
• The client should handle all data manipulation operations.
• The client provides all formatting of data and presentation of information in reports.

Typical role of server side:-

On server side the operations are broken into logical components. The server should create the result set that the client side application require.

Client-Server approach introduced a database server to replace the file server. Using RDBMS user queries could be answered directly. The client/server architecture reduced network traffic by providing a query response rather than total file transfer. It improves a multi-user updating through a GUI front end to a shared database. In client-server architecture, Remote Procedure Calls (RPC s) or Structured Query Language are typically used.


Advantages of client / server:-

The client/server architecture reduced network traffic by providing a query response rather than total file transfer. It improves a multi-user updating through a GUI front end to a shared database. It also increases performance of our application. With SQL Server, we can implement true client/server system.

DATA MODEL

As per requirement the information that is to be stored in database is:-

1. Information about User’s Bill (like name, address, phone etc.)

2 Login details (like user name, password etc.)




ARCHITECTURAL DESIGN

Architectural Design

Operational and Functional Procedural Description

The complete system is developed using modular development technique. The task is divided into four major modules, namely:

Login
Create User
Add Entry
Erase Entry
Modify Entry
Search Name
By Mobile number