britisharmy / mangoO-Microfinance

A lightweight, yet powerfull solution for microfinance institutions based on web technologies

Home Page:https://mangoo-microfinance.github.io/mangoO-Microfinance/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mangoO Microfinance Management

mangoO Microfinance Management is a lightweight, yet powerful software solution for small microfinance institutions. It uses web technologies like PHP, MySQL, JavaScript (with jQuery), and CSS.

mangoO was initially developed for Luweero Diocese SACCO (Savings and Credit Cooperative) of the Anglican Luweero Diocese in Uganda. Typically, customers of such SACCOs will have to buy shares to become members of the society. These members will then hold both a savings and a loans account with the financial institution.

The development of mangoO Microfinance Management was funded by Christian Services International (Stuttgart, Germany).

Features

  • Customer management
  • Share account management
  • Savings account management
  • Loan management
  • Employee management
  • Reporting
  • Accounting

Installation

As mangoO is fully based on web technology, it 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 (mangoo.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.

About

A lightweight, yet powerfull solution for microfinance institutions based on web technologies

https://mangoo-microfinance.github.io/mangoO-Microfinance/

License:GNU General Public License v3.0


Languages

Language:PHP 95.9%Language:CSS 2.1%Language:JavaScript 1.5%Language:HTML 0.4%Language:Shell 0.1%Language:Hack 0.0%