Electronic Transcript Management System
Electronic Transcript Management System
Abstract: There has been a recent shift from manual to an automated approach for transcript management. A management system capable
of result input and management as well as a system for graduates to make transcript requests from any internet enabled web browser.
This approach is very much effective in transcript and result management for any higher institution within Nigeria operating a similar
grading system to that of University of Port Harcourt. The current system for managing results has proven to be inefficient making it a
necessity for a faster and efficient approach. Using modern web tools, a web-based transcript management system can be developed to
solve the problems of the current system being used.
Currently, sending and receiving paper transcripts remains the Exams and Records
most common form of record transfer, even though labour-
intensive, manual keying of data must occur on both ends of the
transaction [3]. A web-based electronic transcript management Request for results from
and processing system will help in reducing problems that stem department
from the manual means of processing. In this system, only
authorized user(s) would have access to the system.
Confirmation and
The web-based transcript management system meant for
Compilation of student’s
processing of the transcripts will be done using HTML5, CSS3
and jQuery for front end design, AJAX for interaction with PHP result
(Hypertext Pre-Processor) which is server side programming
language and MySQLi (My Structural Query Language
improved). The languages were chosen based on their flexibility Transcript sent to registrar
and ease while working locally using a XAMPP server. to be signed
www.ijsea.com 461
International Journal of Science and Engineering Applications
Volume 8–Issue 10,461-465, 2019, ISSN:-2319–7560
In this paper, a web-based system of database management of List of all courses: All courses available in the school will also be
transcript is our primary focus. MySQL database is made use of. registered into the database by the administrator.
The database is structured in such a way that it allows for proper
storage of useful student and staff date. This approach, though
tested and found to be working as expected, has however not been
put to use widely [7].
Students’ personal details: This table contains students’ Fig. 4: MySQL database showing the structure of the list of
matriculation number and other personal information. Each courses
student can then access their individual portals by making use of
their matriculation number and password. Changes can be made Lecturers’ courses: Every semester, each lecturer is set to teach a
to their personal details only by the administrator. particular course which has to be updated by the administrator.
This information is updated in the MySQL database and can is
represented as seen in fig. 5. Each lecturer can only input results
of student for courses he currently handles.
www.ijsea.com 462
International Journal of Science and Engineering Applications
Volume 8–Issue 10,461-465, 2019, ISSN:-2319–7560
one of the column name as primary key. For this work, our
primary key is the ‘id’. As seen in fig. 9, each data table can be
emptied or dropped. For the purpose of this work, a total of seven
tables are required.
Student Access Level: The student portal allows the user to login
to his personal account in order to make register for semester Fig. 9: MySQL database showing the different tables from
courses, view results and make requests for a transcript. localhost using XAMPP
The courses registered will then be filled with their appropriate Every account listed - administrator, lecturer and student – can be
scores by the corresponding course lecturer. accessed by a user through the flow diagram shown in fig. 10.
Fig. 9 shows an implementation of the tables in the MySQL For CGPA calculation, we make use of (2).
database using a local host called XAMPP. In the database, tables
have been created for specific records as seen in fig. 2-8. Each
column is given a name and a data type allowing one to set any
www.ijsea.com 463
International Journal of Science and Engineering Applications
Volume 8–Issue 10,461-465, 2019, ISSN:-2319–7560
VI. CONCLUSION
An electronic transcript management system creates an avenue
for information management to be convenient, efficient and easy
to use. The application will be capable of storing and retrieving
academic records with high speed and accuracy, and presenting
useful information to its users.
www.ijsea.com 464
International Journal of Science and Engineering Applications
Volume 8–Issue 10,461-465, 2019, ISSN:-2319–7560
www.ijsea.com 465