Ignore:
Timestamp:
Mar 12, 2013, 10:58:10 PM (11 years ago)
Author:
chronos
Message:
  • Přidáno: Akce pro import plateb přes API nebo ze souboru z tabulky "Bankovní účty" ze správy dat.
  • Přidáno: Prozatím zkoušení importu z Fio a Poštovní spořitelny.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/Form/Types/Type.php

    r501 r502  
    1717include(dirname(__FILE__).'/Hidden.php');
    1818include(dirname(__FILE__).'/File.php');
    19 include(dirname(__FILE__).'/FileContent.php');
    2019include(dirname(__FILE__).'/GPS.php');
    2120include(dirname(__FILE__).'/IPv4Address.php');
     
    5352      'Color' => array('Name' => 'Color', 'Class' => 'Color', 'ParentType' => '', 'Parameters' => array()),
    5453      'RandomHash' => array('Name' => 'RandomHash', 'Class' => 'RandomHash', 'ParentType' => '', 'Parameters' => array()),
    55       'FileContent' => array('Name' => 'FileContent', 'Class' => 'FileContent', 'ParentType' => '', 'Parameters' => array()),
    5654    );
    5755  }
Note: See TracChangeset for help on using the changeset viewer.