2017 © Pedro Peláez
 

yii2-extension yii2-cap

Company Accounting Plugin

image

amilna/yii2-cap

Company Accounting Plugin

  • Wednesday, January 6, 2016
  • by aaiyo
  • Repository
  • 3 Watchers
  • 1 Stars
  • 61 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 2 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

CAP

Company Accounting Plugin, very simple business process, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Since this package do not have stable release on packagist, you should use these settings in your composer.json file :, (*3)

"minimum-stability": "dev",
"prefer-stable": true,

After, either run, (*4)

php composer.phar require --prefer-dist amilna/yii2-cap "dev-master"

or add, (*5)

"amilna/yii2-cap": "dev-master"

to the require section of your composer.json file., (*6)

run migration for database, (*7)

./yii migrate --migrationPath=@amilna/cap/migrations

add in modules section of main config, (*8)

    'gridview' =>  [
        'class' => 'kartik\grid\Module',
    ],
    'cap' => [
        'class' => 'amilna\cap\Module',
        'currency' => ["symbol"=>"Rp","decimal_separator"=>",","thousand_separator"=>"."],
    ],

Usage

Once the extension is installed, check the url: [your application base url]/index.php/cap, (*9)

The Versions

06/01 2016