Ignore:
Timestamp:
Dec 8, 2013, 4:38:25 PM (11 years ago)
Author:
chronos
Message:
  • Přidáno: Podpora pro ověřování zadaných dat pro IPv4, IPv6 a MAC adresu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/FormClasses.php

    r604 r605  
    6464      'NextNumber' => array('Type' => 'Integer', 'Caption' => 'Další číslo', 'Default' => ''),       
    6565      'YearPrefix' => array('Type' => 'Boolean', 'Caption' => 'Rok jako předpona', 'Default' => ''),       
     66      'Operations' => array('Type' => 'TFinanceOperationListDocumentLine', 'Caption' => 'Finanční operace', 'Default' => ''),
     67      'Invoices' => array('Type' => 'TFinanceInvoiceListDocumentLine', 'Caption' => 'Faktury', 'Default' => ''),
    6668    ),
    6769  ),
     
    744746    'Filter' => '1',
    745747  ),
     748  'TFinanceOperationListDocumentLine' => array(
     749    'Type' => 'ManyToOne',
     750    'Table' => 'FinanceOperation',
     751    'Id' => 'Id',
     752    'Ref' => 'DocumentLine',
     753    'Filter' => '1',
     754  ),
     755  'TFinanceInvoiceListDocumentLine' => array(
     756    'Type' => 'ManyToOne',
     757    'Table' => 'FinanceInvoice',
     758    'Id' => 'Id',
     759    'Ref' => 'DocumentLine',
     760    'Filter' => '1',
     761  ),
    746762);
    747763}
Note: See TracChangeset for help on using the changeset viewer.