Home
last modified time | relevance | path

Searched refs:ShipQty (Results 1 – 4 of 4) sorted by relevance

/dports/finance/weberp/webERP/
H A DStockDispatch.php183 $ShipQty = $AvailableShipQtyAtFrom; variable
186 $ShipQty = 0; variable
190 $ShipQty = $NeededQtyAtTo; variable
193 $ShipQty = $AvailableShipQtyAtFrom; variable
198 if ($ShipQty>0) {
212 …$pdf->addTextWrap(465,$YPos,40,11,locale_number_format($ShipQty, $myrow['decimalplaces']),'right',…
220 …$pdf->addTextWrap(460,$YPos,40,11,locale_number_format($ShipQty,$myrow['decimalplaces']),'right',0…
233 …$pdf->addTextWrap(450,$YPos,40,11,locale_number_format($ShipQty,$myrow['decimalplaces']),'right',0…
237 $DefaultPrice = GetPrice($myrow['stockid'],$ToCustomer, $ToBranch, $ShipQty, false);
264 '" . $ShipQty . "',
H A DStockLocTransferReceive.php46 if($TrfLine->PrevRecvQty + $TrfLine->Quantity > $TrfLine->ShipQty) {
559 …echo '<td class="number">' . locale_number_format($TrfLine->ShipQty, $TrfLine->DecimalPlaces) . '<…
/dports/finance/weberp/webERP/includes/
H A DDefineStockTransfers.php58 var $ShipQty; variable in LineItem
84 $this->ShipQty = $Quantity;
/dports/finance/weberp/webERP/sql/mysql/
H A Dupgrade2.8-2.9.sql167 `ShipQty` int(11) NOT NULL default '0',