Searched refs:LineTotalExclTax (Results 1 – 3 of 3) sorted by relevance
/dports/finance/weberp/webERP/ |
H A D | EDISendInvoices_Reece.php | 271 $LineTotalExclTax = number_format(round($TransLines['fxnet'],3),2, '.', ''); variable 274 $LineTotalInclTax = number_format(round((1+$TaxRate/100) * $LineTotalExclTax,3),2, '.', '');
|
H A D | EDISendInvoices.php | 189 $LineTotalExclTax = round($TransLines['fxnet'],3); variable
|
/dports/finance/weberp/webERP/sql/mysql/ |
H A D | upgrade2.7-2.8.sql | 82 INSERT INTO EDIMessageFormat VALUES ('DEFAULT', 'INVOIC', 'Detail', 220, 'MOA+128:[LineTotalExclTax…
|