Changeset 645 for trunk/Application/FormClasses.php
- Timestamp:
- Mar 25, 2014, 12:38:20 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/FormClasses.php
r644 r645 142 142 'Category' => array('Type' => 'TServiceCategory', 'Caption' => 'Skupina', 'Default' => '', 'Null' => true), 143 143 'Price' => array('Type' => 'Integer', 'Caption' => 'Cena', 'Default' => '0', 'Suffix' => 'Kč'), 144 'VAT' => array('Type' => 'TFinanceVAT ', 'Caption' => 'Sazba DPH', 'Default' => '0', 'Suffix' => ''),144 'VAT' => array('Type' => 'TFinanceVATType', 'Caption' => 'Sazba DPH', 'Default' => '0', 'Suffix' => ''), 145 145 'CustomerCount' => array('Type' => 'Integer', 'Caption' => 'Počet zákazníků', 'Default' => '', 'ReadOnly' => true), 146 146 'Public' => array('Type' => 'Boolean', 'Caption' => 'Veřejné', 'Default' => ''), … … 247 247 'Filter' => '1', 248 248 ), 249 'TFinanceVATType' => array( 250 'Type' => 'Reference', 251 'Table' => 'FinanceVATType', 252 'Id' => 'Id', 253 'Name' => 'Name', 254 'Filter' => '1', 255 ), 249 256 'TModule' => array( 250 257 'Type' => 'Reference',
Note:
See TracChangeset
for help on using the changeset viewer.