create a secure web-based application to manage the
assignment letter in LPPM ITS and calculate the
quality of the application based on end-user
perspective.
The rest of the paper is organized as follows. In
Section 2, we discuss the theoretical background and
related work. Section 3 describes our web based
application developed for LPPM ITS and method to
calculate web application quality. Section 4 shows
the experimental result of the web based application
and the questionnaire result. Finally in Section 5,
conclusions and possible future work are discussed.
2 THEORITICAL BACKGROUND
2.1 Assignment Letter – LPPM ITS
Assignment Letter is a document with which an
assignor assigns a specific portion of his/her rights
to an assignee (USLegal, 2018) LPPM-ITS creates
the assignment letter for academia (lecturer, student,
or department staff) based on lecturer request as the
lead researcher or lead of community service. The
assignment letter should follow ISO 15489-1:2016
standard. ISO 15489-1:2016 applies to the creation,
capture and management of records regardless of
structure or form, in all types of business and
technological environments (ISO 15489-1:2016,
2016). But the standard has not been followed yet
since the management of assignment letter was done
semi-manually. To meet the standard, the
assignment letter document needs to be managed in
an electronic management system. Electronic
Document Management System (EDMS) is a
management system to prepare documents in
computers, to save the document header
information, to make changes on the document, to
share with other user, and to archive the document
(M. Başıbüyük and A. Ergüzen, 2015). Examples of
common EDMS are Napersoft (Napersoft, 2016),
Message Point (Letters and Correspondence,2018),
OpenDocMan(Document Management Software,
2018 ), OpenKM (Document Management System,
2018). Example of custom EDMS for university is
Electronic Document Management System for
Kırıkkale University (M. Başıbüyük and A. Ergüzen,
2015).
In this research, we develop a custom EDMS for
managing assignment letter which is generated by
LPPM-ITS. Example of an assignment letter LPPM
ITS can be seen in Figure 1.
Figure 1: Assignment Letter LPPM ITS.
2.2 Web Based Application
Web based application is a computer program
that allows you to go to a web address in order to
submit and retrieve data to or from a database over
the internet which use HTTP as its primary
communication protocol, developed using web
technologies (e.g. HTML, CSS, JS), and can be
accessed using web browser (e.g. Google Chrome,
Firefox) (WebFinance Inc, 2018) (Evergreen, 2018).
The advantages of web based application are
improved efficiency, accessibility, higher levels of
security, easy customization and scalable, easy
installation and maintenance [10]. The assignment
letter management system in LPPM ITS is built as
web based application.
MySQL is an open-source relational database
management system (Why MySQL, 2018). Laravel
is a web application framework with elegant syntax,
easing common tasks used in the majority of web
projects (e.g. authentication, routing, sessions,
caching), and providing powerful tools for
developing robust applications. It has control
container, migration system, and tightly integrated
unit testing support (T. Otwell, 2018). Laravel use
Apache web server (Apache Software Foundation,
2018), to serve the files that form web pages to users