Home
last modified time | relevance | path

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

/dports/finance/weberp/webERP/
H A DEDISendInvoices_Reece.php170 $FreightTax = number_format(round(($ShipToFreight * $TaxRate/100),2),2, '.', ''); variable
171 …" . "MOA+64:" .$ShipToFreight. "'" . "TAX+7+GST+++:::" .$TaxRate. "'". "MOA+124:" .$FreightTax."'";
/dports/finance/frontaccounting/frontaccounting/sales/includes/db/
H A Dcust_trans_db.inc57 $date_, $reference, $Total, $discount=0, $Tax=0, $Freight=0, $FreightTax=0,
94 $FreightTax, $rate, ".db_escape($ship_via).", $AllocAmt,
103 ov_freight=".db_escape($Freight).", ov_freight_tax=$FreightTax, rate=$rate,