add changes to account state

This commit is contained in:
2015-10-19 07:48:46 +02:00
parent b04cbda645
commit 9145f21371
50 changed files with 2139 additions and 27 deletions

View File

@@ -0,0 +1,16 @@
<?php
namespace frontend\assets;
use yii\web\AssetBundle;
class AccountingAsset extends AssetBundle
{
public $sourcePath = '@bower';
public $js = [
'accounting/accounting.min.js'
];
public $depends = [
];
}