06-28-2015, 07:09 PM
This is going to be my last ever share with BBHF so I have made it a good one,
Good bye and good luck
Download
Code:
https://tusfiles.net/k18w0ce4ppjg
Code:
How to install the software?
Follow these steps :
- Open file application/config/database.php. Edit the configuration of database and provide your server database info and save it :
$db['default']['hostname'] = 'db_hname';
$db['default']['username'] = 'db_uname';
$db['default']['password'] = 'db_password';
$db['default']['database'] = 'db_name';
- Open the file application/config/routes.php, change the default_controller from install to login
$route['default_controller'] = "install";
change it to
$route['default_controller'] = "login";
- Import the install.sql file given in uploads folder to your database via phpmyadmin
Code:
Update History
version 3.4 – 23 May, 2015
- updated to CodeIgniter 3
- ability to add multiple child to a single parent
- parent can watch each of his/her children marks, payment info separately
- ability to add sections in class
- ability to update attendance in a single form submission
- ability to take manual payment and multiple payments under same invoice
- new accounting module with incomes, expenses calculation, expense categories
- sms api integrated : twilio and clickatell
- ability to send SMS on event notice
- send sms of exam marks to parent and students
- multiple theme options
- ability to change profile image for each user
- ability to upload system logo
- password reset options
- installation, login common issues completely fixed
- previous minor bug fixes and performance improvements
[color=#006400]Download
Code:
https://tusfiles.net/k18w0ce4ppjg
Good bye and good luck