Ignore:
Timestamp:
Jan 3, 2014, 5:55:20 PM (11 years ago)
Author:
chronos
Message:
  • Přidáno: Vztahy faktura - platba lze definovat jako vztah N:M. Jedna platba může být přiřazena k více fakturám. K jedné fakturě může být přiřazeno více plateb.
File:
1 edited

Legend:

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

    r628 r632  
    345345        'Treasury' => array('Type' => 'TFinanceTreasury', 'Caption' => 'Pokladna', 'Default' => '', 'Null' => true),
    346346        'Generate' => array('Type' => 'Boolean', 'Caption' => 'Generovat', 'Default' => ''),
     347        'InvoiceRel' => array('Type' => 'TFinanceInvoiceOperationRelListOperation', 'Caption' => 'Zaplacené faktury', 'Default' => ''),       
    347348      ),
    348349      'BeforeInsert' => array($this, 'BeforeInsertFinanceOperation'),
     
    363364        'Generate' => array('Type' => 'Boolean', 'Caption' => 'Generovat', 'Default' => ''),
    364365        'Items' => array('Type' => 'TFinanceInvoiceItemListInvoice', 'Caption' => 'Položky', 'Default' => ''),
     366        'OperationRel' => array('Type' => 'TFinanceInvoiceOperationRelListInvoice', 'Caption' => 'Platba', 'Default' => ''),
    365367      ),
    366368      'BeforeInsert' => array($this, 'BeforeInsertFinanceOperation'),
     
    450452        'ReplaceId' => array('Type' => 'TFinanceCharge', 'Caption' => 'Cílová položka', 'Default' => '0', 'Null' => true),
    451453      ),
    452     ));   
     454    ));     
    453455   
    454456    $this->System->AddModule(new Bill($this->System));
Note: See TracChangeset for help on using the changeset viewer.