Download Latest Version FreelancerBooks.zip (30.9 MB)
Email in envelope

Get an email when there's a new version of FreelancerBooks - Project Management

Home
Name Modified Size InfoDownloads / Week
Readme.txt 2018-11-28 2.6 kB
FreelancerBooks.zip 2018-11-28 30.9 MB
Totals: 2 Items   30.9 MB 0
FreelancerBooks v1.0

Installation Instructions:

System requirements:

-Web Hosting (XAMPP/WAMP can also be used)
-PHP 5+
-MySQL Database
 
FreelancerBooks is a free, web-based project management system written in PHP with MySQL database back end. 
FreelancerBooks was initially designed for freelancers and agencies but it can be used for any professional 
service provider/organization. It will allow the freelancers/managers to have full control of the projects 
from client leads to completion. 

Freelancer book features include:

Recording sales leads
Recording new projects with deadlines
Assigning staff/subcontractors for the projects
Dashboard to have an overall view of the projects in progress
Record project incomes, expenses, payments and receipts
Invoice creation with PDF invoice printing
Importing and exporting any data to/from Excel
Advanced search function
Advanced admin section with users and their rights management
To do lists, templates
Installation Instructions:

Installation video on PC: https://www.youtube.com/watch?v=Xd_LbJzBgbU
Introduction video: https://www.youtube.com/watch?v=oZKs7__OKt8

System requirements:

Web Hosting (XAMPP/WAMP can also be used)
PHP 4+
MySQL Database
Installation Video for Installing on a Local Machine


Installation steps

1. Unzip the file

2. Upload the file to the hosting root or folder

3. Create a MySQL database using phpmyadmin or otherwise

4. In the unzip folder, locate the SQL dump file called mysql-dump-with dummy-data.sql.

5. Import this SQL dump to the database created (This database contains some sample data which you can delete later)

6. Enter the database connectivity details as follows:

Find “ConnectionManager.php” in connections folder and find below blocks of code (line 254-258):

$data[“connInfo”][0] = “database_host_name”;
$data[“connInfo”][1] = “database_user_name”;
$data[“connInfo”][2] = “database_user_password”;
$data[“connInfo”][3] = “database_port_number”;
$data[“connInfo”][4] = “database_name”;
Update your database connectivity details above.

Default values for database port & host name as follows:

database_host_name = localhost

database_port_number = 3306

If above default details do not work, contact your hosting provider for the same.

7. Then visit the url and the login screen should appear now.

8. Use following admin logins:

Username: admin

Password: 123456

Once you log in, go to Admin Area. You can create any no of users with various user rights to different tables. 
You may delete sample data.
Source: Readme.txt, updated 2018-11-28