Home
last modified time | relevance | path

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

/dports/finance/weberp/webERP/
H A DSupplierInquiry.php78 $SupplierResult = DB_query($SQL, $ErrMsg, $DbgMsg); variable
80 if(DB_num_rows($SupplierResult) == 0) {
100 $SupplierResult = DB_query($SQL, $ErrMsg, $DbgMsg); variable
106 $SupplierRecord = DB_fetch_array($SupplierResult);
H A DSupplierBalsAtPeriodEnd.php47 $SupplierResult = DB_query($SQL); variable
60 if (DB_num_rows($SupplierResult) ==0) {
73 While ($SupplierBalances = DB_fetch_array($SupplierResult)){
H A DAgedSuppliers.php104 $SupplierResult = DB_query($SQL,'','',False,False); /*dont trap errors */ variable
126 $ListCount = DB_num_rows($SupplierResult); // UldisN
128 while ($AgedAnalysis = DB_fetch_array($SupplierResult)){
H A DPurchaseByPrefSupplier.php131 $SupplierResult = DB_query($sql); variable
132 $SupplierRow = DB_fetch_array($SupplierResult);
H A DPayments.php787 $SupplierResult = DB_query($SupplierSQL); variable
788 $SupplierRow = DB_fetch_array($SupplierResult);