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; }
André Arnaud de Cal...
291,965
Super User 2025 Season 1
Martin Dráb
230,817
Most Valuable Professional
nmaenpaa
101,156