Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.
/ SIAKLIK Public archive

Internship | Service System of UPN Veteran Health Clinic Jatim | S1 Monograph Project

License

Notifications You must be signed in to change notification settings

devancakra/SIAKLIK

Repository files navigation

Open Source Love License: MIT GitHub last commit PKL Bootstrap JS PHP MySQL

SIAKLIK

We worked on this PKL from 2020 to 2021. The results of the PKL are in the form of a Clinical Service System Website. This was made as an effort to fulfill the requirements for an undergraduate degree. This project is closely related to the UPN Veteran East Java Health Clinic, where the website developed takes into account the phenomena in the field. To find out the extent of the quality of this website, a validation test is carried out, this uses the Blackbox Testing method.



Project Requirements

Part Description
Features Login, Register, Queue, Export, Chart, Pagination, Search, Create, Read, Update, Delete, Captcha, Access Rights, ETC
Code PHP, HTML, CSS, JS, SQL
Framework Bootstrap 4
Tools Visual Studio Code, XAMPP (PHP Version 5+)



Download & Install

  1. XAMPP with PHP version 7.4

    https://bit.ly/XAMPP_PHP7_Installer
    

  2. Visual Studio Code

    https://bit.ly/VScode_Installer
    



Database

  1. Open XAMPP, then start the Apache & MySQL section. This aims to be able to support the website optimally.

  2. Access the browser first in order to open the database admin panel, please copy the following link: localhost/phpmyadmin/.

  3. Create a database called siaklik_db on local.

  4. Open the siaklik_db database and Import siaklik_db.sql in the SIAKLIK/database directory.



Default Account

Role Email Password
Admin poliklinik@upnvjatim.ac.id admin123
User pasien@gmail.com pasien123



Get Started

  1. Download this repository.

  2. Extract the downloaded file.

  3. Move the SIAKLIK directory into the htdocs directory, whose details you can find out as follows: C:\xampp\htdocs.

  4. Please open your browser by writing: localhost/SIAKLIK/.

  5. Please login and access the features, enjoy [Done].



Internship Team Members

NUMBER FULL NAME NPM ROLE
1 Heri Khariono 18081010002 Frontend
2 Devan Cakra Mudra Wijaya 18081010013 Frontend
3 Haidar Ananta Kusuma 18081010057 Backend
4 Rifky Akhmad Fernanda 18081010126 Fullstack



Highlights

Home
header body footer
General Poly Dental Poly Patient Information & Services
poli-umum poli-gigi info-pelayanan
Simple Laboratory
lab-sederhana-1 lab-sederhana-2
Tiered Referral
rujukan-1 rujukan-2
Charts
charts-1 charts-2 charts-3
Gallery
gallery-1 gallery-2
Login Register
login register
Articles
article-1 article-2 article-3
article-4 article-5 article-6
Admin Menu Patient Data Add Patient
admin-menu patient-data add-patient
Search Patient Update Patient Delete Patient
search-patient update-patient delete-patient
Export PDF Queue Data Annual Chart
Export PDF queue-data annual-chart
Patient Menu
antrian-bpjs-card antrian-umum-card antrian-intern-card
antrian-bpjs-view antrian-umum-view antrian-intern-view



Reminder

  1. You can see the shortcomings of this website in the patient data update section. In that section, it still does not display the value obtained from the database, so it feels less user friendly.

  2. If the database auto-increment is still not in order, then you can do the following in phpMyAdmin:

    SET  @num := 0;
    UPDATE your_table SET id = @num := (@num+1);
    ALTER TABLE your_table AUTO_INCREMENT =1;



Appreciation

If this work is useful to you, then support this work as a form of appreciation to the author by clicking the ⭐Star button at the top of the repository.



Disclaimer

This application has been created by including third-party sources. Third parties here are service providers, whose services are in the form of libraries, frameworks, and others. I thank you very much for the service. It has proven to be very helpful and implementable.



LICENSE

MIT License - Copyright © 2021 - Devan C. M. Wijaya et al

Permission is hereby granted without charge to any person obtaining a copy of this software and the software-related documentation files to deal in them without restriction, including without limitation the right to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons receiving the Software to be furnished therewith on the following terms:

The above copyright notice and this permission notice must accompany all copies or substantial portions of the Software.

IN ANY EVENT, THE AUTHOR OR COPYRIGHT HOLDER HEREIN RETAINS FULL OWNERSHIP RIGHTS. THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, THEREFORE IF ANY DAMAGE, LOSS, OR OTHERWISE ARISES FROM THE USE OR OTHER DEALINGS IN THE SOFTWARE, THE AUTHOR OR COPYRIGHT HOLDER SHALL NOT BE LIABLE, AS THE USE OF THE SOFTWARE IS NOT COMPELLED AT ALL, SO THE RISK IS YOUR OWN.