amilna/yii2-cap
Company Accounting Plugin
Maintainers
dev-master
2016-01-06 10:52 UTC
Requires
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
BSD-3-Clause c2ccd991f94c62f0dfa534560065bee7ff2ec100
- Satrio Arditama <iyo.woop@amilna.com>
This package is not auto-updated.
Last update: 2026-06-20 23:41:17 UTC
README
Company Accounting Plugin, very simple business process
Installation
The preferred way to install this extension is through composer.
Since this package do not have stable release on packagist, you should use these settings in your composer.json file :
"minimum-stability": "dev", "prefer-stable": true,
After, either run
php composer.phar require --prefer-dist amilna/yii2-cap "dev-master"
or add
"amilna/yii2-cap": "dev-master"
to the require section of your composer.json file.
run migration for database
./yii migrate --migrationPath=@amilna/cap/migrations
add in modules section of main config
'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
