Changeset 447 for trunk/form_classes.php
- Timestamp:
- Oct 16, 2012, 8:26:33 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/form_classes.php
r446 r447 11 11 'Norm' => array('Type' => 'String', 'Caption' => 'Video norma', 'Default' => ''), 12 12 'Homepage' => array('Type' => 'Hyperlink', 'Caption' => 'Web', 'Default' => ''), 13 'Language' => array('Type' => 'TLanguage', 'Caption' => 'Jazyk', 'Default' => '' ),13 'Language' => array('Type' => 'TLanguage', 'Caption' => 'Jazyk', 'Default' => '', 'Null' => true), 14 14 'ShortName' => array('Type' => 'String', 'Caption' => 'Zkratka', 'Default' => ''), 15 15 'Stream' => array('Type' => 'Hyperlink', 'Caption' => 'Proud', 'Default' => ''), 16 16 'StreamWeb' => array('Type' => 'Hyperlink', 'Caption' => 'Proud web', 'Default' => ''), 17 17 'SourceType' => array('Type' => 'String', 'Caption' => 'Typ zdroje', 'Default' => ''), 18 'Category' => array('Type' => 'TTVGroup', 'Caption' => 'Kategorie', 'Default' => '' ),18 'Category' => array('Type' => 'TTVGroup', 'Caption' => 'Kategorie', 'Default' => '', 'Null' => true), 19 19 ), 20 20 ), … … 24 24 'DefaultSortColumn' => 'Name', 25 25 'Items' => array( 26 'Name' => array('Type' => 'String', 'Caption' => 'Jméno', 'Default' => ''), 26 'Name' => array('Type' => 'String', 'Caption' => 'Jméno', 'Default' => ''), 27 27 ), 28 28 ), … … 49 49 'Public' => array('Type' => 'Boolean', 'Caption' => 'Veřejné', 'Default' => '0'), 50 50 'Progress' => array('Type' => 'Integer', 'Caption' => 'Průběh', 'Default' => '0'), 51 'Group' => array('Type' => 'TTaskGroup', 'Caption' => 'Kategorie', 'Default' => '' ),51 'Group' => array('Type' => 'TTaskGroup', 'Caption' => 'Kategorie', 'Default' => '', 'Null' => true), 52 52 ), 53 53 ), … … 68 68 'Name' => array('Type' => 'String', 'Caption' => 'Jméno', 'Default' => ''), 69 69 'Description' => array('Type' => 'Text', 'Caption' => 'Popis', 'Default' => ''), 70 'Parent' => array('Type' => 'TTaskGroup', 'Caption' => 'Kategorie', 'Default' => '' ),70 'Parent' => array('Type' => 'TTaskGroup', 'Caption' => 'Kategorie', 'Default' => '', 'Null' => true), 71 71 'Tasks' => array('Type' => 'TTaskList', 'Caption' => 'Úkoly', 'Default' => ''), 72 72 ), … … 81 81 'VAT' => array('Type' => 'Integer', 'Caption' => 'DPH', 'Default' => '0'), 82 82 'Consumption' => array('Type' => 'Integer', 'Caption' => 'Spotřeba', 'Default' => ''), 83 'Manufacturer' => array('Type' => 'TSubject', 'Caption' => 'Výrobce', 'Default' => ''), 83 'Supplier' => array('Type' => 'TSubject', 'Caption' => 'Výrobce', 'Default' => '', 'Null' => true), 84 'Manufacturer' => array('Type' => 'TSubject', 'Caption' => 'Výrobce', 'Default' => '', 'Null' => true), 84 85 'Code' => array('Type' => 'String', 'Caption' => 'Kód', 'Default' => ''), 85 'UnitOfMeasure' => array('Type' => 'TUnitOfMeasure', 'Caption' => 'Měrná jednotka', 'Default' => '' ),86 'UnitOfMeasure' => array('Type' => 'TUnitOfMeasure', 'Caption' => 'Měrná jednotka', 'Default' => '', 'Null' => true), 86 87 'StockItems' => array('Type' => 'TStockItemListProduct', 'Caption' => 'Položky na skladě', 'Default' => ''), 87 88 ), … … 98 99 'Amount' => array('Type' => 'Integer', 'Caption' => 'Množství', 'Default' => '1'), 99 100 'SerialNumber' => array('Type' => 'String', 'Caption' => 'Sériové číslo', 'Default' => ''), 100 'Location' => array('Type' => 'TMember', 'Caption' => 'Umístění', 'Default' => '' ),101 'Segment' => array('Type' => 'TNetworkSegment', 'Caption' => 'Úsek sítě', 'Default' => '' ),101 'Location' => array('Type' => 'TMember', 'Caption' => 'Umístění', 'Default' => '', 'Null' => true), 102 'Segment' => array('Type' => 'TNetworkSegment', 'Caption' => 'Úsek sítě', 'Default' => '', 'Null' => true), 102 103 ), 103 104 ), … … 108 109 'Items' => array( 109 110 'Name' => array('Type' => 'String', 'Caption' => 'Jméno', 'Default' => ''), 110 'Location' => array('Type' => 'TMember', 'Caption' => 'Umístění', 'Default' => '' ),111 'Location' => array('Type' => 'TMember', 'Caption' => 'Umístění', 'Default' => '', 'Null' => true), 111 112 'Items' => array('Type' => 'TStockItemListStock', 'Caption' => 'Položky', 'Default' => ''), 112 113 ), … … 118 119 'Items' => array( 119 120 'Time' => array('Type' => 'DateTime', 'Caption' => 'Čas', 'Default' => ''), 120 'User' => array('Type' => 'TUser', 'Caption' => 'Uživatel', 'Default' => '' ),121 'User' => array('Type' => 'TUser', 'Caption' => 'Uživatel', 'Default' => '', 'Null' => true), 121 122 'Module' => array('Type' => 'String', 'Caption' => 'Modul', 'Default' => ''), 122 123 'Operation' => array('Type' => 'String', 'Caption' => 'Operace', 'Default' => ''), … … 139 140 'Items' => array( 140 141 'Name' => array('Type' => 'String', 'Caption' => 'Jméno', 'Default' => ''), 141 'Group' => array('Type' => 'TFinanceTariffGroup', 'Caption' => 'Skupina', 'Default' => '' ),142 'Group' => array('Type' => 'TFinanceTariffGroup', 'Caption' => 'Skupina', 'Default' => '', 'Null' => true), 142 143 'SpeedMin' => array('Type' => 'Integer', 'Caption' => 'Min. rychlost', 'Default' => '0'), 143 144 'SpeedMax' => array('Type' => 'Integer', 'Caption' => 'Max. rychlost', 'Default' => '0'), … … 145 146 'Price' => array('Type' => 'Integer', 'Caption' => 'Cena', 'Default' => '0'), 146 147 'MemberCount' => array('Type' => 'Integer', 'Caption' => 'Počet členů', 'Default' => ''), 147 'ReplaceId' => array('Type' => 'TFinanceTariff', 'Caption' => 'Nahradí tarif', 'Default' => '' ),148 'ReplaceId' => array('Type' => 'TFinanceTariff', 'Caption' => 'Nahradí tarif', 'Default' => '', 'Null' => true), 148 149 'Public' => array('Type' => 'Boolean', 'Caption' => 'Veřejné', 'Default' => ''), 149 150 ), … … 165 166 'BillingPeriodNext' => array('Type' => 'TFinanceBillingPeriod', 'Caption' => 'Fakturační období příští', 'Default' => ''), 166 167 'BillingPeriodLastDate' => array('Type' => 'Date', 'Caption' => 'Datum poslední fakturace', 'Default' => ''), 167 'NetworkSegment' => array('Type' => 'TNetworkSegment', 'Caption' => 'Úsek sítě', 'Default' => '' ),168 'NetworkSegment' => array('Type' => 'TNetworkSegment', 'Caption' => 'Úsek sítě', 'Default' => '', 'Null' => true), 168 169 'Hire' => array('Type' => 'Integer', 'Caption' => 'Nájem', 'Default' => '0'), 169 170 'Blocked' => array('Type' => 'Boolean', 'Caption' => 'Blokování', 'Default' => '0'), … … 305 306 'Domain' => array('Type' => 'String', 'Caption' => 'Doména', 'Default' => ''), 306 307 'NTP' => array('Type' => 'String', 'Caption' => 'NTP', 'Default' => ''), 307 'Member' => array('Type' => 'TMember', 'Caption' => 'Zákazník', 'Default' => '' ),308 'Member' => array('Type' => 'TMember', 'Caption' => 'Zákazník', 'Default' => '', 'Null' => true), 308 309 'ExtAddressRange' => array('Type' => 'String', 'Caption' => 'Vnější rozsah adres', 'Default' => ''), 309 310 'ExtMask' => array('Type' => 'String', 'Caption' => 'Vnější prefix', 'Default' => ''), … … 359 360 'Text' => array('Type' => 'String', 'Caption' => 'Popis', 'Default' => ''), 360 361 'Network' => array('Type' => 'Boolean', 'Caption' => 'Týkající sítě', 'Default' => ''), 361 'BankAccount' => array('Type' => 'TFinanceBankAccount', 'Caption' => 'Účet', 'Default' => '' ),362 'Treasury' => array('Type' => 'TFinanceTreasury', 'Caption' => 'Pokladna', 'Default' => '' ),362 'BankAccount' => array('Type' => 'TFinanceBankAccount', 'Caption' => 'Účet', 'Default' => '', 'Null' => true), 363 'Treasury' => array('Type' => 'TFinanceTreasury', 'Caption' => 'Pokladna', 'Default' => '', 'Null' => true), 363 364 ), 364 365 ), … … 375 376 'Value' => array('Type' => 'Integer', 'Caption' => 'Částka', 'Default' => '0', 'Unit' => 'Kč'), 376 377 'Text' => array('Type' => 'String', 'Caption' => 'Popis', 'Default' => ''), 377 'Bill' => array('Type' => 'TFinanceBill', 'Caption' => 'Doklad', 'Default' => '' ),378 'Bill' => array('Type' => 'TFinanceBill', 'Caption' => 'Doklad', 'Default' => '', 'Null' => true), 378 379 ), 379 380 ), … … 464 465 'Count' => array('Type' => 'Integer', 'Caption' => 'Počet', 'Default' => 1), 465 466 'Date' => array('Type' => 'Time', 'Caption' => 'Datum zakoupení', 'Default' => 'Now'), 466 'Segment' => array('Type' => 'TNetworkSegment', 'Caption' => 'Segment sítě', 'Default' => 0 ),467 'Segment' => array('Type' => 'TNetworkSegment', 'Caption' => 'Segment sítě', 'Default' => 0, 'Null' => true), 467 468 'Date' => array('Type' => 'Time', 'Caption' => 'Datum zakoupení', 'Default' => 'Now'), 468 469 'Used' => array('Type' => 'TNetworkDeviceState', 'Caption' => 'Stav', 'Default' => 0), 469 470 'Consumption' => array('Type' => 'Integer', 'Caption' => 'Spotřeba', 'Default' => 0), 470 ' User' => array('Type' => 'TFinanceSubject', 'Caption' => 'Subjekt', 'Default' => 0),471 'Member' => array('Type' => 'TMember', 'Caption' => 'Subjekt', 'Default' => 0), 471 472 'Info' => array('Type' => 'String', 'Caption' => 'Poznámky', 'Default' => ''), 472 473 'Shop' => array('Type' => 'String', 'Caption' => 'Obchod', 'Default' => ''),
Note:
See TracChangeset
for help on using the changeset viewer.