Changeset 438 for trunk/finance


Ignore:
Timestamp:
Oct 13, 2012, 1:24:58 PM (13 years ago)
Author:
chronos
Message:
  • Přesunuto: Soubory s třídamy přesunuty do podsložky Common. Aktualizovány odkazy mezi soubory.
Location:
trunk/finance
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • trunk/finance/bill.php

    r152 r438  
    11<?php
    22
    3 include('../global.php');
     3include_once('../Common/Global.php');
    44
    55$System->Modules['Bill']->ShowStoredBill($_GET['Id']);
  • trunk/finance/clenove.php

    r423 r438  
    11<?php
    2 include('../global.php');
     2include_once('../Common/Global.php');
    33
    44class FinanceUserList extends Page
  • trunk/finance/faktury/index.php

    r417 r438  
    11<?php
    22
    3 include_once('../../global.php');
     3include_once('../../Common/Global.php');
    44
    55class InvoicesPage extends Page
  • trunk/finance/import.php

    r335 r438  
    11<?php
    2 include('../global.php');
     2
     3include_once('../Common/Global.php');
    34
    45class FinanceImportPayment extends Page
  • trunk/finance/index.php

    r419 r438  
    11<?php
    2 include_once('../global.php');
     2
     3include_once('../Common/Global.php');
    34
    45class FinanceOverview extends Page
  • trunk/finance/inventory.php

    r409 r438  
    11<?php
    2 include_once('../global.php');
     2
     3include_once('../Common/Global.php');
    34
    45class FinanceStoragePage extends Page
  • trunk/finance/manage.php

    r422 r438  
    11<?php
    2 include_once('../global.php');
     2
     3include_once('../Common/Global.php');
    34
    45class FinanceManagePage extends Page
  • trunk/finance/monthly_overall.php

    r407 r438  
    11<?php
    2 include_once('../global.php');
     2
     3include_once('../Common/Global.php');
    34
    45class FinanceMonthlyOverallPage extends Page
  • trunk/finance/spotreba.php

    r415 r438  
    11<?php
    2 include_once('../global.php');
     2
     3include_once('../Common/Global.php');
    34
    45class FinanceConsumption extends Page
  • trunk/finance/tarify.php

    r419 r438  
    11<?php
    2 include_once('../global.php');
     2
     3include_once('../Common/Global.php');
    34
    45class FinanceTarrifsPage extends Page
     
    2021    $Output .= '<tr><th>Název tarifu</th><th>Min. rychlost [kbit/s]</th><th>Max. rychlost [kbit/s]</th><th>Agregační poměr</th><th>Počet podílníků</th><th>Cena [Kč]</th><th>Součet ceny [Kč]</th></tr>';
    2122    $TotalPrice = 0;
     23    $TotalMemberCount = 0;
    2224    foreach($Finance->Tariffs as $Index => $Tariff)
    2325    {
  • trunk/finance/user_state.php

    r427 r438  
    11<?php
    22
    3 include_once('../global.php');
     3include_once('../Common/Global.php');
    44
    55class FinanceUserState extends Page
  • trunk/finance/zarizeni.php

    r409 r438  
    11<?php
    2 include_once('../global.php');
     2
     3include_once('../Common/Global.php');
    34
    45class FinanceDeviceListPage extends Page
  • trunk/finance/zivnost.php

    r413 r438  
    11<?php
    2 include_once('../global.php');
     2
     3include_once('../Common/Global.php');
    34
    45class FinanceTaxFilingPage extends Page
Note: See TracChangeset for help on using the changeset viewer.