Hi guys,
In CustInvoiceTrans, is there any existing method to get LineAmount before tax for Price Include Tax scheme ?
I found this quite difficult to achieve, as there is method called LineAmountInclTax() which has this calculation : "this.LineAmount + this.LineAmountTax", that suggested that the LineAmount is exclude (before) tax, but if the Invoice already flag as Price Include Tax, it became wrong.
There are some other methods in the table, but I have doubt on which is the best to get my "total amount" before tax.
Thanks,