Changeset 716
- Timestamp:
- Jan 1, 2015, 2:28:32 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 4 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/Version.php
r715 r716 1 1 <?php 2 2 3 $Revision = 71 5; // Subversion revision3 $Revision = 716; // Subversion revision 4 4 $DatabaseRevision = 715; // SQL structure revision 5 5 $ReleaseTime = strtotime('2015-01-01'); -
trunk/Modules/Finance/Finance.php
r715 r716 1 1 <?php 2 2 3 include_once(dirname(__FILE__).'/Overview.php');4 3 include_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');8 4 include_once(dirname(__FILE__).'/Manage.php'); 9 5 include_once(dirname(__FILE__).'/UserState.php'); … … 270 266 global $Config; 271 267 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');276 268 $this->System->RegisterPage(array('finance', 'sprava'), 'PageFinanceManage'); 277 269 $this->System->RegisterPage(array('finance', 'platby'), 'PageFinanceUserState');
Note:
See TracChangeset
for help on using the changeset viewer.