change trigger to detect move in and move out

This commit is contained in:
2016-04-18 22:14:25 +02:00
parent 01ada90e8c
commit f19c60eacd
9 changed files with 278 additions and 3 deletions

View File

@@ -40,6 +40,7 @@ class Log extends BaseFitnessActiveRecord
public static $TYPE_DEFAULT_ACCOUNT= 60;
public static $TYPE_CREATE_CUSTOMER= 70;
public static $TYPE_PROCUREMENT_UPDATE = 80;
public static $TYPE_TICKET_COUNT_MOVE_OUT = 90;
/**
* @inheritdoc
*/