Changeset 652


Ignore:
Timestamp:
May 4, 2014, 7:06:38 PM (10 years ago)
Author:
chronos
Message:
  • Přidáno: Zobrazení placené období u faktur v IS.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/Version.php

    r648 r652  
    11<?php
    22
    3 $Revision = 647; // Subversion revision
     3$Revision = 651; // Subversion revision
    44$DatabaseRevision = 647; // SQL structure revision
    5 $ReleaseTime = strtotime('2014-03-25');
     5$ReleaseTime = strtotime('2014-05-04');
  • trunk/Modules/Finance/Finance.php

    r651 r652  
    377377        'File' => array('Type' => 'TFile', 'Caption' => 'Doklad', 'Default' => '', 'Null' => true),
    378378        '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),       
    379381        'Items' => array('Type' => 'TFinanceInvoiceItemListInvoice', 'Caption' => 'Položky', 'Default' => ''),
    380382        'OperationRel' => array('Type' => 'TFinanceInvoiceOperationRelListInvoice', 'Caption' => 'Platba', 'Default' => ''),
Note: See TracChangeset for help on using the changeset viewer.