Tally 9

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pub
    New Member
    • Aug 2007
    • 6

    Tally 9

    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.....
  • Saigeetha V
    New Member
    • Jul 2007
    • 3

    #2
    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.

    Comment

    • pub
      New Member
      • Aug 2007
      • 6

      #3
      Originally posted by Saigeetha V
      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...

      Comment

      • shwetarajkot
        New Member
        • Jun 2007
        • 4

        #4
        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

        Working...