Changeset 716


Ignore:
Timestamp:
Jan 1, 2015, 2:28:32 PM (10 years ago)
Author:
chronos
Message:
  • Removed: Outdated and misleading information about internal finance state.
Location:
trunk
Files:
4 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/Version.php

    r715 r716  
    11<?php
    22
    3 $Revision = 715; // Subversion revision
     3$Revision = 716; // Subversion revision
    44$DatabaseRevision = 715; // SQL structure revision
    55$ReleaseTime = strtotime('2015-01-01');
  • trunk/Modules/Finance/Finance.php

    r715 r716  
    11<?php
    22
    3 include_once(dirname(__FILE__).'/Overview.php');
    43include_once(dirname(__FILE__).'/Bill.php');
    5 include_once(dirname(__FILE__).'/Services.php');
    6 include_once(dirname(__FILE__).'/Customers.php');
    7 include_once(dirname(__FILE__).'/MonthlyOverall.php');
    84include_once(dirname(__FILE__).'/Manage.php');
    95include_once(dirname(__FILE__).'/UserState.php');
     
    270266    global $Config;
    271267
    272     $this->System->RegisterPage('finance', 'PageFinance');
    273     $this->System->RegisterPage(array('finance', 'sluzby'), 'PageFinanceServices');
    274     $this->System->RegisterPage(array('finance', 'mesicni-prehledy'), 'PageFinanceMonthlyOverall');
    275     $this->System->RegisterPage(array('finance', 'zakaznici'), 'PageFinanceCustomers');
    276268    $this->System->RegisterPage(array('finance', 'sprava'), 'PageFinanceManage');
    277269    $this->System->RegisterPage(array('finance', 'platby'), 'PageFinanceUserState');
Note: See TracChangeset for help on using the changeset viewer.