Changeset 605 for trunk/Application/FormClasses.php
- Timestamp:
- Dec 8, 2013, 4:38:25 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/FormClasses.php
r604 r605 64 64 'NextNumber' => array('Type' => 'Integer', 'Caption' => 'Další číslo', 'Default' => ''), 65 65 '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' => ''), 66 68 ), 67 69 ), … … 744 746 'Filter' => '1', 745 747 ), 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 ), 746 762 ); 747 763 }
Note:
See TracChangeset
for help on using the changeset viewer.