Changeset 722 for trunk/Application
- Timestamp:
- Jan 3, 2015, 8:20:29 PM (10 years ago)
- Location:
- trunk/Application
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/FormClasses.php
r720 r722 126 126 'Price' => array('Type' => 'Integer', 'Caption' => 'Cena', 'Default' => '0', 'Suffix' => 'Kč'), 127 127 'VAT' => array('Type' => 'TFinanceVATType', 'Caption' => 'Sazba DPH', 'Default' => '0', 'Suffix' => ''), 128 'CustomerCount' => array('Type' => 'Integer', 'Caption' => 'Počet zákazníků', 'Default' => '', 'ReadOnly' => true), 128 'CustomerCount' => array('Type' => 'Integer', 'Caption' => 'Počet zákazníků', 'Default' => '', 'ReadOnly' => true, 129 'SQL' => '(SELECT COUNT(*) FROM `ServiceCustomerRel` LEFT JOIN `Member` ON `Member`.`Id`=`ServiceCustomerRel`.`Customer` WHERE (`ServiceCustomerRel`.`Service`=#Id) AND (`Member`.`Blocked`=0))'), 129 130 'Public' => array('Type' => 'Boolean', 'Caption' => 'Veřejné', 'Default' => ''), 130 131 'InternetSpeedMin' => array('Type' => 'Integer', 'Caption' => 'Min. rychlost internetu', 'Default' => '0', 'Suffix' => 'kbit/s'), -
trunk/Application/Version.php
r721 r722 1 1 <?php 2 2 3 $Revision = 72 1; // Subversion revision4 $DatabaseRevision = 72 0; // SQL structure revision3 $Revision = 722; // Subversion revision 4 $DatabaseRevision = 722; // SQL structure revision 5 5 $ReleaseTime = strtotime('2015-01-03');
Note:
See TracChangeset
for help on using the changeset viewer.