0% found this document useful (0 votes)
19 views18 pages

Chapter 5-1

The Computerized Traffic Offence Documentation system aims to replace the outdated manual system used by the Federal Road Safety Commission, addressing issues such as data redundancy and poor security. The conclusion emphasizes the need for modernization to effectively manage traffic offences and reduce road accidents. Recommendations include training staff in computer operations and hiring qualified personnel to enhance the system's effectiveness.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views18 pages

Chapter 5-1

The Computerized Traffic Offence Documentation system aims to replace the outdated manual system used by the Federal Road Safety Commission, addressing issues such as data redundancy and poor security. The conclusion emphasizes the need for modernization to effectively manage traffic offences and reduce road accidents. Recommendations include training staff in computer operations and hiring qualified personnel to enhance the system's effectiveness.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 18

CHAPTER FIVE

SUMMARY, CONCLUSION AND RECOMMENDATIONS

5.1 SUMMARY

Computerized Traffic Offence Documentation system is designed to overcome the problems


encountered with the existing system (manual) such as prone to attack, data redundancy, and
time wasted in searching for records, poor security and protection, misplacing and
mismanaging of files. The new system is designed in such a way that records about each
traffic offender is stored in a database for easy retrieval of data. The new system also helps
the Federal Road Safety Commission to have an organized traffic offence documentation
system to eradicate the use of the manual system.

5.2 CONCLUSION

The Federal Road Safety Commission was established to control the rate of road traffic
accidents and control road users. It is a good start towards the eradication of road accidents
which has claimed a lot of life’s, but the system used presently by the FRSC is the manual
system which has a lot of limits presently, back in the days when the commission was first
established, the manual system was effective. But presently the world has gone global and so
should the FRSC. They should embrace and develop the computerized ideal of documenting
Traffic Offences to help them function better and achieve the goal for which it was
established.

5.3 RECOMMENDATION

The following are the recommendation required in order to effectively use the new design are:

1. Staff should have basic knowledge of computer operation; the Federal Government
should budget funds for adequate training of all personnel’s and the staff of Commission
should be paid well in order for them to work effectively and yield maximum results.

1
2. The Federal Road Safety on their own part should employ well educated graduates with
the right discipline and qualifications to occupy right positions to function effectively
and improve their efforts to serve the nation and mankind better.

5.3.1 Suggested Studies

Due to limited resources, funds and time the researcher suggest that, other researchers who
wish to embark on the mission of further improvement of the Federal Road Safety
Commissions, should advocate for the adoption of the project which is the computerization
of Traffic Offence Documentation System. Researchers should push for this project to be
passed as a bill to the National Assembly and ensure it should be appovered for the welfare
of the Nation.

2
REFERENCES

Blementhal, S.C (1999). Management Information System; New Jersey: Hall Inc. Eaglewood Publishers.

Brutus, L. (1991). A Database Management Information System; India: Division of Macmillam


publishing.

David M.A (1999). FRSC and the Imperatives of Road Traffic Safety in Nigeria; Jos: Chohu Business
Enterprise.

Federal Road Safety Commission Nigeria (2008).Nigeria Highway Code; Abuja:Detailwoks Ltd.

Federal Republic of Nigeria (2004).National Road Traffic Regulations;Lagos:

Federal Government Press.

Federal Republic of Nigeria (1949).Chapter 548. Road Traffic Act;Lagos:

Federal Government Press.

Federal Republic of Nigeria (1988).Decree No.45, 1988.

Frobose, H.J. (1989). Models For Self-Financing of Road Safety work in Developing

Countries. Paper presented at the 2nd African Road Safety Congress, Addis-Ababa.

Kotler, Philip and Keller, (2006). Marketing Management Twelfth Edition: Kevin Lane:

Perason Education.

Microsoft Encarta Premium, (2009)

3
Wikipedia, the Free Encyclopedia (2010)

UNIVERSAL RESOURCE LOCATOR (URL)

http://www.FRSC.gov.ng/Offence & penalty http://www.FRSC.gov.ng/Creating


safe road in Nigeria.html http://www.FRSC.gov.ng/History.html http://
http://www.thenigerianvoice.com

4
APPENDICES

APPENDIX A

SCREEN SHOT

Figure 5.1 Home Page

Figure 5.1 represent the home page of the system, where admin can login to the system, and see
about us from the page.

5
Figure 5.2 Login Page

Figure 5.2 represent the login page where admin can login from the page.

6
Figure
5.3 Dashboard

Figure 5.3 represent the dashboard page, where admin can see all the system feature from the
dashboard.

Figure 5.4 Traffic Offence Form

Figure 5.4 represent the offence form page, where admin can fill offense form from the page.

7
Figure

5.5 Generate Traffic Offence Ticket

Figure 5.5 represent offence ticket, after admin filled offence form, it will generate ticket for
driver.

Figure 5.6 Generate Drivers Information and Record

8
Figure
Figure 5.6 represent drivers offense records, where the admin can view drivers record.

5.7 Offence List

Figure 5.7 represent the offence list where, the admin can add or delete any offence from the
page.

9
Figure

10
APPENDIX B

SOURCE CODE

<?php require_once('config.php'); ?>

<!DOCTYPE html>

<html lang="en">

