Changeset 645 for trunk/Application
- Timestamp:
- Mar 25, 2014, 12:38:20 AM (11 years ago)
- Location:
- trunk/Application
- Files:
-
- 2 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', -
trunk/Application/Version.php
r644 r645 1 1 <?php 2 2 3 $Revision = 64 4; // Subversion revision4 $DatabaseRevision = 6 33; // SQL structure revision3 $Revision = 645; // Subversion revision 4 $DatabaseRevision = 645; // SQL structure revision 5 5 $ReleaseTime = strtotime('2014-03-24');
Note:
See TracChangeset
for help on using the changeset viewer.