Changeset 457 for trunk/form_classes.php


Ignore:
Timestamp:
Nov 4, 2012, 7:27:32 PM (12 years ago)
Author:
chronos
Message:
  • Přidáno: Zobrazování ikon v nabídce ve správě dat.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/form_classes.php

    r454 r457  
    274274      'AddressPSC' => array('Type' => 'String', 'Caption' => 'PSČ', 'Default' => ''),
    275275      'AddressCountry' => array('Type' => 'TCountry', 'Caption' => 'Země', 'Default' => ''),
     276      'IC' => array('Type' => 'String', 'Caption' => 'IČ', 'Default' => ''),
    276277      'DIC' => array('Type' => 'String', 'Caption' => 'DIČ', 'Default' => ''),
    277278      'MapPositionX' => array('Type' => 'Float', 'Caption' => 'Pozice X', 'Default' => '0'),
     
    279280      'WWW' => array('Type' => 'Hyperlink', 'Caption' => 'WWW', 'Default' => ''),
    280281      'Note' => array('Type' => 'String', 'Caption' => 'Poznámka', 'Default' => ''),
     282      'Customer' => array('Type' => 'TMemberListSubject', 'Caption' => 'Členové', 'Default' => ''),
    281283    ),
    282284  ),
     
    595597    'Filter' => '1',
    596598  ),
     599  'TMemberListSubject' => array(
     600    'Type' => 'ManyToOne',
     601    'Table' => 'Member',
     602    'Id' => 'Id',
     603    'Ref' => 'Subject',
     604    'Filter' => '1',
     605  ),
    597606  'TUser' => array(
    598607    'Type' => 'Reference',
Note: See TracChangeset for help on using the changeset viewer.