Claim Missing Document
Check
Articles

Found 5 Documents
Search
Journal : Jurnal Teknik Informatika (JUTIF)

IMPLEMENTATION OF WEBIX DYNAMIC SCRIPTING FOR WEB-BASED FORM APP DEVELOPMENT AS AN ALTERNATIVE TO DATA-COLLECTING APPLICATIONS Cahyo Nugroho; Yerymia Alfa Susetyo
Jurnal Teknik Informatika (Jutif) Vol. 3 No. 2 (2022): JUTIF Volume 3, Number 2, April 2022
Publisher : Informatika, Universitas Jenderal Soedirman

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.20884/1.jutif.2022.3.2.212

Abstract

In the 4th Industrial revolution, science and technology became increasingly advanced and more evolved. Besides that, data also became a new commodity that can be used to accomplish various things. One of the Indonesian retail companies that used data to improve the quality of the product is PT. XYZ. The oracle form is an application of form that used by PT XYZ for data collection. But the oracle form can no longer complied the company's needs, so the company needs an alternative form application that can be used to replace the oracle form. Therefore, a web-based form application was created and combined with dynamic scripting. Dynamic scripting was a proggraming technique to avoid writing the same code repeatedly. In this study, dynamic scripting's application was combined with the webix framework, resulting in a new framework that can shorten the code line and increase the time efficiency of the building of the form application.
RESTFUL WEB SERVICE IMPLEMENTATION USING SPRING FRAMEWORK IN ROOM ASSETS MANAGEMENT SYSTEM Syahren Aulia Achsan; Yerymia Alfa Susetyo
Jurnal Teknik Informatika (Jutif) Vol. 3 No. 2 (2022): JUTIF Volume 3, Number 2, April 2022
Publisher : Informatika, Universitas Jenderal Soedirman

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.20884/1.jutif.2022.3.2.213

Abstract

Room is an asset owned by every agency and company. The ability to process information about data of an asset is very important in order to improve performance and efficiency of an agency or company. Good room management skills are needed by every agency and company. Manual room management activities that are still carried out conventionally with paper media are considered less effective and efficient,, so that room management system is needed. In this research, a room management system is created in order to solve that problem. The room management system is built by implementing RESTful web service using Spring framework. RESTful web service is a technology that can be used to perform system integration and application development with multiplatform base using REST architecture. This research produces a room management system that is can used by admin and user to do room management activities such as borrowing the room, and others.
IMPLEMENTATION OF FLASK FOR STOCK CHECKING IN DISTRIBUTION CENTER & STORE ON MONITORING STOCK APPLICATION IN PT. XYZ Alpha Adarrani Wibowo Putri; Yeremia Alfa Susetyo
Jurnal Teknik Informatika (Jutif) Vol. 3 No. 5 (2022): JUTIF Volume 3, Number 5, October 2022
Publisher : Informatika, Universitas Jenderal Soedirman

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.20884/1.jutif.2022.3.5.334

Abstract

In a retail company stock control is a very important feature. Stock control that is done manually has many weaknesses especially for large companies that has many transactions in a day. This research aims to implement flask framework for control stock on the Monitoring Stock application at PT. XYZ. Flask framework was chosen because of its easy use and has a lot of libraries. The implementation of this flask framework uses the MVC architecture (Model, View, Controller). Then, it will be tested using box testing to ensure all features can run properly. Through the implementation of flask framework on the Monitoring Stock application, stock control at PT. XYZ can be more controlled so it can avoid losses due to stock miscalculations.
DEVELOPMENT OF PRICE DISTRIBUTION MODULE ON MERCHANDISE APPLICATION USING FLASK FRAMEWORK AT PT XYZ Josua Ade Saputra; Yerymia Alfa Susetyo
Jurnal Teknik Informatika (Jutif) Vol. 3 No. 5 (2022): JUTIF Volume 3, Number 5, October 2022
Publisher : Informatika, Universitas Jenderal Soedirman

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.20884/1.jutif.2022.3.5.351

Abstract

PT XYZ adalah perusahaan di Indonesia yang bergerak dalam bidang retail yang memiliki lebih dari 14.300 toko serta 32 cabang atau warehouse. Masalah muncul ketika cabang telah menentukan harga dari suatu barang dan harga barang harus disebarkan ke setiap toko. Harga dari suatu barang akan selalu berubah karena adanya promo dan diskon yang memiliki masa periode nya sendiri, sehingga diperlukan penyebaran harga ke toko secara real-time. Selain itu, dengan jutaan transaksi tiap harinya mengakibatkan pertumbuhan data yang sangat cepat dan memerlukan penyimpanan yang besar. Modul aplikasi digunakan untuk mendistribusikan harga yang telah ditetapkan ke setiap toko dengan cepat dan tepat. Pengembangan sistem ini menggunakan Framework Flask dengan bahasa pemrograman Python. Flask memudahkan dalam pengembangan sistem karena penggunaannya yang sederhana. Pengembang bisa menentukan sendiri library yang akan akan digunakan, sehingga sistem yang dibuat menjadi lebih ringan. Flask memiliki package flask-sqlalchemy bind yang dapat dengan mudah melakukan distribusi data ke database yang sesuai. Hasil dari penelitian ini adalah sebuah modul aplikasi distribusi harga yang kemudian diimplementasikan menggunakan bahasa pemrograman Python dan Framework Flask.
IMPLEMENTATION OF TEXT INDEXING SYSTEM IN WEB-BASED DOCUMENT SEARCH APPLICATION USING MONGODB Frankie, Frankie; Susetyo, Yeremia Alfa
Jurnal Teknik Informatika (Jutif) Vol. 4 No. 5 (2023): JUTIF Volume 4, Number 5, October 2023
Publisher : Informatika, Universitas Jenderal Soedirman

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.52436/1.jutif.2023.4.5.959

Abstract

The rapid growth of information technology has led to an increase in the amount of data stored in databases every day. Relational databases (SQL) that have been in use for a long time are now being developed with the emergence of NoSQL databases such as MongoDB. MongoDB stores data in BSON format and has a Text Indexes feature that is useful for speeding up text search on string content. This feature is particularly useful in searching for data in the form of texts or strings in large quantities. MongoDB's Text Indexes have a flexible schema that does not require a strict schema structure to index text data, unlike SQL databases that require columns with the appropriate data type to perform indexing. MongoDB's Text Indexes support more languages than SQL because they use an open-source text search engine called Apache Lucene. In this study, the researcher will implement Text Indexing on document data (PDF) that has been converted into text, then inserted into MongoDB before indexing. Afterward, the researcher will compare the performance of search queries between indexed and non-indexed data in MongoDB in terms of speed. The comparison results will be presented in tables and graphs to facilitate understanding. Based on the research conducted, it can be concluded that the use of the text indexing feature in MongoDB can speed up keyword or string search time. In the experiment conducted using 5000 data records, the results showed that the use of text indexing for searching 1 keyword resulted in a search speed improvement of 11705,88%, for searching 2 keywords it was 60833,33%, and for searching 3 keywords it was 44320%.