Ignore:
Timestamp:
Jan 1, 2015, 3:22:27 PM (10 years ago)
Author:
chronos
Message:
  • Added: New table Company for representation of currecnt selected subject to work with.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Finance/Finance.php

    r716 r718  
    320320      'BeforeInsert' => array($this, 'BeforeInsertFinanceOperation'),
    321321    ));
     322    $this->System->FormManager->RegisterClass('Company', array(
     323      'Title' => 'Firma',
     324      'Table' => 'Company',
     325      'Items' => array(
     326        'Name' => array('Type' => 'String', 'Caption' => 'Název', 'Default' => '0'),
     327        'Subject' => array('Type' => 'TSubject', 'Caption' => 'Subjekt', 'Default' => '0'),
     328      ),
     329    ));
    322330    $this->System->FormManager->RegisterClass('FinanceInvoiceItem', array(
    323331      'Title' => 'Položka faktury',
Note: See TracChangeset for help on using the changeset viewer.