i have added a real field in my extension table "tax" .Now i want to know which method i should use and how to get tax against every item .
i have tried with "populatesalesinvoiceTmp" this code.
protected void populateSalesInvoiceTmp(CustInvoiceJour _custInvoiceJour,
CustInvoiceTrans _custInvoiceTrans,
TaxSpec _taxSpec,
CustPaymSchedLine _custPaymSchedLine,
CustTrans _prepaymentCustTrans,
TaxTrans _prepaymentTaxTrans)
{
next populateSalesInvoiceTmp(_custInvoiceJour, _custInvoiceTrans, _taxSpec,_custPaymSchedLine,_prepaymentCustTrans,_prepaymentTaxTrans);
SalesInvoiceTmp salesInvoiceTmp;
salesInvoiceTmp.RegulatedTax=_custInvoiceTrans.TaxAmount;
}


Report
All responses (
Answers (