2.1 Existing System - Bike Showroom Management System Project
2.1 Existing System - Bike Showroom Management System Project
2.1 Existing System - Bike Showroom Management System Project
Accuracy
Privacy
Security
Time consumption
Economic feasibility
Economic analysis is the most frequently used method for evaluating
the effectiveness of a candidate system. The execution time is lesser
compared to the current software. And it has the more efficient one, because
it gives the security of the data. It has less expensive for cost.
Operational feasibility
The proposed system will full fill the organization requirements. That
is whether the proposed system covers all aspects of the working system and
whether it has considerable all the departments that are included in the
organization; themselves have made to establish the financial management
system.
2.4 Objective of the system
Computerization for accuracy
To avert losses
To increase the profit ratio
To save space
To facilitate the work easy
For time consumption
3.1Database Design
2. Transaction
Transaction has several modules via sales details, purchase details,
accounts details. This module is used to enter the dealing with company to
customer. Company rule explains the sales details of each customer. Any
discounts, not only for special Deepavali, Pongal, Christmas, New Year and
Ramzan. Customer purchases the Vehicle so any customer not full payment
the amount. It pays the half amount. Company maintains the finance.
Company announces the half payment of each customer pay the amount in
particular date.
3. Reports
All Reports can be Printed with Laser Printer and Dot Matrix Printer Printing
Methodology is used by Excel Export Method .
SCOPE OF THE SYSTEM
The scope of the project two Dealer Management System deals with, stock
details, sales details, customer details, purchase details Billing and Reports
In Order to overcome the difficulties in the existing system, the proposed
Two Dealer Management Systemis developed.
The designing of the various modules are setup and data are collected before
the designing starts.
After designing the file structures and screen layout, programs are developed
to maintain the Two Dealer Management System details.
Processor : Pentium 1V
RAM : 32 MB RAM
SOFTWARE SPECIFICATION
VB INTRODUCTION:
The ‘Visual’ part refers to the method used to create the graphical user
interface (GUI). Rather then writing numerous lines of code to describe the
appearance and location of interface elements, you simply add object in to
place on screen. If you’ve ever used a drawing program such as points, you
already have most of the skills necessary to create an effective user interface.
User interface:
Data Access:
The data access option of visual Basic allows you to create database as an
application for various database format such as Microsoft SOL server.
Application Development:
Using Visual Basic 6, you can create event driven application. In a visual
Basic application, code is executed in response to events. This is
Different from a procedure application in which the code is executed
according to specific path defined by the logic of an application.
Internet oriented:
Visual Basic 6 lets you develop internet-aware application.
Form Window:
Display the form that holds and which is useful for developing the user
interface.
Standard Toolbar:
Display the frequently used commands in the form of buttons.
Code editor:
Where a code is written.
Object Browser:
Has list of all object, their methods and properties.
Context Menus:
A shortcut menu with frequently performed action. It can be display by right
clicking on the object.
Immediate, locals and watch windows: These additional windows are
provided for use in debugging your application. They are only available when
you are running within the IDE.
NOTE: you can customize the IDE using the tools ->option command.
COMPONENTS OF VB 6.0:
A standards EXE project contains form, controls and code modules. Each of
these components has its own file associated with it. Let’s have look at the
file created for each Visual Basic Standard EXE project. the basic building
block of Visual Basic application is a form.
Forms are used to accept a data from the user and the displayed data. The
user interact with the application through the form.
You can add controls to the form, controls are object that enabled you to
perform tracks such as accepting input data, displaying data and selecting an
option. Each form has an .FRM file associated with it. It contains details of
the form, code and the controls in the form. A visual Basic application has an
extension.
OBJECT :
An object is an independent unit that contains code and data. An object has
properties, method and events associated with it. There are two types of
object in visual Basic.
FORMS:
A form is a system –defined object. You can add one or more object to an
application.
CONTROLS :
Controls are object that you place on a form.
Properties:
Properties are attributes with an object. They define the appearance and
behavior of the object. Properties can be change according to the application
requirements. The property values are stored along with object.
Example: Name property of any control identifies the controls or form
uniquely.
Methods:
Methods provide functionally to an object. Methods are action or tasks that
can be performed on or by an object.
Example: I lied method of the form hides form.
Events:
Events are procedure that are executed in response to action performed by the
user, operating system, or othe5r, or other object is an application.
Code is return for that events to provide functionally.
Example: Click event for a command gets triggered when you click on the
button.
Control categories:
Such as the command buttons and frame controls. These controls are
contained inside the visual basic .EXE files. Intrinsic controls are always
included in the toolbox unlike ActiveX controls and insatiable object, which
can be removed from or added to the toolbox.
ActiveX Control:
Which exists as separate file with an .ocx file name extension. These
include controls that are available in all edition of visual basic(data combo,
data list control, and so on)and those that are available only in the
professional and enterprise edition(such as list toolbar, animation, and tabbed
dialogue).many third-party ActiveX controls are available.
Note:
Controls with the .VBX filename extension see older technology and
are found in application written in earlier version of visual basic. When visual
basic opens a project containing a .VBX controls, the default behavior is to
replace the .VBX controls with an .OCX controls, but only if an .OCX
version of the controls is available. See “updating older version of the visual
basic controls” later in this chapter for information on updating controls to
the .OCX format.
Insatiable object:
Such as Microsoft Excel Worksheet object containing a list of all your
companies employees or a Microsoft Project calendar object containing the
scheduling information for a project. Since these object also support
Automation (formerly called OLE Automation) which allows you to program
another application object from within a Visual Basic application. See
“Programming with object “, for more information on automation.
DATA ACCESS IN VB
RDO and collection provide a framework for using code to create and
manipulate components of a remote ODBA database system. It provides an
information model for accessing remote data sources through ODBC. RDO
offers a set of object that make it easy to connect to a database execute
queries and stored procedure, manipulate results and commit changes to the
object and collection have properties that describe the characteristics of
database components and methods that you use to manipulate them.
Using the containment framework you create relationship among objects
and collection, and these relationships represent the logical structure of your
database system. The RDO is only supported 32-bit operating systems such
as windows-95 and Windows NT.
To use the remote data objects, you must set a reference to the Microsoft
Remote Data Objects 2.0 object library in the Visual Basic reference dialogue
box.
OBJECTS:
Objects are software representation of real world entities. To capture the
features and capabilities of the real world, an objects consist of both attributes
and operational information.
ACCESS:
Access is a flexible program that works for both simple and complex
database programs. It’s also a relational database, which means it lets you
define relational between different types of information. (like customer and
their orders) so you can use them together. But before you get buried in lots
of database let’s get going and learn as we work.
The system has been successfully implemented with the test values. At every
stage of real data are fed into the system. The checklist is taken and data
validation has been done. Until the data validation the data is error free.