Changeset 441 for trunk/form_classes.php
- Timestamp:
- Oct 13, 2012, 6:54:59 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/form_classes.php
r440 r441 29 29 ), 30 30 ), 31 'Log' => array( 32 'Title' => 'Záznamy', 33 'Table' => 'Log', 34 'DefaultSortColumn' => 'Time', 35 'Items' => array( 36 'Time' => array('Type' => 'DateTime', 'Caption' => 'Čas', 'Default' => ''), 37 'User' => array('Type' => 'TUser', 'Caption' => 'Uživatel', 'Default' => ''), 38 'Module' => array('Type' => 'String', 'Caption' => 'Modul', 'Default' => ''), 39 'Operation' => array('Type' => 'String', 'Caption' => 'Operace', 'Default' => ''), 40 'Value' => array('Type' => 'Text', 'Caption' => 'Hodnota', 'Default' => ''), 41 ), 42 ), 31 43 'FinanceBillingPeriod' => array( 32 44 'Title' => 'Platební období', … … 60 72 'Items' => array( 61 73 'Name' => array('Type' => 'String', 'Caption' => 'Jméno', 'Default' => ''), 62 'ResponsibleUser' => array('Type' => ' String', 'Caption' => 'Zodpovědný uživatel', 'Default' => ''),74 'ResponsibleUser' => array('Type' => 'TUser', 'Caption' => 'Zodpovědný uživatel', 'Default' => ''), 63 75 'Subject' => array('Type' => 'TSubject', 'Caption' => 'Subjekt', 'Default' => ''), 64 76 'FamilyMemberCount' => array('Type' => 'String', 'Caption' => 'Osob v domácnosti', 'Default' => ''), … … 453 465 'Filter' => '1', 454 466 ), 467 'TUser' => array( 468 'Type' => 'Reference', 469 'Table' => 'User', 470 'Id' => 'Id', 471 'Name' => 'Name', 472 'Filter' => '1', 473 ), 455 474 'TFinanceSubject' => array( 456 475 'Type' => 'Reference',
Note:
See TracChangeset
for help on using the changeset viewer.