bd calendar and salary sum

This commit is contained in:
akosse
2020-01-17 16:28:25 +03:00
parent 88b0b13a2a
commit 188758c79c
15 changed files with 221 additions and 8 deletions

View File

@ -23,6 +23,7 @@ class UseField extends \yii\db\ActiveRecord
const USE_COMPANY = 2;
const USE_BALANCE = 3;
const USE_NOTE = 4;
const USE_ACCESS = 5;
/**
@ -72,7 +73,8 @@ class UseField extends \yii\db\ActiveRecord
self::USE_PROJECT => 'Проект',
self::USE_COMPANY => 'Компания',
self::USE_BALANCE => 'Баланс',
self::USE_NOTE => 'Заметка'
self::USE_NOTE => 'Заметка',
self::USE_ACCESS => 'Доступ'
];
}