Download Latest Version README (1.9 kB)
Email in envelope

Get an email when there's a new version of openBaraza Banking

Home
Name Modified Size InfoDownloads / Week
banking.1.4.zip 2018-08-20 83.0 MB
README 2018-08-20 1.9 kB
banking.1.2.zip 2018-03-20 82.6 MB
Totals: 3 Items   165.6 MB 2
Features

- Customer Management
- Manage deposit and withdrawals
- Products Management
- Clients and Suppliers MAnagement
- Manage loan products
- Manage Commodity trade 
- Funds transfer management
- Auto compute interest and penalties
- Transaction Ledger 
- Petty Cash Management 
- Issues tracking


Setup

1. install Postgresql http://www.postgresql.org/ above version 9.0
	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 durting 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.8.45 and above

3. Download banking.1.4.zip and unzip it on any folder

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

For linux also install - Times new roman font.

5. Click on 
	Test Connection - {To test connection to the database}
	Save Configurations - {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/banking

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

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

Test Accounts

Admin Account :
	username : root
	password : baraza

Customer Accounts:
	username : OR0EN2
	password : baraza

	username : OR0EN4
	password : baraza




Source: README, updated 2018-08-20