Quantcast
Viewing all articles
Browse latest Browse all 53207

Sales quotation GST through X++

X++ code to achieve this;


staticvoid
SalesTax_Per_SalesQuotation(Args _args)


{


   
SalesQuotationTable    
salesQuotationTable;


   
SalesQuotationTotals   
salesQuotationTotals;


    container               cont;


   


   
salesQuotationTotals = SalesQuotationTotals::construct(SalesQuotationTable::find("QUOT000022"));


   
salesQuotationTotals.calc();


    cont         =
salesQuotationTotals.displayFieldsCurrency(salesQuotationTotals.currencyCode());


    info(strFmt("Sales
quotation total GST: %1"
, conpeek(cont,
TradeTotals::posTaxTotal())));


}







Image may be NSFW.
Clik here to view.

Viewing all articles
Browse latest Browse all 53207

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>