A blog on Tally Integration, to import and export data from Tally.ERP programmatically using VB6, VB.NET,C#,ASP.NET etc

Wednesday, March 7, 2012

Fetch the StockItem Rate and Qty without Unit Name

StockItem Rate and Quantity

By default, when we fetch StockItem Rate and Quantity, Tally returns the same with UNIT name appended at the end.

To get Item Rate without the unit name, use
$$Number:$Rate

To get the Item Quantity without the unit name, use
$$Number:$ActualQty

No comments: