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

Thursday, October 29, 2009

Tally ERP 9 Release 1.52

Few weeks back, I had written about a problem in Tally ERP 9 Release 1.51 relating to pushing and pulling data programmatically.

This was later on confirmed to be a BUG in Tally ERP 9 Release 1.51 by Tally Solutions, Bangalore. The same has now been rectified in Tally ERP 9 Release 1.52

Wednesday, October 21, 2009

$$FullList function

$$FullList Function

The $$FullList function returns incorrect results in Tally 7.2 in certain cases, but works fine with Tally ERP 9 Release 1.5.

Scenario

Step 1)
Enter a Sales voucher with following items :-
Name    Qty     Rate   Amt
Item A 5 100 500
Item B 5
Item C 5 150 750


Step 2)
Use the following SELECT-SQL to retrieve data from Tally :-

Select $$FullList:InventoryEntries:$BilledQty,$$FullList:InventoryEntries:$Rate From CompanyVouchers

Result:-

Case a) Tally 7.2
Qty           Rate
5 ,5, 5 100


Case b) Tally ERP 9 Release 1.5
Qty           Rate
5 ,5, 5 100, , 150

Friday, October 16, 2009

Tally ERP 9 Release 1.51 issues

This is further to my post on Tally ERP 9 Release 1.51 wherein we had posted an problem that many of us faced recently.

It is now confirmed by Tally Solutions, Bangalore that this issue is an BUG and shall be rectified in the coming Release of Tally ERP 9. However, the date for the next Release could not be confirmed.