Changeset 661 for trunk/Application
- Timestamp:
- May 31, 2014, 1:07:01 AM (10 years ago)
- Location:
- trunk/Application
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/FormClasses.php
r657 r661 80 80 'Table' => 'FinanceYear', 81 81 'DefaultSortColumn' => 'Year', 82 'DefaultSortOrder' => 1, 82 83 'Items' => array( 83 84 'Year' => array('Type' => 'Integer', 'Caption' => 'Rok', 'Default' => ''), … … 95 96 'DefaultSortColumn' => 'Id', 96 97 'Items' => array( 97 'Id' => array('Type' => 'TFinanceYear', 'Caption' => 'Rok', 'Default' => '', 98 'Id' => array('Type' => 'TFinanceYear', 'Caption' => 'Rok', 'Default' => '', 98 99 'ReadOnly' => true), 99 100 'Income' => array('Type' => 'Integer', 'Caption' => 'Příjmy', 'Default' => '0', 'Suffix' => 'Kč', 'ReadOnly' => true, -
trunk/Application/Version.php
r660 r661 1 1 <?php 2 2 3 $Revision = 66 0; // Subversion revision4 $DatabaseRevision = 6 57; // SQL structure revision5 $ReleaseTime = strtotime('2014-05- 29');3 $Revision = 661; // Subversion revision 4 $DatabaseRevision = 661; // SQL structure revision 5 $ReleaseTime = strtotime('2014-05-31');
Note:
See TracChangeset
for help on using the changeset viewer.