You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Nafies Luthfi 7da1424b3a Update README.md in english and add README.id.md 8 years ago
app Fixed project index page structure and use project lang file 8 years ago
bootstrap First init 10 years ago
config Add "en" and "id" lang switch on user profile edit page 8 years ago
database Add lang switcher on sidebar 8 years ago
public Add lang switcher on sidebar 8 years ago
resources Update project payments summary view partials 8 years ago
routes Add lang switcher on sidebar 8 years ago
storage Some clean up 8 years ago
tests Add lang switcher on sidebar 8 years ago
.env.example Update some config file to adopt laravel 5.5 config files 8 years ago
.gitattributes First init 10 years ago
.gitignore First init 10 years ago
.travis.yml Add datepicker on subscription create and edit form 8 years ago
CONCEPT.md Update README.md, CONTRIBUTING.md and CONCEPT.md 8 years ago
CONTRIBUTING.id.md Update README.md in english and add README.id.md 8 years ago
CONTRIBUTING.md Update README.md in english and add README.id.md 8 years ago
LICENSE Add LICENSE file 8 years ago
README.id.md Update README.md in english and add README.id.md 8 years ago
README.md Update README.md in english and add README.id.md 8 years ago
artisan First init 10 years ago
bitbucket-pipelines.yml bitbucket-pipelines.yml edited online with Bitbucket 8 years ago
composer.json Add validation on invoice item entry and update 8 years ago
composer.lock Composer update to laravel 5.5.27 8 years ago
package.json Update from gulp to webpack module bundler (based on laravel 5.4) 9 years ago
phpunit.xml Add MAIL_DRIVER env variable for testing and fixed some view files 8 years ago
server.php Apply fixes from StyleCI 8 years ago
webpack.mix.js Update from gulp to webpack module bundler (based on laravel 5.4) 9 years ago
yarn.lock Update from gulp to webpack module bundler (based on laravel 5.4) 9 years ago

README.md

Free PMO

Tell our clients that we are managing our projects professionally.

Build Status StyleCI

Free PMO (Project Management Office), management project software for freelancer and agency, built with Laravel 5 Framework.

Baca versi Bahasa Indonesia

Content

  1. About Free PMO
  2. Goals
  3. Getting Started
  4. Maintainers and Contributors
  5. Ingredients
  6. License
  7. Contributing
  8. Screenshots

About

Free PMO is a project management and project monitoring software. This software is suitable for Freelancer or Agencies, or any company that has project based services for thier customers.

Free PMO consists of two words, Free and PMO.

  1. Free can be stands for Freelancer, or Free Software, and off course Free (of charge).
  2. PMO stands for Project Management Office, like office of project management activities.

Main features on Free PMO are project management and project payment trasanctions. Other features are explaied on this concept file.

Development in progress In development progress, any table structure changes will directly updated on coresponding migration file, see contributing guidelines.

Goals

Free PMO was built for easy and professional project management.

Getting Started

This application can be installed on local server and online server with these specifications :

Server Requirements

  1. PHP 7.0 (and meet Laravel 5.5 server requirements),
  2. MySQL or MariaDB database,
  3. SQlite (for automated testing).

Installation Steps

  1. Clone the repo : git clone https://github.com/nafiesl/free-pmo.git
  2. $ cd free-pmo
  3. $ composer install
  4. $ cp .env.example .env
  5. $ php artisan key:generate
  6. Create new MySQL database for this application
  7. Set database credentials on .env file
  8. $ php artisan migrate
  9. $ php artisan serve
  10. Visit http://localhost:8000/app-install via web browser
  11. Fill out the forms
  12. Done, you are logged in as Administrator.

Install Free PMO

Maintainers and Contributors

This project maintained by Nafies Luthfi and developed by contributors.

Ingredients

Free PMO built with TDD metode with these ingredients support :

Dependencies
Dev Dependencies
Frontend

License

Free PMO Project is a free and open-source under MIT license.

Contributing

If you want to contribute to this project, by creating Issue, new feature proposal, Pull Request, or donation, please see this contributing guidelines.

Screenshots

Dashboard

Free PMO Dashboard

Project Detail

Free PMO Project Detail

Project Job List

Free PMO Project Job List

Project Job Detail

Free PMO Job Tasks

Yearly Report

Free PMO Yearly Report

Automated Testing

$ vendor/bin/phpunit

Free PMO Testing