Changeset 523 for trunk/Modules/Finance


Ignore:
Timestamp:
Apr 20, 2013, 8:21:15 PM (12 years ago)
Author:
chronos
Message:
  • Upraveno: Záznam akcí Log předělán na aplikační modul.
  • Přidáno: Modul System a zobrazení seznamu dostupných modulů.
Location:
trunk/Modules/Finance
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Finance/Import.php

    r521 r523  
    139139      $this->InsertMoney($_POST['Subject'.$I], $_POST['Money'.$I], 0, $_POST['Taxable'.$I], $Date, $_POST['Text'.$I], $DocumentLine);
    140140      $Output .= $I.', ';
    141       $this->System->Modules['Log']->NewRecord('Finance', 'NewPaymentInserted');
     141      $this->System->ModuleManager->Modules['Log']->NewRecord('Finance', 'NewPaymentInserted');
    142142    }
    143143    return($Output);
  • trunk/Modules/Finance/finance.php

    r521 r523  
    229229        'Cash' => $Cash, 'MonthlyPlus' => $this->W2Kc($ConsumptionPlus)));
    230230    }
    231     $this->System->Modules['Log']->NewRecord('Finance', 'RecalculateMemberPayment'); 
     231    $this->System->ModuleManager->Modules['Log']->NewRecord('Finance', 'RecalculateMemberPayment'); 
    232232    $this->RecalculateTariffs(1);
    233233    $this->RecalculateTariffs(0);
     
    272272    $DbResult = $this->Database->update('NetworkSegment', 'Id='.$this->InternetSegmentId,
    273273      array('Users' => $Row[0], 'UsersOverheads' => $Row[0]));
    274     $this->System->Modules['Log']->NewRecord('Finance', 'RecalculateSegmentParameters');
     274    $this->System->ModuleManager->Modules['Log']->NewRecord('Finance', 'RecalculateSegmentParameters');
    275275    return($Output);
    276276  } 
Note: See TracChangeset for help on using the changeset viewer.