Changeset 786 for trunk/Application/FormClasses.php
- Timestamp:
- Jan 11, 2016, 12:06:08 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/FormClasses.php
r765 r786 30 30 'Shortcut' => array('Type' => 'String', 'Caption' => 'Kód', 'Default' => ''), 31 31 'Sequence' => array('Type' => 'TDocumentLineSequenceListLine', 'Caption' => 'Čísleníky', 'Default' => ''), 32 'Codes' => array('Type' => 'TDocumentLineCodeList', 'Caption' => 'Kódy', 'Default' => ''), 32 'Codes' => array('Type' => 'TDocumentLineCodeList', 'Caption' => 'Kódy', 'Default' => ''), 33 'Operations' => array('Type' => 'TFinanceOperationGroupListDocumentLine', 'Caption' => 'Skupiny finančních operací', 'Default' => ''), 34 'Invoices' => array('Type' => 'TFinanceInvoiceGroupListDocumentLine', 'Caption' => 'Skupiny faktur', 'Default' => ''), 33 35 ), 34 36 ), … … 42 44 'NextNumber' => array('Type' => 'Integer', 'Caption' => 'Další číslo', 'Default' => '1'), 43 45 'YearPrefix' => array('Type' => 'Boolean', 'Caption' => 'Rok jako přípona', 'Default' => '1'), 44 'Operations' => array('Type' => 'TFinanceOperationListDocumentLine', 'Caption' => 'Finanční operace', 'Default' => ''),45 'Invoices' => array('Type' => 'TFinanceInvoiceListDocumentLine', 'Caption' => 'Faktury', 'Default' => ''),46 46 ), 47 47 ), … … 461 461 'Filter' => '1', 462 462 ), 463 'TFinanceOperation ListDocumentLine' => array(464 'Type' => 'ManyToOne', 465 'Table' => 'FinanceOperation ',463 'TFinanceOperationGroupListDocumentLine' => array( 464 'Type' => 'ManyToOne', 465 'Table' => 'FinanceOperationGroup', 466 466 'Id' => 'Id', 467 467 'Ref' => 'DocumentLine', 468 468 'Filter' => '1', 469 469 ), 470 'TFinanceInvoice ListDocumentLine' => array(471 'Type' => 'ManyToOne', 472 'Table' => 'FinanceInvoice ',470 'TFinanceInvoiceGroupListDocumentLine' => array( 471 'Type' => 'ManyToOne', 472 'Table' => 'FinanceInvoiceGroup', 473 473 'Id' => 'Id', 474 474 'Ref' => 'DocumentLine',
Note:
See TracChangeset
for help on using the changeset viewer.