Changeset 438 for trunk/finance
- Timestamp:
- Oct 13, 2012, 1:24:58 PM (13 years ago)
- Location:
- trunk/finance
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/finance/bill.php
r152 r438 1 1 <?php 2 2 3 include ('../global.php');3 include_once('../Common/Global.php'); 4 4 5 5 $System->Modules['Bill']->ShowStoredBill($_GET['Id']); -
trunk/finance/clenove.php
r423 r438 1 1 <?php 2 include ('../global.php');2 include_once('../Common/Global.php'); 3 3 4 4 class FinanceUserList extends Page -
trunk/finance/faktury/index.php
r417 r438 1 1 <?php 2 2 3 include_once('../../ global.php');3 include_once('../../Common/Global.php'); 4 4 5 5 class InvoicesPage extends Page -
trunk/finance/import.php
r335 r438 1 1 <?php 2 include('../global.php'); 2 3 include_once('../Common/Global.php'); 3 4 4 5 class FinanceImportPayment extends Page -
trunk/finance/index.php
r419 r438 1 1 <?php 2 include_once('../global.php'); 2 3 include_once('../Common/Global.php'); 3 4 4 5 class FinanceOverview extends Page -
trunk/finance/inventory.php
r409 r438 1 1 <?php 2 include_once('../global.php'); 2 3 include_once('../Common/Global.php'); 3 4 4 5 class FinanceStoragePage extends Page -
trunk/finance/manage.php
r422 r438 1 1 <?php 2 include_once('../global.php'); 2 3 include_once('../Common/Global.php'); 3 4 4 5 class FinanceManagePage extends Page -
trunk/finance/monthly_overall.php
r407 r438 1 1 <?php 2 include_once('../global.php'); 2 3 include_once('../Common/Global.php'); 3 4 4 5 class FinanceMonthlyOverallPage extends Page -
trunk/finance/spotreba.php
r415 r438 1 1 <?php 2 include_once('../global.php'); 2 3 include_once('../Common/Global.php'); 3 4 4 5 class FinanceConsumption extends Page -
trunk/finance/tarify.php
r419 r438 1 1 <?php 2 include_once('../global.php'); 2 3 include_once('../Common/Global.php'); 3 4 4 5 class FinanceTarrifsPage extends Page … … 20 21 $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>'; 21 22 $TotalPrice = 0; 23 $TotalMemberCount = 0; 22 24 foreach($Finance->Tariffs as $Index => $Tariff) 23 25 { -
trunk/finance/user_state.php
r427 r438 1 1 <?php 2 2 3 include_once('../ global.php');3 include_once('../Common/Global.php'); 4 4 5 5 class FinanceUserState extends Page -
trunk/finance/zarizeni.php
r409 r438 1 1 <?php 2 include_once('../global.php'); 2 3 include_once('../Common/Global.php'); 3 4 4 5 class FinanceDeviceListPage extends Page -
trunk/finance/zivnost.php
r413 r438 1 1 <?php 2 include_once('../global.php'); 2 3 include_once('../Common/Global.php'); 3 4 4 5 class FinanceTaxFilingPage extends Page
Note:
See TracChangeset
for help on using the changeset viewer.