Changeset 157 for www/finance/manage.php


Ignore:
Timestamp:
Feb 18, 2009, 11:19:12 AM (15 years ago)
Author:
george
Message:
  • Upraveno: Soubor include.php ve financích přepracován na třídy ve finance.php.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • www/finance/manage.php

    r156 r157  
    11<?php
    22include_once('../global.php');
    3 include_once('include.php');
    43
    54class FinanceManagePage extends Page
     
    109  function Show()
    1110  {
    12     //if(!$this->System->Modules['User']->CheckPermission('Finance', 'Manage')) return('Nemáte oprávnění');
     11    if(!$this->System->Modules['User']->CheckPermission('Finance', 'Manage')) return('Nemáte oprávnění');
    1312
    1413    if(array_key_exists('Operation', $_GET)) $Operation = $_GET['Operation']; else $Operation = '';
     14        //$Operation = 'ImportOldData';
    1515    switch($Operation)
    1616    {
     
    5656        $Output .= '<a href="?Operation=ConvertPDFToFile">Převést data z databáze do souborů</a><br>';
    5757        $Output .= '<a href="?Operation=Bills">Správa dokladů</a><br>';
     58                $Output .= '<a href="prepocet.php">Přepočet financí</a><br>';
    5859    }
    5960    return($Output);
Note: See TracChangeset for help on using the changeset viewer.