Changeset 645 for trunk/Application


Ignore:
Timestamp:
Mar 25, 2014, 12:38:20 AM (11 years ago)
Author:
chronos
Message:
  • Přidáno: Typ sazby DPH jako samostatná tabulka.
Location:
trunk/Application
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/FormClasses.php

    r644 r645  
    142142      'Category' => array('Type' => 'TServiceCategory', 'Caption' => 'Skupina', 'Default' => '', 'Null' => true),
    143143      'Price' => array('Type' => 'Integer', 'Caption' => 'Cena', 'Default' => '0', 'Suffix' => 'Kč'),
    144       'VAT' => array('Type' => 'TFinanceVAT', 'Caption' => 'Sazba DPH', 'Default' => '0', 'Suffix' => ''),
     144      'VAT' => array('Type' => 'TFinanceVATType', 'Caption' => 'Sazba DPH', 'Default' => '0', 'Suffix' => ''),
    145145      'CustomerCount' => array('Type' => 'Integer', 'Caption' => 'Počet zákazníků', 'Default' => '', 'ReadOnly' => true),
    146146      'Public' => array('Type' => 'Boolean', 'Caption' => 'Veřejné', 'Default' => ''),
     
    247247    'Filter' => '1',
    248248  ),
     249  'TFinanceVATType' => array(
     250    'Type' => 'Reference',
     251    'Table' => 'FinanceVATType',
     252    'Id' => 'Id',
     253    'Name' => 'Name',
     254    'Filter' => '1',
     255  ),
    249256  'TModule' => array(
    250257    'Type' => 'Reference',
  • trunk/Application/Version.php

    r644 r645  
    11<?php
    22
    3 $Revision = 644; // Subversion revision
    4 $DatabaseRevision = 633; // SQL structure revision
     3$Revision = 645; // Subversion revision
     4$DatabaseRevision = 645; // SQL structure revision
    55$ReleaseTime = strtotime('2014-03-24');
Note: See TracChangeset for help on using the changeset viewer.