Changeset 886 for trunk/Modules/Subject/Subject.php
- Timestamp:
- Nov 5, 2020, 8:53:58 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Subject/Subject.php
r874 r886 22 22 'Items' => array( 23 23 'Id' => array('Type' => 'Integer', 'Caption' => 'Identifikace', 'Default' => '', 'ReadOnly' => true), 24 'Name' => array('Type' => 'String', 'Caption' => 'Celé jméno', 'Default' => '' ),24 'Name' => array('Type' => 'String', 'Caption' => 'Celé jméno', 'Default' => '', 'Required' => true), 25 25 'AddressStreet' => array('Type' => 'String', 'Caption' => 'Ulice', 'Default' => ''), 26 26 'AddressTown' => array('Type' => 'String', 'Caption' => 'Město', 'Default' => ''), 27 'AddressPSC' => array('Type' => ' String', 'Caption' => 'PSČ', 'Default' => ''),27 'AddressPSC' => array('Type' => 'Integer', 'Caption' => 'PSČ', 'Default' => '', 'Required' => true), 28 28 'AddressCountry' => array('Type' => 'TCountry', 'Caption' => 'Země', 'Default' => ''), 29 29 'IC' => array('Type' => 'String', 'Caption' => 'IČ', 'Default' => ''), 30 30 'DIC' => array('Type' => 'String', 'Caption' => 'DIČ', 'Default' => ''), 31 'PayVAT' => array('Type' => 'Boolean', 'Caption' => 'Plátce DPH', 'Default' => 0), 31 32 'MapPosition' => array('Type' => 'TMapPosition', 'Caption' => 'Pozice na mapě', 'Default' => '', 'Null' => true), 32 33 'WWW' => array('Type' => 'Hyperlink', 'Caption' => 'WWW', 'Default' => ''),
Note:
See TracChangeset
for help on using the changeset viewer.