Changeset 553 for trunk/FormClasses.php


Ignore:
Timestamp:
Jul 7, 2013, 11:38:22 PM (11 years ago)
Author:
chronos
Message:
  • Upraveno: Fronta pošty převedena na aplikační modul.
  • Opraveno: Nastavení dokladové řady při importu z Fio API.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FormClasses.php

    r548 r553  
    5858    ),
    5959  ),
    60   'EmailQueue' => array(
    61     'Title' => 'Fronta e-mailů',
    62     'Table' => 'EmailQueue',
    63     'Items' => array(
    64       'Time' => array('Type' => 'DateTime', 'Caption' => 'Vytvořeno'),
    65       'To' => array('Type' => 'String', 'Caption' => 'Příjemce', 'Default' => ''),
    66       'Subject' => array('Type' => 'String', 'Caption' => 'Předmět', 'Default' => ''),
    67       'Content' => array('Type' => 'Text', 'Caption' => 'Obsah', 'Default' => ''),
    68       'Headers' => array('Type' => 'String', 'Caption' => 'Hlavička', 'Default' => ''),
    69       'Archive' => array('Type' => 'Boolean', 'Caption' => 'Odesláno', 'Default' => '0'),
    70       'From' => array('Type' => 'String', 'Caption' => 'Odesílatel', 'Default' => ''),
    71       'AttachmentFile' => array('Type' => 'TFile', 'Caption' => 'Příloha', 'Default' => '', 'Null' => true),
    72     ),
    73     'Actions' => array(
    74       array('Caption' => 'Odeslat nové', 'URL' => ''),
    75     ),
    76   ),
    7760  'UserCustomerRel' => array(
    7861    'Title' => 'Vztahy uživatel - zákazník',
     
    190173    ),
    191174  ),
    192   'Email' => array(
    193     'Title' => 'Nový email',
    194     'Table' => 'EmailQueue',
    195     'SubmitText' => 'Odeslat',
    196     'Items' => array(
    197       'Address' => array('Type' => 'String', 'Caption' => 'Adresa', 'Default' => ''),
    198       'Subject' => array('Type' => 'String', 'Caption' => 'Předmět', 'Default' => ''),
    199       'Content' => array('Type' => 'Text', 'Caption' => 'Obsah', 'Default' => ''),
    200     ),
    201   ),
    202175  'ServiceCategory' => array(
    203176    'Title' => 'Kategorie služeb',
Note: See TracChangeset for help on using the changeset viewer.