#E-PEMAS Application Guide Welcome to the E-PEMAS application guide! In this guide, we will walk you through the steps to use our application, which is designed to facilitate public complaints reporting and handling.
##Step 1: User Registration To use our application, you need to register as a user first. This can be done by clicking on the "Register" button on the login page and filling out the registration form.
##Step 2: Report Submission After registering, you can submit a complaint report through the "Complaints" section of the application. Here, you can provide details of the complaint and attach any supporting documents.
##Step 3: Database Management All complaint reports will be stored in the application's database, which can be accessed and managed by authorized personnel.
##Step 4: Petugas Management Petugas or officers are responsible for handling and verifying the complaint reports submitted by users. In the "Petugas" section of the application, authorized personnel can access and verify complaint reports based on the attached documents and information provided.
##Step 5: Verval System The "Verval" system is used to validate and verify the authenticity of the complaint reports submitted by users. This system allows authorized personnel to verify the report and either approve or reject it based on the provided information.
##Step 6: Tanggapan System The "Tanggapan" system is used to provide feedback to users on their complaint reports. This system allows authorized personnel to respond to complaints and provide feedback on the status of the complaint.
##Step 7: User Access Finally, users can access the "User" section of the application to view the status of their complaint reports and any feedback provided by authorized personnel.
Thank you for choosing E-PEMAS for your public complaints reporting needs! If you have any questions or feedback, please feel free to contact us.
CodeIgniter is a PHP full-stack web framework that is light, fast, flexible and secure. More information can be found at the official site.
This repository holds the distributable version of the framework. It has been built from the development repository.
More information about the plans for version 4 can be found in CodeIgniter 4 on the forums.
The user guide corresponding to the latest version of the framework can be found here.
index.php
is no longer in the root of the project! It has been moved inside the public folder,
for better security and separation of components.
This means that you should configure your web server to "point" to your project's public folder, and not to the project root. A better practice would be to configure a virtual host to point there. A poor practice would be to point your web server to the project root and expect to enter public/..., as the rest of your logic and the framework are exposed.
Please read the user guide for a better explanation of how CI4 works!
We use GitHub issues, in our main repository, to track BUGS and to track approved DEVELOPMENT work packages. We use our forum to provide SUPPORT and to discuss FEATURE REQUESTS.
This repository is a "distribution" one, built by our release preparation script. Problems with it can be raised on our forum, or as issues in the main repository.
We welcome contributions from the community.
Please read the Contributing to CodeIgniter section in the development repository.
PHP version 7.4 or higher is required, with the following extensions installed:
Additionally, make sure that the following extensions are enabled in your PHP: