Changeset 55
- Timestamp:
- Feb 24, 2008, 9:29:06 PM (17 years ago)
- Location:
- www
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
www/finance/index.php
r50 r55 61 61 $TotalFamily = 600; 62 62 echo('V připojených domácnostech celkem <strong>'.$Row5[0].'</strong> občanů ze všech <strong>'.$TotalFamily.'</strong> ('.round($Row5[0] / $TotalFamily * 100).' %)<br>'); 63 echo('Provizorní bankovní účet kam lze posílát peníze: <strong>86-7755240207/0100</strong><br>'); 63 echo('IČO: <strong>75904535</strong><br>'. 64 'DIČ: <strong>CZ8303255884</strong><br>'. 65 'Bankovní účet: <strong>218098370 / 0300</strong><br>'. 66 '<br>'); 64 67 65 68 echo('</td><td valign="top">'); -
www/finance/prepocet.php
r52 r55 128 128 RecalculateTariffs(); 129 129 //DiscountNetworkDevicePrice(); 130 $InvoiceGenerator->CustomGenerate();130 //$InvoiceGenerator->CustomGenerate(); 131 131 RecalculateUsersFinance(); 132 132 -
www/index.php
r35 r55 132 132 // Zobrazení seznamu neplaticich uzivatelu 133 133 echo('<strong>Dlužníci:</strong><br><span style="font-size: smaller;">'); 134 $DbResult = $Database->select('users', 'CONCAT(second_name, " ", first_name) as fullname', 'cash<0 ORDER BY cash');134 $DbResult = $Database->select('users', 'CONCAT(second_name, " ", first_name) as fullname', 'cash<0 AND role=2 ORDER BY cash'); 135 135 while($Row = $DbResult->fetch_array()) 136 136 {
Note:
See TracChangeset
for help on using the changeset viewer.