Changeset 160 for devel/www/finance/index.php
- Timestamp:
- Feb 18, 2009, 12:16:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/www/finance/index.php
r107 r160 15 15 16 16 $Output .= '<table><tr><td width="30%">'; 17 if(GetMemberByIP(GetRemoteAddress()) > 0) $Output .= '<a href="user_state.php">Vaše finanční operace</a><br /><br /><br />'; 18 19 $Output .= '<a href="monthly_overall.php">Měsíční přehledy</a><br />'; 20 $Output .= '<a href="tarify.php">Tarify</a><br />'; 17 21 $Output .= '<a href="zarizeni.php">Výpis zařízení</a><br />'; 18 22 if($this->System->Modules['User']->CheckPermission('Finance', 'SubjectList')) $Output .= '<a href="clenove.php">Seznam členů</a><br />'; 19 23 $Output .= '<a href="spotreba.php">Spotřeba energie</a><br />'; 20 24 $Output .= '<a href="'.$Config['Web']['RootFolder'].'/aktuality/index.php?category=9">Investice v síti</a><br />'; 21 $Output .= '<a href="monthly_overall.php">Měsíční přehledy</a><br />'; 22 $Output .= '<a href="faktury/">Faktury za internet</a><br />'; 23 $Output .= '<a href="tarify.php">Tarify</a><br />'; 24 $Output .= '<a href="inventory.php">Výpis skladových zásob</a><br />'; 25 //$Output .= '<a href="faktury/">Faktury za internet</a><br />'; 26 //$Output .= '<a href="inventory.php">Výpis skladových zásob</a><br />'; 25 27 $Output .= '</td><td width="50%">'; 26 28 … … 31 33 $DbResult = $this->Database->query("SELECT * FROM finance_monthly_overall ORDER BY date DESC LIMIT 0,1"); 32 34 $Row = $DbResult->fetch_array(); 33 $Output .= ' Aktuální měsíční poplatek za společný internet('.$RealMaxSpeed.'/'.$RealMaxSpeed.' kbit/s): <strong>'.$Internet.' Kč</strong><br />';35 $Output .= 'Platba za internetovou linku ('.$RealMaxSpeed.'/'.$RealMaxSpeed.' kbit/s): <strong>'.$Internet.' Kč</strong><br />'; 34 36 35 37 $DbResult = $this->Database->query("SELECT COUNT(*) FROM users WHERE role=2"); 36 38 $Row2 = $DbResult->fetch_array(); 37 $Output .= 'Počet členů (s internetem): <strong>'.$Row2[0].' ('.$InternetUsers.')</strong><br />';39 $Output .= 'Počet účastníků: <strong>'.$Row2[0].'</strong><br />'; 38 40 39 41 $DbResult = $this->Database->query("SELECT SUM(price) FROM network_devices WHERE used=1"); … … 50 52 $TotalFamily = 600; 51 53 $Output .= '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 />'; 52 $Output .= 'IČ O: <strong>75904535</strong><br />'.54 $Output .= 'IČ: <strong>75904535</strong><br />'. 53 55 'DIČ: <strong>CZ8303255884</strong><br />'. 54 56 'Bankovní účet: <strong>218098370 / 0300</strong><br />'.
Note:
See TracChangeset
for help on using the changeset viewer.