Ignore:
Timestamp:
Feb 18, 2009, 12:16:11 PM (16 years ago)
Author:
george
Message:
  • Přidáno: Částečná podpora pro dokladové řady.
  • Přidáno: Zobrazování měsíčních investic v přehledu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/www/finance/index.php

    r107 r160  
    1515
    1616    $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 />';
    1721    $Output .= '<a href="zarizeni.php">Výpis zařízení</a><br />';
    1822    if($this->System->Modules['User']->CheckPermission('Finance', 'SubjectList')) $Output .= '<a href="clenove.php">Seznam členů</a><br />';
    1923    $Output .= '<a href="spotreba.php">Spotřeba energie</a><br />';
    2024    $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 />';
    2527    $Output .= '</td><td width="50%">';
    2628
     
    3133    $DbResult = $this->Database->query("SELECT * FROM finance_monthly_overall ORDER BY date DESC LIMIT 0,1");
    3234    $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 />';
    3436
    3537    $DbResult = $this->Database->query("SELECT COUNT(*) FROM users WHERE role=2");
    3638    $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 />';
    3840
    3941    $DbResult = $this->Database->query("SELECT SUM(price) FROM network_devices WHERE used=1");
     
    5052    $TotalFamily = 600;
    5153    $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 />'.
    5355    'DIČ: <strong>CZ8303255884</strong><br />'.
    5456    'Bankovní účet: <strong>218098370 / 0300</strong><br />'.
Note: See TracChangeset for help on using the changeset viewer.