Visit Admin Site | Email: [email protected] | Password: Jeremiah 29:11
[?] Barangay Muzon is the client of this project which is small neighborhood (313 hectares) in Naic, Cavite with a total population of 2,491 last 2017. The Department of the Interior and Local Government (DILG) mandates every barangay to enforce a Barangay Performance Management System (BGPMS) which is currently being implemented by the client through traditional file processing system. With that being said, BGPMS was broken down into smaller stand-alone subsystems, one of which is the system in this repository.
- Tables
- Provision for printing.
- Provision for exporting to csv.
- Login & Account Management
- Password update
- Strong password requirement.
- Only the master admin can create and revoke an account for the officers.
- Dashboard
- Population groupings
- Officials
- List of current officials
- Insert new cycle
- Terminate an official
- Residents
- Displays list residents
- Register a new resident
- Update information of a resident
- Archive a resident
- Search residents by any attribute (first name, last name, age, house number, etc.)
- Household
- Displays list of households
- Provision for copying the address (house number and street to clipboard) – used for filtering the list of residents based on where they live.
- Blotter
- Displays list of pending cases
- View case details
- Insert a new case
- Search a case by any attribute (complainant name, complained resident name, etc.)
- Settle a pending case
- Printable list of pending cases
- Posts
- Post a news article.
- Edit published article.
- Unpublish an article.
- Every change made is reflected on the public side.
- Archives
- Displays history of officers
- Displays list of terminated officers
- Displays list of archived residents 8.3.1. Restore archived resident
- Displays list of unoccupied units
- Displays list of resolved blotter cases 8.6. View resolved blotter case details
- Display list of unpublished posts.
- View an unpublished article.
- Restore a deleted post.
- Apache Server 2.4.41 or higher.
- PHP 7.4.0 or higher.
- MySQL 8.0.21 or higher.
- Clone the repository.
git clone https://github.com/theresa-de-ocampo/muzon.git
- Run SQL file through MySQL Console.
source your-path/setup.sql
- Change DSN at
commons/src/inc/dbh.php
.define("DB_HOST", "your-hosting-site"); define("DB_USER", "your-username"); define("DB_PASSWORD", "your-password");
- Open the websites (
admin/index.php
, andpublic/index.php
).
- Automatic Database Back-up
- Document Requests
- Data Analysis