Changeset 540 for trunk/FormClasses.php
- Timestamp:
- May 28, 2013, 10:19:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FormClasses.php
r538 r540 180 180 ), 181 181 ), 182 'NewNetworkDevice' => array(183 'Title' => 'Vložit nové zařízení',184 'Table' => 'Product',185 'Items' => array(186 'Name' => array('Type' => 'String', 'Caption' => 'Název', 'Default' => ''),187 'Price' => array('Type' => 'Float', 'Caption' => 'Cena', 'Default' => 0, 'Suffix' => 'Kč'),188 'Count' => array('Type' => 'Integer', 'Caption' => 'Počet', 'Default' => 1),189 'Date' => array('Type' => 'Time', 'Caption' => 'Datum zakoupení', 'Default' => 'Now'),190 'Segment' => array('Type' => 'TNetworkSegment', 'Caption' => 'Segment sítě', 'Default' => 0, 'Null' => true),191 'Date' => array('Type' => 'Time', 'Caption' => 'Datum zakoupení', 'Default' => 'Now'),192 'Used' => array('Type' => 'TNetworkDeviceState', 'Caption' => 'Stav', 'Default' => 0),193 'Consumption' => array('Type' => 'Integer', 'Caption' => 'Spotřeba', 'Default' => 0, 'Suffix' => 'Watt'),194 'Member' => array('Type' => 'TMember', 'Caption' => 'Subjekt', 'Default' => 0),195 'Info' => array('Type' => 'String', 'Caption' => 'Poznámky', 'Default' => ''),196 'Shop' => array('Type' => 'String', 'Caption' => 'Obchod', 'Default' => ''),197 'DeviceId' => array('Type' => 'String', 'Caption' => 'Sériové číslo', 'Default' => ''),198 ),199 ),200 182 'NewNetworkDeviceHistory' => array( 201 183 'Title' => 'Vložit záznam historie zařízení',
Note:
See TracChangeset
for help on using the changeset viewer.