Home
last modified time | relevance | path

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

/dports/finance/weberp/webERP/
H A DPurchaseByPrefSupplier.php69 $ItemDiscountPercent = 0; variable
75 $ItemDiscountPercent += $DiscountRow['discountpercent'];
78 if ($ItemDiscountPercent != 0) {
79 … supplier percentage discounts of') . ' ' . locale_number_format($ItemDiscountPercent*100,2) . '%…
81 …$PurchItems[$StockID]['Price'] = ($PurchRow['price']*(1-$ItemDiscountPercent) - $ItemDiscountAmoun…
H A DPO_Items.php621 $ItemDiscountPercent = 0; variable
627 $ItemDiscountPercent += $DiscountRow['discountpercent'];
630 if ($ItemDiscountPercent != 0) {
631 … supplier percentage discounts of') . ' ' . locale_number_format($ItemDiscountPercent*100,2) . '%…
636 …$PurchPrice = ($PurchRow['price']*(1-$ItemDiscountPercent) - $ItemDiscountAmount)/$PurchRow['conve…
784 $ItemDiscountPercent = 0; variable
790 $ItemDiscountPercent += $DiscountRow['discountpercent'];
793 if ($ItemDiscountPercent != 0) {
794 … supplier percentage discounts of') . ' ' . locale_number_format($ItemDiscountPercent*100,2) . '%…
799 …$PurchPrice = ($PurchRow['price']*(1-$ItemDiscountPercent) - $ItemDiscountAmount)/$PurchRow['conve…