<?php require_once('inc/header.php') ?>

<body>

<?php $page = isset($_GET['p']) ? $_GET['p'] : 'home'; ?>

<?php if(!file_exists($page.".php") && !


is_dir($page)){ include '404.html';
}else{ if(is_dir($page))
include $page.'/index.php';
else include $page.'.php';

?>

<?php require_once('inc/footer.php') ?>

<div class="modal fade" id="confirm_modal" role='dialog'>

<div class="modal-dialog modal-md modal-dialog-centered" role="document">

<div class="modal-content">

11
<div class="modal-header">

<h5 class="modal-title">Confirmation</h5>

</div>

<div class="modal-body">

<div id="delete_content"></div>

</div>

<div class="modal-footer">

<button type="button" class="btn btn-primary" id='confirm' onclick="">Continue</button>

<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>

</div>

</div>

</div>

</div>

<div class="modal fade" id="uni_modal" role='dialog'>

<div class="modal-dialog rounded-0 modal-md modal-dialog-centered" role="document">

<div class="modal-content rounded-0">

<div class="modal-header">

<h5 class="modal-title"></h5>

</div>

<div class="modal-body">

12
</div>

<div class="modal-footer">

<button type="button" class="btn btn-primary" id='submit' onclick="$('#uni_modal


form').submit()">Save</button>

<button type="button" class="btn btn-secondary" data-dismiss="modal">Cancel</button>

</div>

</div>

</div>

</div>

<div class="modal fade" id="uni_modal_right" role='dialog'>

<div class="modal-dialog rounded-0 modal-full-height modal-md" role="document">

<div class="modal-content rounded-0">

<div class="modal-header">

<h5 class="modal-title"></h5>

<button type="button" class="close" data-dismiss="modal" aria-label="Close">

<span class="fa fa-arrow-right"></span>

</button>

</div>

<div class="modal-body">

</div>

</div>
13
</div>

</div>

<div class="modal fade" id="viewer_modal" role='dialog'>

<div class="modal-dialog modal-md" role="document">

<div class="modal-content">

<button type="button" class="btn-close" data-dismiss="modal"><span class="fa


fatimes"></span></button>

<img src="" alt="">

</div>

</div>

</div>

</body>

</html>

<?php require_once('../config.php'); ?>

<!DOCTYPE html>

<html lang="en" class="" style="height: auto;">

<?php require_once('inc/header.php') ?>

<body class="sidebar-mini layout-fixed control-sidebar-slide-open layout-navbar-fixed


sidebarmini-md sidebar-mini-xs text-sm" data-new-gr-c-s-check-
loaded="14.991.0" data-gr-extinstalled="" style="height: auto;">
<div class="wrapper">

<?php require_once('inc/topBarNav.php') ?>

14
<?php require_once('inc/navigation.php')

<?php $page = isset($_GET['page']) ? $_GET['page'] : 'home'; ?>

<!-- Content Wrapper. Contains page content -->

<div class="content-wrapper pt-3" style="min-height: 567.854px;">

<!-- Main content -->

<section class="content text-dark">

<div class="container-fluid">

<?php if(!file_exists($page.".php") && !


is_dir($page)){ include '404.html';

}else{ if(is_dir($p
age)) include
$page.'/index.php';
else
include $page.'.php';
}

?>

</div>

</section>

<!-- /.content -->

<div class="modal fade" id="confirm_modal" role='dialog'>

<div class="modal-dialog modal-md modal-dialog-centered" role="document">

<div class="modal-content">

15
<div class="modal-header">

<h5 class="modal-title">Confirmation</h5>

</div>

<div class="modal-body">

<div id="delete_content"></div>

</div>

<div class="modal-footer">

<button type="button" class="btn btn-primary" id='confirm' onclick="">Continue</button>

<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>


</div>

</div>

</div>

</div>

<div class="modal fade" id="uni_modal" role='dialog'>

<div class="modal-dialog modal-md modal-dialog-centered" role="document">

<div class="modal-content">

<div class="modal-header">

<h5 class="modal-title"></h5>

</div>

<div class="modal-body">

</div>
16
<div class="modal-footer">

<button type="button" class="btn btn-primary" id='submit' onclick="$('#uni_modal


form').submit()">Save</button>
<button type="button" class="btn btn-secondary" data-dismiss="modal">Cancel</button>

</div>

</div>

</div>

</div>

<div class="modal fade" id="uni_modal_right" role='dialog'>

<div class="modal-dialog modal-full-height modal-md" role="document">

<div class="modal-content">

<div class="modal-header">

<h5 class="modal-title"></h5>

<button type="button" class="close" data-dismiss="modal" aria-label="Close">

<span class="fa fa-arrow-right"></span>

</button>

</div>

<div class="modal-body">

</div>

</div>

</div>

17
</div>

<div class="modal fade" id="viewer_modal" role='dialog'>

<div class="modal-dialog modal-md" role="document">

<div class="modal-content">

<button type="button" class="btn-close" data-dismiss="modal"><span class="fa


fatimes"></span></button>
<img src="" alt="">

</div>

</div>

</div>

</div>

<!-- /.content-wrapper -->

<?php require_once('inc/footer.php') ?>

</body>

</html>

18

You might also like