Ignore:
Timestamp:
Jan 1, 2017, 10:21:42 PM (8 years ago)
Author:
chronos
Message:
  • Added: Autocreate new finance year if necessary for new document line items.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/FormClasses.php

    r817 r844  
    2929      'Name' => array('Type' => 'String', 'Caption' => 'Jméno', 'Default' => ''),
    3030      'Shortcut' => array('Type' => 'String', 'Caption' => 'Kód', 'Default' => ''),
     31      'Yearly' => array('Type' => 'Boolean', 'Caption' => 'Ročně', 'Default' => 0),
    3132      'Sequence' => array('Type' => 'TDocumentLineSequenceListLine', 'Caption' => 'Čísleníky', 'Default' => ''),
    3233      'Codes' => array('Type' => 'TDocumentLineCodeList', 'Caption' => 'Kódy', 'Default' => ''),
Note: See TracChangeset for help on using the changeset viewer.