Ignore:
Timestamp:
Sep 7, 2014, 2:48:21 PM (10 years ago)
Author:
chronos
Message:
  • Upraveno: Spotřeba se dále bude zákazníkům evidovat jako samostatná přiřazená služba namísto pevného vkládání položky a dopočtu z tabulky "Placení zákazníků".
File:
1 edited

Legend:

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

    r680 r688  
    162162            'Quantity' => $Period['MonthCount'], 'VAT' => $this->System->Modules['Finance']->GetVATByType($Service['VAT']));
    163163          $MonthlyTotal += $Service['Price'];
    164         }
    165         if($Member['MonthlyPlus'] != 0)
    166         {
    167           $InvoiceItems[] = array('Description' => 'Spotřeba energie', 'Price' => -$Member['MonthlyPlus'],
    168             'Quantity' => $Period['MonthCount'], 'VAT' => $this->System->Modules['Finance']->GetVATByType(VAT_TYPE_BASE));
    169           $MonthlyTotal -= $Member['MonthlyPlus'];
    170164        }
    171165        $PayPerPeriod = $MonthlyTotal * $Period['MonthCount'];
Note: See TracChangeset for help on using the changeset viewer.