Changeset 364 for trunk/finance


Ignore:
Timestamp:
Jan 19, 2012, 7:30:34 AM (13 years ago)
Author:
chronos
Message:
  • Přesunuto: Obecné soubory do podsložky Common.
  • Obnoveny: Chybějící soubory HostList a UserList.
Location:
trunk/finance
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/finance/bills.php

    r340 r364  
    11<?php
    22
    3 class Bill extends OldModule
     3class Bill
    44{
     5  var $Database;
     6  var $System;
     7  var $Config;
    58  var $SpecificSymbol = 1; // počítačová sít
    69  var $FileFolder = 'doklady';
  • trunk/finance/finance.php

    r340 r364  
    11<?php
    22
    3 class Finance extends OldModule
     3class Finance
    44{
     5  var $Database;
     6  var $Config;
     7  var $System;
     8 
    59  var $kWh;
    610  var $Internet;
Note: See TracChangeset for help on using the changeset viewer.