Changeset 441 for trunk/form_classes.php


Ignore:
Timestamp:
Oct 13, 2012, 6:54:59 PM (12 years ago)
Author:
chronos
Message:
  • Přidáno: Prohlížení Záznamů systému do Správy dat.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/form_classes.php

    r440 r441  
    2929    ),
    3030  ),
     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  ),
    3143  'FinanceBillingPeriod' => array(
    3244    'Title' => 'Platební období',
     
    6072    'Items' => array(
    6173      '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' => ''),
    6375      'Subject' => array('Type' => 'TSubject', 'Caption' => 'Subjekt', 'Default' => ''),
    6476      'FamilyMemberCount' => array('Type' => 'String', 'Caption' => 'Osob v domácnosti', 'Default' => ''),
     
    453465    'Filter' => '1',
    454466  ),
     467  'TUser' => array(
     468    'Type' => 'Reference',
     469    'Table' => 'User',
     470    'Id' => 'Id',
     471    'Name' => 'Name',
     472    'Filter' => '1',
     473  ),
    455474  'TFinanceSubject' => array(
    456475    'Type' => 'Reference',
Note: See TracChangeset for help on using the changeset viewer.