Changeset 204 for trunk/form_classes.php


Ignore:
Timestamp:
May 1, 2009, 12:13:50 PM (15 years ago)
Author:
george
Message:
  • Upraveno: Tabulka finance_tariffs přejmenována na FinanceTariff a přepracována její struktura podle aktuálních potřeb. Do tabulky uloženy průběžné výpočty jako sloupec MemberCount či dynamicky přepočítavaný sloupce SpeedMin. Zrušeno přepočítávání ceny a rychlosti dle cenových jednotek a rychlostních jednotek.
  • Přidáno: Sloupec Hire v tabulce Member sloužící pro záznam placení nájmu členům.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/form_classes.php

    r202 r204  
    136136    ),
    137137  ),
     138  'News' => array(
     139    'Title' => 'Nová aktualita',
     140    'Table' => '',
     141    'SubmitText' => 'Vložit',
     142    'Items' => array(
     143      'Category' => array('Type' => 'TNewsCategory', 'Caption' => 'Kategorie', 'Default' => 0),
     144      'Title' => array('Type' => 'String', 'Caption' => 'Nadpis', 'Default' => ''),
     145      'Content' => array('Type' => 'Text', 'Caption' => 'Obsah', 'Default' => ''),
     146      'Enclosure1' => array('Type' => 'File', 'Caption' => 'Přílohy (Max. velikost souboru 1 MB)', 'Default' => ''),
     147      'Enclosure2' => array('Type' => 'File', 'Caption' => '', 'Default' => ''),
     148      'Enclosure3' => array('Type' => 'File', 'Caption' => '', 'Default' => ''),
     149    ),
     150  ),
    138151);
    139152
     
    176189    'Filter' => '1',
    177190  ),
     191  'TNewsCategory' => array(
     192    'Type' => 'Reference',
     193    'Table' => 'NewsCategory',
     194    'Id' => 'Id',
     195    'Name' => 'Caption',
     196    'Filter' => '1',
     197  ),
    178198);
    179199
Note: See TracChangeset for help on using the changeset viewer.