Changeset 451 for trunk/form_classes.php
- Timestamp:
- Oct 24, 2012, 10:42:58 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/form_classes.php
r449 r451 110 110 'Items' => array( 111 111 'Name' => array('Type' => 'String', 'Caption' => 'Jméno', 'Default' => ''), 112 'SellPrice' => array('Type' => 'Integer', 'Caption' => 'Cena', 'Default' => '0'), 112 'SellPrice' => array('Type' => 'Integer', 'Caption' => 'Prodejní cena', 'Default' => '0'), 113 'BuyPrice' => array('Type' => 'Integer', 'Caption' => 'Kupní cena', 'Default' => '0'), 113 114 'VAT' => array('Type' => 'Integer', 'Caption' => 'DPH', 'Default' => '0'), 114 115 'Consumption' => array('Type' => 'Integer', 'Caption' => 'Spotřeba', 'Default' => ''), … … 133 134 'Location' => array('Type' => 'TMember', 'Caption' => 'Umístění', 'Default' => '', 'Null' => true), 134 135 'Segment' => array('Type' => 'TNetworkSegment', 'Caption' => 'Úsek sítě', 'Default' => '', 'Null' => true), 136 'Info' => array('Type' => 'Text', 'Caption' => 'Informace', 'Default' => ''), 135 137 ), 136 138 ),
Note:
See TracChangeset
for help on using the changeset viewer.