Ignore:
Timestamp:
May 31, 2014, 1:07:01 AM (10 years ago)
Author:
chronos
Message:
  • Upraveno: Definice třídy Subject přesunuta do samostatného modulu Subject.
  • Přidáno: K Subjektům přidána definice Kontaktů a druhů kontaktů.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/FormClasses.php

    r657 r661  
    8080    'Table' => 'FinanceYear',
    8181    'DefaultSortColumn' => 'Year',
     82    'DefaultSortOrder' => 1,
    8283    'Items' => array(
    8384      'Year' => array('Type' => 'Integer', 'Caption' => 'Rok', 'Default' => ''),
     
    9596    'DefaultSortColumn' => 'Id',
    9697    'Items' => array(
    97       'Id' => array('Type' => 'TFinanceYear', 'Caption' => 'Rok', 'Default' => '', 
     98      'Id' => array('Type' => 'TFinanceYear', 'Caption' => 'Rok', 'Default' => '',
    9899        'ReadOnly' => true),
    99100      'Income' => array('Type' => 'Integer', 'Caption' => 'Příjmy', 'Default' => '0', 'Suffix' => 'Kč', 'ReadOnly' => true,
Note: See TracChangeset for help on using the changeset viewer.