Hello..im a junior programmer( a beginner) in .NET C#..... so i really dono hw to use tally 9...so plzzzzz witot any set bak help me in learning n handling tally 9......plzzzz provide me de links where i cn learn tally frm scratch.....
Tally 9
Collapse
X
-
Hi
Please tell me the requirement clearly.
Tally is an accounting software. You can make your accounts easy with the tally. For that you should have some basic knowledge in accounts. You can learn about how to enter through tally website. -
Thanks for repling. DETAILS:: I have written a C# code with XML data in that....after running my application the XML data passed in the .cs file has to b imported to Tally....Tally 9 has to b running background....i ts running successfully... the problem is i dono how to check the result in Tally....so plzzz guide me...Originally posted by Saigeetha VHi
Please tell me the requirement clearly.
Tally is an accounting software. You can make your accounts easy with the tally. For that you should have some basic knowledge in accounts. You can learn about how to enter through tally website.Comment
-
I support you have taken code from www.rtslink.com
In such case, you might be creating Group Master (as per the sample code given in www.rtslink.com ).
To check whether the Group has been created or not, use the following option:-
Gateway of Tally -> Accounts Info. -> Group -> Alter
Next, type "My Debtors" to check whether this group exists or not ? If it exists, then, it has been created successfully. You can delete this Group by pressing Alt+D key and then again run your program to test it.Comment
Comment