Changeset 652
- Timestamp:
- May 4, 2014, 7:06:38 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/Version.php
r648 r652 1 1 <?php 2 2 3 $Revision = 6 47; // Subversion revision3 $Revision = 651; // Subversion revision 4 4 $DatabaseRevision = 647; // SQL structure revision 5 $ReleaseTime = strtotime('2014-0 3-25');5 $ReleaseTime = strtotime('2014-05-04'); -
trunk/Modules/Finance/Finance.php
r651 r652 377 377 'File' => array('Type' => 'TFile', 'Caption' => 'Doklad', 'Default' => '', 'Null' => true), 378 378 'Generate' => array('Type' => 'Boolean', 'Caption' => 'Generovat', 'Default' => ''), 379 'PeriodFrom' => array('Type' => 'Date', 'Caption' => 'Období od', 'Default' => '', 'Null' => true), 380 'PeriodTo' => array('Type' => 'Date', 'Caption' => 'Období do', 'Default' => '', 'Null' => true), 379 381 'Items' => array('Type' => 'TFinanceInvoiceItemListInvoice', 'Caption' => 'Položky', 'Default' => ''), 380 382 'OperationRel' => array('Type' => 'TFinanceInvoiceOperationRelListInvoice', 'Caption' => 'Platba', 'Default' => ''),
Note:
See TracChangeset
for help on using the changeset viewer.