Changeset 157 for www/finance/manage.php
- Timestamp:
- Feb 18, 2009, 11:19:12 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
www/finance/manage.php
r156 r157 1 1 <?php 2 2 include_once('../global.php'); 3 include_once('include.php');4 3 5 4 class FinanceManagePage extends Page … … 10 9 function Show() 11 10 { 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í'); 13 12 14 13 if(array_key_exists('Operation', $_GET)) $Operation = $_GET['Operation']; else $Operation = ''; 14 //$Operation = 'ImportOldData'; 15 15 switch($Operation) 16 16 { … … 56 56 $Output .= '<a href="?Operation=ConvertPDFToFile">Převést data z databáze do souborů</a><br>'; 57 57 $Output .= '<a href="?Operation=Bills">Správa dokladů</a><br>'; 58 $Output .= '<a href="prepocet.php">Přepočet financí</a><br>'; 58 59 } 59 60 return($Output);
Note:
See TracChangeset
for help on using the changeset viewer.