Changeset 632 for trunk/Modules/Finance/Finance.php
- Timestamp:
- Jan 3, 2014, 5:55:20 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Finance/Finance.php
r628 r632 345 345 'Treasury' => array('Type' => 'TFinanceTreasury', 'Caption' => 'Pokladna', 'Default' => '', 'Null' => true), 346 346 'Generate' => array('Type' => 'Boolean', 'Caption' => 'Generovat', 'Default' => ''), 347 'InvoiceRel' => array('Type' => 'TFinanceInvoiceOperationRelListOperation', 'Caption' => 'Zaplacené faktury', 'Default' => ''), 347 348 ), 348 349 'BeforeInsert' => array($this, 'BeforeInsertFinanceOperation'), … … 363 364 'Generate' => array('Type' => 'Boolean', 'Caption' => 'Generovat', 'Default' => ''), 364 365 'Items' => array('Type' => 'TFinanceInvoiceItemListInvoice', 'Caption' => 'Položky', 'Default' => ''), 366 'OperationRel' => array('Type' => 'TFinanceInvoiceOperationRelListInvoice', 'Caption' => 'Platba', 'Default' => ''), 365 367 ), 366 368 'BeforeInsert' => array($this, 'BeforeInsertFinanceOperation'), … … 450 452 'ReplaceId' => array('Type' => 'TFinanceCharge', 'Caption' => 'Cílová položka', 'Default' => '0', 'Null' => true), 451 453 ), 452 )); 454 )); 453 455 454 456 $this->System->AddModule(new Bill($this->System));
Note:
See TracChangeset
for help on using the changeset viewer.