Home
last modified time | relevance | path

Searched refs:JournalTotal (Results 1 – 2 of 2) sorted by relevance

/dports/finance/weberp/webERP/includes/
H A DDefineJournalClass.php11 var $JournalTotal; /*Running total for the journal */ variable in Journal
19 $this->JournalTotal=0;
32 $this->JournalTotal += $Amount;
40 $this->JournalTotal -= $this->GLEntries[$GL_ID]->Amount;
/dports/finance/weberp/webERP/
H A DGLJournal.php625 if (abs($_SESSION['JournalDetail']->JournalTotal) < 0.001 and $_SESSION['JournalDetail']->GLItemCou…