Changeset 628 for trunk/Application/FormClasses.php
- Timestamp:
- Jan 2, 2014, 1:20:35 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/FormClasses.php
r627 r628 62 62 'DocumentLine' => array('Type' => 'TDocumentLine', 'Caption' => 'Dokladová řada', 'Default' => ''), 63 63 'FinanceYear' => array('Type' => 'TFinanceYear', 'Caption' => 'Účetní rok', 'Default' => ''), 64 'NextNumber' => array('Type' => 'Integer', 'Caption' => 'Další číslo', 'Default' => ' '),65 'YearPrefix' => array('Type' => 'Boolean', 'Caption' => 'Rok jako př edpona', 'Default' => ''),64 'NextNumber' => array('Type' => 'Integer', 'Caption' => 'Další číslo', 'Default' => '1'), 65 'YearPrefix' => array('Type' => 'Boolean', 'Caption' => 'Rok jako přípona', 'Default' => '1'), 66 66 'Operations' => array('Type' => 'TFinanceOperationListDocumentLine', 'Caption' => 'Finanční operace', 'Default' => ''), 67 67 'Invoices' => array('Type' => 'TFinanceInvoiceListDocumentLine', 'Caption' => 'Faktury', 'Default' => ''), … … 79 79 'Sequence' => array('Type' => 'TDocumentLineSequenceListYear', 'Caption' => 'Čísleníky', 'Default' => ''), 80 80 ), 81 //'AfterInsert' => array($this, 'AfterInsertFinanceYear'), 81 82 ), 82 83 'Language' => array(
Note:
See TracChangeset
for help on using the changeset viewer.