Changeset 604 for trunk/Modules


Ignore:
Timestamp:
Dec 8, 2013, 1:27:41 PM (11 years ago)
Author:
chronos
Message:
  • Přidáno: Přidružené TV kanály u kategorie kanálů.
  • Přidáno: Přidružené finanční operace u pokladen.
Location:
trunk/Modules
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Finance/Finance.php

    r586 r604  
    410410          'ReadOnly' => true, 'Suffix' => 'Kč', 'SQL' => '(SELECT SUM(`FinanceOperation`.`Value`) FROM `FinanceOperation` '.
    411411          'WHERE `FinanceOperation`.`Treasury`=#Id)'),
     412        'Operations' => array('Type' => 'TFinanceOperationListTreasury', 'Caption' => 'Operace', 'Default' => ''),
    412413      ),
    413414    ));
  • trunk/Modules/TV/TV.php

    r586 r604  
    151151      'Items' => array(
    152152        'Name' => array('Type' => 'String', 'Caption' => 'Jméno', 'Default' => ''),
     153        'Channels' => array('Type' => 'TTVListCategory', 'Caption' => 'Kanály', 'Default' => ''),
    153154      ),
    154155    ));
Note: See TracChangeset for help on using the changeset viewer.