{"id":14985380,"url":"https://github.com/imperfecti/ranma","last_synced_at":"2026-02-15T12:37:36.042Z","repository":{"id":238706937,"uuid":"797159109","full_name":"ImperFecti/ranMa","owner":"ImperFecti","description":"Project Laporan Keuangan Masjid Berbasis Web dengan Framework Codeigniter 4 akan menampilkan laporan keuangan masjid dengan detail dan dapat mengelola data keuangan masjid","archived":false,"fork":false,"pushed_at":"2024-08-09T13:18:52.000Z","size":2563,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T15:35:23.287Z","etag":null,"topics":["bootstrap4","codeigniter4","composer","laporan-keuangan","mythauth","php","website"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ImperFecti.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-07T10:00:16.000Z","updated_at":"2024-08-22T11:40:32.000Z","dependencies_parsed_at":"2024-05-31T14:14:08.265Z","dependency_job_id":"f1f4a327-d87f-4a4e-9e54-74665c77a8ce","html_url":"https://github.com/ImperFecti/ranMa","commit_stats":{"total_commits":24,"total_committers":3,"mean_commits":8.0,"dds":"0.16666666666666663","last_synced_commit":"8eb9c17f3510d33b3e0ef5f81188852fb10ea294"},"previous_names":["imperfecti/ci4","imperfecti/ranma"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImperFecti%2FranMa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImperFecti%2FranMa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImperFecti%2FranMa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImperFecti%2FranMa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ImperFecti","download_url":"https://codeload.github.com/ImperFecti/ranMa/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248431706,"owners_count":21102253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap4","codeigniter4","composer","laporan-keuangan","mythauth","php","website"],"created_at":"2024-09-24T14:10:49.782Z","updated_at":"2026-02-15T12:37:35.993Z","avatar_url":"https://github.com/ImperFecti.png","language":"CSS","readme":"# ranMa - Laporan Masjid\n\nIf you find this repository useful and want to use it, please consider giving it a star. This will show your support to this reposirtory and help others discover it.\n\n## This Website Development Requirements\n\nHere is what you need to download for the first time if you want to develop this web site with my latest source code :\n\n- [Composer 2.7.5](https://getcomposer.org/)\n- [CodeIgniter 4 4.5.1](https://github.com/codeigniter4/CodeIgniter4/releases/tag/v4.5.1)\n- [XAMPP 8.2.12 Windows](https://sourceforge.net/projects/xampp/files/XAMPP%20Windows/8.2.12/)\n- [Git](https://git-scm.com/downloads)\n\nTutorial that I have used as a reference :\n\n- [TUTORIAL CODEIGNITER 4 Playlist](https://youtube.com/playlist?list=PLFIM0718LjIUkkIq1Ub6B5dYNb6IlMvtc\u0026si=McQAoV1AYjdn0oTP)\n- [Membuat Sistem Login \u0026 Registrasi dengan CodeIgniter 4 (Menggunakan Library Myth/Auth)](https://youtu.be/3BFyr6VwKeI?si=PQCD68dRa1Y22xIW)\n\nThx to : [Bootstrap v4.5](https://getbootstrap.com/docs/4.5/getting-started/introduction/), [MDBootsrap](https://mdbootstrap.com/), [WebProgrammingUNPAS by Sandika Galih](https://www.youtube.com/@sandhikagalihWPU) for helping me to build my very first website !!\n\n## Features\n\n- Login and Register for admin and superadmin\n- Visitors can view the mosque's financial statements\n- Superadmin account for managing admins\n- Superadmin can manage admin accounts and financial report data\n- Admin can only manage financial report data\n- Update Password features for superadmin account and admin account\n\n## Setup\n\n- Make sure that you have already installed all the website development requirements above.\n- [\u003cb\u003eDownload](https://github.com/ImperFecti/ranMa/archive/refs/heads/master.zip) this project file \u003c/b\u003e and unzip it wherever you want.\n- Or you can use \u003cb\u003egit bash\u003c/b\u003e with `git bash here` to the specified folder and start cloning this repository with this command `git clone https://github.com/ImperFecti/ranMa.git`.\n- Copy and paste `env` file and rename it to `.env` and then paste this code to set the database.\n\n```\n# ENVIRONMENT\n\nCI_ENVIRONMENT = development\n\n# APP\n\napp.baseURL = 'http://localhost:8080'\n# If you have trouble with `.`, you could also use `_`.\n# app_baseURL = ''\n# app.forceGlobalSecureRequests = false\n# app.CSPEnabled = false\n\n# DATABASE\n\ndatabase.default.hostname = localhost\ndatabase.default.database = masjid\ndatabase.default.username = root\ndatabase.default.password =\ndatabase.default.DBDriver = MySQLi\ndatabase.default.DBPrefix =\ndatabase.default.port = 3306\n```\n\n- To import the database, go to [`phpmyadmin`](http://localhost/phpmyadmin) and create a new database named `masjid`.\n- In [`phpmyadmin`](http://localhost/phpmyadmin), select the `masjid` database you created and then select import.\n- Import the database named `masjid.sql` inside directory file `APPPATH\\app\\Database`.\n- This website is currently using [`http://localhost:8080/`](http://localhost:8080/) from spark. To start the localhost with [spark](https://codeigniter.com/user_guide/cli/spark_commands.html), run this command `php spark serve` from your terminal to turn on the localhost.\n- If you want to develop this website using XAMPP you can change the \u003cb\u003ebaseURL\u003c/b\u003e in `App.php` and make sure the project file is saved in `htdocs`.\n\n## Superadmin and Admin Account\n\nIf you use the database that I have provided, you can use the admin account that has been registered below:\n\n- Username `superadmin` password `letslogintosuperadminaccount`\n- Username `admin` password `letslogintoadminaccount`\n- Username `admin2` password `letslogintoadminaccount`\n\n## Myth\\Auth Library Setup\n\n- Run `composer update` from the terminal to update the dependencies with \u003cb\u003ecomposer\u003c/b\u003e.\n- After the update is complete, you can find folder named `myth\\auth` inside `APPPATH\\app\\Vendor` and start setting up this library.\n- If you cant find the library inside `Vendor`, try to run this command inside terminal\n\n```\ncomposer require myth/auth\n```\n\n- Find `Auth.php` inside `Vendor\\myth\\auth\\Config\\` and change the variable below\n\n### Default User Group\n\nChange value `$defaultUserGroup` variable to:\n\n```\npublic $defaultUserGroup = 'pelanggan';\n```\n\n### Views\n\nChange value `$views` variable to:\n\n```\npublic $views = [\n    'login'       =\u003e 'Myth\\Auth\\Views\\login',\n    'register'    =\u003e 'Myth\\Auth\\Views\\register',\n    'forgot'      =\u003e 'Myth\\Auth\\Views\\forgot',\n    'reset'       =\u003e 'Myth\\Auth\\Views\\reset',\n    'emailForgot' =\u003e 'Myth\\Auth\\Views\\emails\\forgot',\n];\n```\n\n### Allow Password Reset via Email\n\nChange value `$activeResetter` variable to:\n\n```\npublic $activeResetter = null;\n```\n\n### Allow Persistent Login Cookies (Remember me)\n\nChange value `$allowRemembering` variable to:\n\n```\npublic $allowRemembering = true;\n```\n\n### Remember Length\n\nChange the value variable '$rememberLength' to whatever you want:\n\n```\npublic $rememberLength = 30 * DAY;\n```\n\n## Preview\n\n- Landing Page\n  ![](https://cdn.discordapp.com/attachments/563035937949483008/1271098305031704576/LandingPage.png?ex=66b61a0b\u0026is=66b4c88b\u0026hm=858a005b0dbef04a1367015d796d7bfff588bdab23c1ef97280ee9367621bb97\u0026)\n\n- Contact\n  ![](https://cdn.discordapp.com/attachments/563035937949483008/1271098304566001768/Contact.png?ex=66b61a0b\u0026is=66b4c88b\u0026hm=e55f309275a94454cb62c2dd158c105f7f167d93f94a1b06083ffd5a235440ae\u0026)\n\n- Financial Report Page\n  ![](https://cdn.discordapp.com/attachments/563035937949483008/1271098304209489991/FinancialReportPage.png?ex=66b61a0b\u0026is=66b4c88b\u0026hm=21b5fde28439dbfdb1f60029ced0711160cd23e938e9ef49ccd19501c134e45f\u0026)\n\n- Admin Dashboard\n  ![](https://cdn.discordapp.com/attachments/563035937949483008/1271098303861231688/AdminDashboard.png?ex=66b61a0b\u0026is=66b4c88b\u0026hm=69676bf5a46397ac83af5c24ed210b8533bc3945f0d31a192273593593fda585\u0026)\n\n- Admin Account Management (superadmin permission)\n  ![](https://cdn.discordapp.com/attachments/563035937949483008/1271098303538532393/AdminAccountManagement.png?ex=66b61a0b\u0026is=66b4c88b\u0026hm=868684b801dd185576e8dd1879735c32bc0f1482753a3e99ee245128ecf1a075\u0026)\n\n- Financial Report Data Management\n  ![](https://cdn.discordapp.com/attachments/563035937949483008/1271098305358598164/FinancialReportDataManagement.png?ex=66b61a0b\u0026is=66b4c88b\u0026hm=1de9e745ad7714b22fb2bf7588e5e6f58c350eadc9901539db04820a1e4a9b83\u0026)\n\n## Found a problem when developing this application ?\n\nCreate new [issue](https://github.com/ImperFecti/ranMa/issues) for this repository or you can try to contact my [email](mailto:adilm8909@gmail.com) / [instagram](https://www.instagram.com/_adilsputra/) / [twitter](https://twitter.com/_adilsputra)\n\n## Want to contribute to this repository ?\n\nI realized that this repository is still not perfect and not finished yet. If u have an idea to improve this repository, \u003cb\u003e[Fork](https://github.com/ImperFecti/ranMa/fork)\u003c/b\u003e this repository page to create your own copy of the repository under your GitHub account.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimperfecti%2Franma","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimperfecti%2Franma","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimperfecti%2Franma/lists"}