Home
Name Modified Size InfoDownloads / Week
sacco.app.2.1.2.zip 2019-02-04 93.0 MB
sacco.app.2.1.2.war 2019-02-04 72.9 MB
sacco.app.2.1.1.zip 2018-11-09 93.0 MB
sacco.app.2.1.1.war 2018-11-07 72.9 MB
sacco.app.2.1.0.zip 2018-07-09 93.0 MB
sacco.app.2.1.0.war 2018-07-09 68.3 MB
README 2018-06-28 2.3 kB
sacco.app.2.0.0.zip 2017-02-28 147.6 MB
sacco.app.1.1.1.zip 2016-07-05 57.1 MB
sacco.app.1.1.0.zip 2016-07-01 109.9 MB
Totals: 10 Items   807.8 MB 11
Features
------------
 - Multi-Sacco management
 - Member application
 - Loan management
 - Contributions management
 - Sacco shares and Commodities trade
 - Multi-currency transactions
 - Sacco Asset management
 - Member investment management
 - Dynamic member and Sacco report generation
 - Sacco liabilities management
 - Sacco employee management
 - Dynamic Sacco contributions generation
 - Batch Loan processing
 - Sacco billing module
 - Scheduled Transactions
 - Accounting
 - Scheduled notifications and statement updates 

Setup
-----------

1. install Postgresql http://www.postgresql.org/ above version 9.4
	Linux Installation
	- yum install postgresql-server
	- service postgresql initdb - (Optional - will clear all databases)
	- service postgresql start

	Windows Installation
	- Download the setup file and install

	{ To make the installation easier you can set the password for user postgres during the installation to Baraza2011 }
	{ Remember to change it for a live deployment }

2. install Java http://www.oracle.com/technetwork/java/javase/downloads/index.html version 1.7.45 and above

3. Download sacco.app.2.1.0.zip and unzip it on any folder

4. Run the Setup
	cd ./sacco.app.2.1.0
	Linux : ./setup.sh
	Windows : double click on setup.bat in app folder

5. Click on 
	Test Connection - {To test connection to the database}
	Save Configutations - {In case you change user name or password connecting to the database }
	Create New - {Create a new blank database}
	Create Demo - {Create a demo database}

6. Running the appplication
	Web Application
	Linux : sh server.sh
	Windows : baraza.bat
	got to browser http://localhost:9090/sacco

	Application
	Linux : sh baraza.sh
	Windows : baraza.bat

	IDE
	Application
	Linux : sh ide.sh
	Windows : ide.bat

7. If you have many applications to run in tomcat downlaod the sacco.app.2.1.0.war file
	No DB configuration will be needed. There is a README file for the .war in the war folder

USER PASSWORDS
username root
password baraza

DEMO Accounts
administrator
    username - admin
    password - baraza

To login as member, login as admin first, then, go to Configurations --> Entitys --> members,
double click on member then click --> Edit Entitys, use the username and password indicated 
on the form to login as a member. 



Source: README, updated 2018-06-28