Changeset 486 for trunk/form_classes.php
- Timestamp:
- Feb 10, 2013, 9:20:06 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/form_classes.php
r484 r486 16 16 17 17 $FormClasses = array( 18 'File' => array( 19 'Title' => 'Soubor', 20 'Table' => 'File', 21 'Items' => array( 22 'Name' => array('Type' => 'String', 'Caption' => 'Jméno', 'Default' => ''), 23 'Directory' => array('Type' => 'TDirectory', 'Caption' => 'Adresář', 'Default' => '', 'Null' => true), 24 'Size' => array('Type' => 'Integer', 'Caption' => 'Velikost', 'Default' => ''), 25 ), 26 ), 27 'FileDirectory' => array( 28 'Title' => 'Adresář souborů', 29 'Table' => 'FileDirectory', 30 'Items' => array( 31 'Name' => array('Type' => 'String', 'Caption' => 'Jméno', 'Default' => ''), 32 'Parent' => array('Type' => 'TDirectory', 'Caption' => 'Nadřazený adresář', 'Default' => '', 'Null' => true), 33 ), 34 ), 18 35 'NetworkLink' => array( 19 36 'Title' => 'Síťové propojení', … … 331 348 'DefaultSortColumn' => 'Comment', 332 349 'Items' => array( 350 'Subject' => array('Type' => 'TSubject', 'Caption' => 'Vlastník', 'Default' => ''), 333 351 'Comment' => array('Type' => 'String', 'Caption' => 'Komentář', 'Default' => ''), 334 352 'Number' => array('Type' => 'String', 'Caption' => 'Číslo', 'Default' => ''), 335 353 'TimeCreate' => array('Type' => 'Date', 'Caption' => 'Čas vytvoření', 'Default' => ''), 354 'TimeEnd' => array('Type' => 'Date', 'Caption' => 'Čas zrušení', 'Default' => ''), 355 'Operations' => array('Type' => 'TFinanceOperationListAccount', 'Caption' => 'Operace', 'Default' => ''), 336 356 ), 337 357 ), … … 500 520 ), 501 521 ), 502 'FinanceInvoiceItem' => array(503 'Title' => 'Položka faktury',504 'Items' => array(505 'Value' => array('Type' => 'Float', 'Caption' => 'Částka [Kč]', 'Default' => '0', 'Suffix' => 'Kč'),506 'Text' => array('Type' => 'String', 'Caption' => 'Popis', 'Default' => 'Položka'),507 'Quantity' => array('Type' => 'Integer', 'Caption' => 'Množství', 'Default' => '1'),508 'Tax' => array('Type' => 'Integer', 'Caption' => 'Daň [%]', 'Default' => '19', 'Suffix' => '%'),509 ),510 ),511 522 'FinanceOperation' => array( 512 523 'Title' => 'Finanční operace', … … 526 537 ), 527 538 ), 528 'Finance ClaimsLiabilities' => array(539 'FinanceInvoice' => array( 529 540 'Title' => 'Závazky a pohledávky', 530 'Table' => 'Finance ClaimsLiabilities',541 'Table' => 'FinanceInvoice', 531 542 'DefaultSortColumn' => 'TimeCreation', 532 543 'Items' => array( 544 'BillCode' => array('Type' => 'String', 'Caption' => 'Označení', 'Default' => ''), 545 'Subject' => array('Type' => 'TSubject', 'Caption' => 'Subjekt', 'Default' => ''), 533 546 'TimeCreation' => array('Type' => 'Date', 'Caption' => 'Čas vytvoření', 'Default' => ''), 534 547 'TimeDue' => array('Type' => 'Date', 'Caption' => 'Čas splatnosti', 'Default' => ''), 535 548 'TimePayment' => array('Type' => 'Date', 'Caption' => 'Čas zaplacení', 'Default' => ''), 536 'Subject' => array('Type' => 'TSubject', 'Caption' => 'Subjekt', 'Default' => ''),537 'BillCode' => array('Type' => 'String', 'Caption' => 'Označení', 'Default' => ''),538 549 'Value' => array('Type' => 'Integer', 'Caption' => 'Částka', 'Default' => '0', 'Suffix' => 'Kč'), 539 'Text' => array('Type' => 'String', 'Caption' => 'Popis', 'Default' => ''), 540 'Bill' => array('Type' => 'TFinanceBill', 'Caption' => 'Doklad', 'Default' => '', 'Null' => true), 550 'File' => array('Type' => 'TFile', 'Caption' => 'Doklad', 'Default' => '', 'Null' => true), 551 'Items' => array('Type' => 'TFinanceInvoiceItemListInvoice', 'Caption' => 'Položky', 'Default' => ''), 552 ), 553 ), 554 'FinanceInvoiceItem' => array( 555 'Title' => 'Položka faktury', 556 'Table' => 'FinanceInvoiceItem', 557 'Items' => array( 558 'FinanceInvoice' => array('Type' => 'TFinanceInvoice', 'Caption' => 'Faktura', 'Default' => '0'), 559 'Description' => array('Type' => 'String', 'Caption' => 'Popis', 'Default' => 'Položka'), 560 'Price' => array('Type' => 'Float', 'Caption' => 'Částka [Kč]', 'Default' => '0', 'Suffix' => 'Kč'), 561 'Quantity' => array('Type' => 'Integer', 'Caption' => 'Množství', 'Default' => '1'), 562 'VAT' => array('Type' => 'Integer', 'Caption' => 'Daň [%]', 'Default' => '19', 'Suffix' => '%'), 541 563 ), 542 564 ), … … 835 857 'Filter' => '1', 836 858 ), 837 'TFi nanceBill' => array(838 'Type' => 'Reference', 839 'Table' => 'Fi nanceBills',859 'TFile' => array( 860 'Type' => 'Reference', 861 'Table' => 'File', 840 862 'Id' => 'Id', 841 863 'Name' => 'Id', … … 894 916 'Type' => 'Reference', 895 917 'Table' => 'Language', 918 'Id' => 'Id', 919 'Name' => 'Name', 920 'Filter' => '1', 921 ), 922 'TDirectory' => array( 923 'Type' => 'Reference', 924 'Table' => 'FileDirectory', 896 925 'Id' => 'Id', 897 926 'Name' => 'Name', … … 940 969 'Filter' => '1', 941 970 ), 971 'TFinanceInvoice' => array( 972 'Type' => 'Reference', 973 'Table' => 'FinanceInvoice', 974 'Id' => 'Id', 975 'Name' => 'BillCode', 976 'Filter' => '1', 977 ), 942 978 'TPermissionGroup' => array( 943 979 'Type' => 'Reference', … … 1050 1086 'Id' => 'Id', 1051 1087 'Ref' => 'Interface2', 1088 'Filter' => '1', 1089 ), 1090 'TFinanceInvoiceItemListInvoice' => array( 1091 'Type' => 'ManyToOne', 1092 'Table' => 'FinanceInvoiceItem', 1093 'Id' => 'Id', 1094 'Ref' => 'FinanceInvoice', 1095 'Filter' => '1', 1096 ), 1097 'TFinanceOperationListAccount' => array( 1098 'Type' => 'ManyToOne', 1099 'Table' => 'FinanceOperation', 1100 'Id' => 'Id', 1101 'Ref' => 'BankAccount', 1052 1102 'Filter' => '1', 1053 1103 ),
Note:
See TracChangeset
for help on using the changeset viewer.