https://github.com/qlint/simple-chama-bookkeeping
This is a simple php 5 project that simplifies the manual book keeping system of a chama.
https://github.com/qlint/simple-chama-bookkeeping
Last synced: 3 months ago
JSON representation
This is a simple php 5 project that simplifies the manual book keeping system of a chama.
- Host: GitHub
- URL: https://github.com/qlint/simple-chama-bookkeeping
- Owner: qlint
- License: gpl-3.0
- Created: 2017-06-24T05:17:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-24T05:38:16.000Z (about 9 years ago)
- Last Synced: 2025-09-10T23:41:58.575Z (10 months ago)
- Language: PHP
- Size: 1.73 MB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Chama Bookkeeping
The simple chama bookkeeping is based on mangoO Microfinance Management system - a lightweight, yet powerful software solution for small microfinance institutions. It uses web technologies like PHP, MySQL, JavaScript (with jQuery), and CSS.
## Features
- Customer management
- Share account management
- Savings account management
- Loan management
- Employee management
- Reporting
- Accounting
## Installation
Requires a PHP-capable webserver and a MySQL database. For testing purposes, using XAMPP is recommended.
To connect to the test database included in this repository (sunbird_test.sql), the required configuration is as follows.
Server: 127.0.0.1 /
Database user: root /
Database password: '' (empty password).
These are the current default settings included in ./config/config.php. They should only be used for test installations. Make sure to change database user and password for any productive environment! It is also highly recommended to change the password pepper in each new installation by editing ./config/pepper.php.
The default login for the program GUI is:
Username: admin
Password: password
## Licence
This software is licensed under the GNU General Public License 3.0, a copy of which can be found in the LICENSE file.