{"id":13462205,"url":"https://github.com/porimol/freelancer-notes","last_synced_at":"2025-03-02T14:38:43.146Z","repository":{"id":24557328,"uuid":"27964480","full_name":"porimol/freelancer-notes","owner":"porimol","description":" Freelancer notes is an open source web application","archived":false,"fork":false,"pushed_at":"2021-04-30T00:30:57.000Z","size":5652,"stargazers_count":55,"open_issues_count":9,"forks_count":26,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-10-29T11:10:59.672Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/porimol.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-13T15:20:50.000Z","updated_at":"2024-09-24T21:58:03.000Z","dependencies_parsed_at":"2022-08-22T23:40:39.786Z","dependency_job_id":null,"html_url":"https://github.com/porimol/freelancer-notes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/porimol%2Ffreelancer-notes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/porimol%2Ffreelancer-notes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/porimol%2Ffreelancer-notes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/porimol%2Ffreelancer-notes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/porimol","download_url":"https://codeload.github.com/porimol/freelancer-notes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241523877,"owners_count":19976424,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T12:00:42.011Z","updated_at":"2025-03-02T14:38:43.118Z","avatar_url":"https://github.com/porimol.png","language":"CSS","funding_links":[],"categories":["Laravel"],"sub_categories":[],"readme":"#What is Freelancer Notes\nFreelancer 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.\n\n**Note :** Freelancer notes is fully open source under [GNU (GENERAL PUBLIC LICENSE)](https://github.com/Porimol/freelancer-notes/blob/master/LICENSE).\n\n#Installation Guide\n###PHP Version Minimum 5.4.0 require\n1) Download or Clone the project from right side\n\n2) Extract from zip (You can change the project name)\n\n3) Copy and paste into your web server root directory\n\n4) Create a database\n\n5) Import the database from your project folder. Database name db_freelancer.sql\n\n6) Modify database configuration file(path app/config/database.php)\n\n   change your database connection info.\n   **Default mysql database info**\n   \t\t'mysql' =\u003e array(\n   \t\t\n     'driver' =\u003e 'mysql',\n     \n     'host' =\u003e 'localhost',\n     \n     'database' =\u003e 'db_freelancer',\n     \n     'username' =\u003e 'root',\n     \n     'password' =\u003e 'admin',\n     \n     'charset' =\u003e 'utf8',\n     \n     'collation' =\u003e 'utf8_unicode_ci',\n     \n     'prefix' =\u003e '',\n     )\n    please make sure you database name, username and pasword(if you have set your database password otherwise leave it blank)\n    \n If you do everything perfectly then you can access the application\n###Login Information\nUser : user@user.com\n\nPass : admin12345\n###Login\n\u003cimg src=\"https://dl.dropboxusercontent.com/u/148331272/freelancer-notes/User%20login%20--%20OOIS.png\"\u003e\n\n### Dashboard\n\u003cimg src=\"https://dl.dropboxusercontent.com/u/148331272/freelancer-notes/Dashboard%20--%20OOIS.png\"\u003e\n### Add New Client's Info\n\u003cimg src=\"https://www.dropbox.com/s/vtn7v248g6hw5e0/Add%20new%20client%20information%20--%20OOIS.png?dl=0\"\u003e\n### All Clients Info\n\u003cimg src=\"https://www.dropbox.com/s/cszosep72vble8s/All%20clients%20information%20--%20OOIS.png?dl=0\"\u003e\n### Add New Marketplace's Info\n\u003cimg src=\"https://www.dropbox.com/s/9kaw2j7gfvcpdf6/Add%20new%20marketplace%20--%20OOIS.png?dl=0\"\u003e\n### All Marketplaces Info\n\u003cimg src=\"https://www.dropbox.com/s/oe2k8ajdgqbgo5i/All%20marketplaces%20information%20--%20OOIS.png?dl=0\"\u003e\n### Add New Project's Info\n\u003cimg src=\"https://dl.dropboxusercontent.com/u/148331272/freelancer-notes/New%20project%20information%20--%20OOIS.png\"\u003e\n### All Projects Info\n\u003cimg src=\"https://dl.dropboxusercontent.com/u/148331272/freelancer-notes/All%20projects%20information%20--%20OOIS.png\"\u003e\n### User Password Change\n\u003cimg src=\"https://dl.dropboxusercontent.com/u/148331272/freelancer-notes/Change%20user%20password%20--%20OOIS.png\"\u003e\n### Edit/Update User Profile\n\u003cimg src=\"https://dl.dropboxusercontent.com/u/148331272/freelancer-notes/Edit%20user%20profile%20--%20OOIS.png\"\u003e\n### Reporting Area\n\u003cimg src=\"https://dl.dropboxusercontent.com/u/148331272/freelancer-notes/Reports%20--%20OOIS.png\"\u003e\n### Reports By Marketplace, Client, Date to Date\n\u003cimg src=\"https://dl.dropboxusercontent.com/u/148331272/freelancer-notes/Reports1%20--%20OOIS.png\"\u003e\n### Reports By Marketplace\n\u003cimg src=\"https://dl.dropboxusercontent.com/u/148331272/freelancer-notes/Reports2%20--%20OOIS.png\"\u003e\n### Reports By Client\n\u003cimg src=\"https://dl.dropboxusercontent.com/u/148331272/freelancer-notes/Reports3%20--%20OOIS.png\"\u003e\n### Reports By Date to Date\n\u003cimg src=\"https://dl.dropboxusercontent.com/u/148331272/freelancer-notes/Reports4%20--%20OOIS.png\"\u003e\n\n \n##About Laravel PHP Framework\n\n[![Build Status](https://travis-ci.org/laravel/framework.svg)](https://travis-ci.org/laravel/framework)\n[![Total Downloads](https://poser.pugx.org/laravel/framework/downloads.svg)](https://packagist.org/packages/laravel/framework)\n[![Latest Stable Version](https://poser.pugx.org/laravel/framework/v/stable.svg)](https://packagist.org/packages/laravel/framework)\n[![Latest Unstable Version](https://poser.pugx.org/laravel/framework/v/unstable.svg)](https://packagist.org/packages/laravel/framework)\n[![License](https://poser.pugx.org/laravel/framework/license.svg)](https://packagist.org/packages/laravel/framework)\n\nLaravel 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.\n\nLaravel 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.\n\nLaravel 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.\n\n## Official Documentation\n\nDocumentation for the entire framework can be found on the [Laravel website](http://laravel.com/docs).\n\n### Contributing To Laravel\n\n**All issues and pull requests should be filed on the [laravel/framework](http://github.com/laravel/framework) repository.**\n\n### License\n\nThe Laravel framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fporimol%2Ffreelancer-notes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fporimol%2Ffreelancer-notes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fporimol%2Ffreelancer-notes/lists"}