Home
last modified time | relevance | path

Searched refs:TotalGLValue (Results 1 – 5 of 5) sorted by relevance

/dports/finance/weberp/webERP/
H A DImportBankTransAnalysis.php215 $TotalGLValue=0; variable
229 $TotalGLValue += $EnteredGLCode->Amount;
236 …<td class="number">' . locale_number_format($TotalGLValue,$_SESSION['Statement']->CurrDecimalPlace…
244 if (($_SESSION['Trans'][$TransID]->Amount - $TotalGLValue)!=0) {
246 …="red">' . locale_number_format($_SESSION['Trans'][$TransID]->Amount-$TotalGLValue,$_SESSION['Stat…
H A DSuppTransGLAnalysis.php114 $TotalGLValue = 0; variable
128 $TotalGLValue+= $EnteredGLCode->Amount;
135 …<td class="number">' . locale_number_format($TotalGLValue, $_SESSION['SuppTrans']->CurrDecimalPlac…
H A DSupplierCredit.php462 $TotalGLValue=0; variable
474 $TotalGLValue += $EnteredGLCode->Amount;
485 …<td class="number" style="color:red">' . locale_number_format($TotalGLValue,$_SESSION['SuppTrans']…
494 if (!isset($TotalGLValue)) {
495 $TotalGLValue=0; variable
506 …$_SESSION['SuppTrans']->OvAmount = round($TotalGRNValue + $TotalGLValue + $TotalAssetValue + $Tota…
657 …}elseif ($_SESSION['SuppTrans']->OvAmount < round($TotalShiptValue + $TotalGLValue + $TotalAssetVa…
H A DSupplierInvoice.php830 $TotalGLValue = 0; variable
859 $TotalGLValue += $EnteredGLCode->Amount;
865 …<td class="number" style="color:blue">' . locale_number_format($TotalGLValue,$_SESSION['SuppTrans…
870 …$_SESSION['SuppTrans']->OvAmount = ($TotalGRNValue + $TotalGLValue + $TotalAssetValue + $TotalShip…
/dports/finance/weberp/webERP/includes/
H A DDefineSuppTransClass.php288 $TotalGLValue =0;
290 $TotalGLValue += $GL->Amount;
292 return $TotalGLValue;