Arunmarshlin PDF
Arunmarshlin PDF
Arunmarshlin PDF
SUBMITTED BY
MANOJ L(711521MMC012)
Of
Submitted to the
ANNAUNIVERSITY CHENNAI-600025
DEC-2022
BONAFIDE CERTIFICATE
Institution), Institution),
MANOJ L, 711521MMC012
We have heartfelt gratitude and thanks to the Almighty God, my parents and other
family members and friends for providing the opportunity to undergo this project
successfully in this esteemed institution.
At the outset, I would like to thank our Founder and Chairman Thiru.
PONGALUR N. PALANISAMY, KIT- Kalaignarkarunanidhi Institute of
Technology, who has allowed me to undergo this Project Work, successfully in this
esteemed Institution.
Finally, with great enthusiasm, I express my thanks to all the faculty members for
providing the necessary information and for their sustained interest in my successful
completion.
TABLE OF CONTENTS
ABSTRACT
1 Introduction
1.1.1 Objective 1
2 System Analysis
2.1.1 Drawbacks 2
3 System Specification
4 Software Description
4.2 Features 6
5 Project Description
7 System Implementation 9
8.1 Conclusion 10
9 Appendix
9.2.Screen Shorts 15
10 References 17
ABSTRACT
Vehicles now play a significant role in daily life. The growth in car sales over
time is seen in the vast majority of individuals commute daily using the
automobile. However, car maintenance is frequently disregarded. Regular
maintenance helps ensure that the car runs smoothly and that fuel is used
effectively. Another issue is that when automobiles are taken in for servicing or
maintenance, it is presumed that repairs would be made carefully, but it has been
noted that multiple vehicle accidents occur each year as a result of the neglect of
repair facilities and car dealers. When the car is handed over for repair, the
problem of confidence is crucial. Customers are frequently taken advantage of
under the name of service. A serious issue is the replacement of original parts
with outdated ones. Additionally, it might be challenging for clients to confirm
that the service providers are doing the tasks for which they are paying. Service
providers take advantage of this circumstance and overcharge customers. The
practice of "periodic vehicle maintenance, which mandates that the vehicle
have periodic servicing and maintenance, is widely used. A vehicle's service
life is typically determined by either a predetermined time frame or the mileage
travelled Generally speaking, it is advised to get the car serviced every six months
or 10,000 kilometres. However, the problem with "periodic vehicle maintenance"
is that it's difficult to determine which parts need to be repaired or replaced, which
might lead to repairs or replacements of parts that are still in good shape.
Predictive vehicle maintenance proves useful in this situation. This data is
obtained from numerous built-in or customized sensors in the car that are used to
keep track of the condition of various component.
[1]
CHAPTER 1
1. INTRODUCTION
1. Objective
CHAPTER 2
SYSTEM ANALYSIS
2.1.1 Drawbacks:
• The following are the disadvantages of the existing system. More manual
hours need to generate the required reports.
• It is tedious to manage historical data which needs much space to keep all
the previous years' ledgers, books etc.
• Daily sales and purchases details must be entered into books are very
difficult to maintain.
• it is difficult to maintain important information in books.
• More manual hours need to generate required reports.
2.2 PROPOSED SYSTEM
The DISTRIBUTORS MANAGEMENT TOOL is a software application which
avoids more manual hours that need to spend on record keeping and generating
reports. This application keeps the data in a centralized way which is available to
all the users simultaneously. It is very easy to manage historical data in the
database. No specific training is required for the distributors to use this
application. They can easily use the tool that decreases manual hours spent on
normal things and hence increases performance. It is very easy to record
information on online sales and purchases in databases.
[3]
The system has been tested for feasibility in the following points.
1. Technical Feasibility
2. Economical Feasibility
3. Operational Feasibility.
1. Technical Feasibility
The project entitles "Courier Service System" is technically feasible because of
the below-mentioned feature. The project was developed in Java which Graphical
User Interface. It provides a high level of reliability, availability and compatibility
All these make Java an appropriate language for this project. Thus the existing
software Java is a powerful language.
2. Economical Feasibility
The computerized system will help automate the selection leading to the profits
and details of the organization. With this software, machine and manpower
utilization are expected to go up by 80-90% approximately. The costs incurred of
not creating the system are set to be great because precious time can be wanted
manually.
3. Operational Feasibility
In this project, the management will know the details of each project where he
may be presented and the data will be maintained as decentralized if any inquiries
for that particular contract can be known as per their requirements and necessaries
[4]
CHAPTER 3
SYSTEM SPECIFICATION
CHAPTER 4
SOFTWARE DESCRIPTION
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.
A database typically has two components: the files holding the physical database
and the database management system (DBMS) software that applications use to
access data. The DBMS is responsible for enforcing the database structure,
including:
Maintaining the 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
Relational Database
There are different ways to organize data in a database but relational databases
are one of the most effective. Relational database systems are an application of
mathematical set theory to the problem of effectively organizing data. In a
relational database, data is collected into tables (called relations in relational
theory).
[7]
CHAPTER 5
5.1 DATA FLOW DIAGRAM
[8]
CHAPTER 6
SYSTEM TESTING
Testing is the process of executing a program with the intent of finding an error.
Testing is a crucial element of software quality assurance and presents an ultimate
review of specification, design and coding. System Testing is an important phase.
Testing represents an interesting anomaly for the software. Thus a series of testing
is performed for the proposed system before the system is ready for user
acceptance testing. Testing is a process of executing a program with the intent of
finding an error A good test case has a probability of finding an as yet
undiscovered
The primary objective for test case design is to derive a set of tests that has the
highest livelihood for uncovering defects in software. Two different test case
design techniques are used to accomplish this objective. They are
CHAPTER 7
SYSTEM IMPLEMENTATION
CHAPTER 8
CONCLUSION & FUTURE ENHANCEMENTS
8.1 CONCLUSION
The package was designed in such a way that future modifications can be done
easily. The following conclusions can be deduced from the development of the
project. Automation of the entire system improves efficiency It provides a
friendly graphical user interface which proves to be better when compared to the
existing system. The System has adequate scope for future modification if
necessary System security, data security and reliability are the striking features.
It effectively overcomes the delay in communications. Updating information
becomes so much easier. It gives appropriate access to authorized users
depending on their permissions.
CHAPTER 9
APPENDIX
9.1 SOURCE CODE
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System. Data;
using System. Drawing;
using System. Linq;
using System. Text;
using System.Windows.Forms;
}
}
private void linkLabel1_LinkClicked(object sender,
LinkLabelLinkClickedEventArgs e)
{
this.Hide();
Form2 al = new Form2();
al.Show();
}
}
}
namespace Mini_project_RTO
{
public partial class users form: Form
{
public usersform()
{
InitializeComponent();
[13]
{
InitializeComponent();
}
9.2 SCREENSHOTS
CHAPTER 10
REFERENCES
BIBLIOGRAPHY
The following books were referred to during the analysis and execution phase of
the project
1. MICROSOFT.NET WITH C# Microsoft net series
2. ASP.NET 2.0 PROFESSIONAL Wrox Publishers
3. ASP.NET WITH C# 2000
4. C# COOKBOOK
5. Oreilly Publications
6. PROGRAMMING MICROSOFT ASP.NET 2.0 APPLICATION Wrox
Professional Guide
7. BEGINNING ASP .NET 2.0 E-COMMERCE IN C# 2005 Novice to
Professional
WEBSITES:
1. www.google.com
2. www.microsoft.com