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 8d8ba99af7 Add .styleci.yml 7 years ago
app Update model class docblocs 7 years ago
bootstrap First init 10 years ago
config Change flash message feature to noty.js 8 years ago
database User can swith bank account status 7 years ago
public Update .gitignore and remove logo files 7 years ago
resources Remove invoice print out table tfoot 7 years ago
routes User can import existing bank accounts 7 years ago
storage Some clean up 8 years ago
tests Update view, lang files and flash message 7 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 Add .php_cs.cache to .gitignore 7 years ago
.styleci.yml Add .styleci.yml 7 years ago
.travis.yml Add datepicker on subscription create and edit form 8 years ago
CONCEPT.id.md Update CONCEPT.md in english and add CONCEPT.id.md 8 years ago
CONCEPT.md Update CONCEPT.md in english and add CONCEPT.id.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 CONCEPT.md in english and add CONCEPT.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
composer.json Update luthfi/formfield package 7 years ago
composer.lock Update luthfi/simple-crud-generator package 7 years ago
package.json Remove vuejs 7 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 sidebar width to 180px 8 years ago
yarn.lock Remove vuejs 7 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