Changeset 454 for trunk/form_classes.php
- Timestamp:
- Oct 28, 2012, 9:32:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/form_classes.php
r453 r454 125 125 'VAT' => array('Type' => 'Integer', 'Caption' => 'DPH', 'Default' => '0'), 126 126 'Consumption' => array('Type' => 'Integer', 'Caption' => 'Spotřeba', 'Default' => ''), 127 'Supplier' => array('Type' => 'TSubject', 'Caption' => ' Výrobce', 'Default' => '', 'Null' => true),127 'Supplier' => array('Type' => 'TSubject', 'Caption' => 'Dodavatel', 'Default' => '', 'Null' => true), 128 128 'Manufacturer' => array('Type' => 'TSubject', 'Caption' => 'Výrobce', 'Default' => '', 'Null' => true), 129 129 'Code' => array('Type' => 'String', 'Caption' => 'Kód', 'Default' => ''), … … 141 141 'TimeEnlistment' => array('Type' => 'Date', 'Caption' => 'Datum zařazení', 'Default' => ''), 142 142 'TimeElimination' => array('Type' => 'Date', 'Caption' => 'Datum vyřazení', 'Default' => ''), 143 'SellPrice' => array('Type' => 'Integer', 'Caption' => 'Prodejní cena', 'Default' => '0'), 144 'BuyPrice' => array('Type' => 'Integer', 'Caption' => 'Kupní cena', 'Default' => '0'), 143 145 'Amount' => array('Type' => 'Integer', 'Caption' => 'Množství', 'Default' => '1'), 144 146 'SerialNumber' => array('Type' => 'String', 'Caption' => 'Sériové číslo', 'Default' => ''),
Note:
See TracChangeset
for help on using the changeset viewer.