porimol / freelancer-notes

Freelancer notes is an open source web application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#What is Freelancer Notes Freelancer Note is an freelance project management application. It is very light weight and easy to use. You are able to manage all your projects in one place and you can keep record of your all clients and earnings. You are also able to export project record in PDF format.

Note : Freelancer notes is fully open source under GNU (GENERAL PUBLIC LICENSE).

#Installation Guide ###PHP Version Minimum 5.4.0 require

  1. Download or Clone the project from right side

  2. Extract from zip (You can change the project name)

  3. Copy and paste into your web server root directory

  4. Create a database

  5. Import the database from your project folder. Database name db_freelancer.sql

  6. Modify database configuration file(path app/config/database.php)

    change your database connection info. Default mysql database info 'mysql' => array(

    'driver' => 'mysql',

    'host' => 'localhost',

    'database' => 'db_freelancer',

    'username' => 'root',

    'password' => 'admin',

    'charset' => 'utf8',

    'collation' => 'utf8_unicode_ci',

    'prefix' => '', ) please make sure you database name, username and pasword(if you have set your database password otherwise leave it blank)

If you do everything perfectly then you can access the application ###Login Information User : user@user.com

Pass : admin12345 ###Login

Dashboard

### Add New Client's Info

### All Clients Info

### Add New Marketplace's Info

### All Marketplaces Info

### Add New Project's Info

### All Projects Info

### User Password Change

### Edit/Update User Profile

### Reporting Area

### Reports By Marketplace, Client, Date to Date

### Reports By Marketplace

### Reports By Client

### Reports By Date to Date

##About Laravel PHP Framework

Build Status Total Downloads Latest Stable Version Latest Unstable Version License

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, and caching.

Laravel aims to make the development process a pleasing one for the developer without sacrificing application functionality. Happy developers make the best code. To this end, we've attempted to combine the very best of what we have seen in other web frameworks, including frameworks implemented in other languages, such as Ruby on Rails, ASP.NET MVC, and Sinatra.

Laravel is accessible, yet powerful, providing powerful tools needed for large, robust applications. A superb inversion of control container, expressive migration system, and tightly integrated unit testing support give you the tools you need to build any application with which you are tasked.

Official Documentation

Documentation for the entire framework can be found on the Laravel website.

Contributing To Laravel

All issues and pull requests should be filed on the laravel/framework repository.

License

The Laravel framework is open-sourced software licensed under the MIT license

About

Freelancer notes is an open source web application

License:GNU General Public License v2.0


Languages

Language:CSS 35.5%Language:PHP 26.0%Language:HTML 23.5%Language:JavaScript 15.1%