Changeset 604 for trunk/Application/FormClasses.php
- Timestamp:
- Dec 8, 2013, 1:27:41 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/FormClasses.php
r600 r604 101 101 'Name' => array('Type' => 'String', 'Caption' => 'Jméno', 'Default' => ''), 102 102 'MonthCount' => array('Type' => 'Integer', 'Caption' => 'Počet měsíců', 'Default' => '0', 'Suffix' => 'měsíců'), 103 'Customers' => array('Type' => 'TCustomerListBillingPeriod', 'Caption' => 'Zákazníci', 'Default' => ''), 103 104 ), 104 105 ), … … 701 702 'Filter' => '1', 702 703 ), 704 'TFinanceOperationListTreasury' => array( 705 'Type' => 'ManyToOne', 706 'Table' => 'FinanceOperation', 707 'Id' => 'Id', 708 'Ref' => 'Treasury', 709 'Filter' => '1', 710 ), 703 711 'TActionListIcon' => array( 704 712 'Type' => 'ManyToOne', … … 720 728 'Id' => 'Id', 721 729 'Ref' => 'Esemble', 730 'Filter' => '1', 731 ), 732 'TCustomerListBillingPeriod' => array( 733 'Type' => 'ManyToOne', 734 'Table' => 'Member', 735 'Id' => 'Id', 736 'Ref' => 'BillingPeriod', 737 'Filter' => '1', 738 ), 739 'TTVListCategory' => array( 740 'Type' => 'ManyToOne', 741 'Table' => 'TV', 742 'Id' => 'Id', 743 'Ref' => 'Category', 722 744 'Filter' => '1', 723 745 ),
Note:
See TracChangeset
for help on using the changeset viewer.