teja varma
Joined:
May 25, 2019
Messages:
408
Likes Received:
135
Trophy Points:
43
Gender:
Male
Birthday:
Nov 28, 1997 (Age: 26)
Home Page:
Location:
India
Occupation:
Self

Share This Page

teja varma

Active Member, Male, 26, from India

    1. Abisha
    2. Gangadhar C Beldar
    3. Aashish Chaudhari
      Aashish Chaudhari
      Hi Mr. Teja Verma
      Complete Project is Working Fine. All Things Are Working Correctly . Opening Chrome - Opening Whatsapp - Opening Contact in Whatsapp.

      But After That Not Any Message or Attachment Send To Contact.

      Exported File is Also Created Succesfully in Folder.

      Please Help Whats the Problem.
    4. AJ1998
      AJ1998
      Hello Sir,
      I need one small help. I created a DLL file to fetch the tally serial number but when I am connecting DLL with the COM interface then my tally stops working. I don't know what I can do about it. Please help me out with it.
    5. RaylongTale
    6. ankit kumar
      ankit kumar
      Hi Teja Sir Pls Contact Me On Whatsapp 9675834550
      pls sir
      1. teja varma
        teja varma
        reach out to me at softwarecodecs@gmail.com
        Dec 28, 2021
    7. ravi2020
      ravi2020
      Hi
      Im getting this error when trying to send Invoice thru Whatsapp

      failed to load extension from: c:\users\....\AppData\Local\temp\scoped_dir3528_12094\internal.Manifest file is missing or unreadable
    8. malamsingh
      malamsingh
      Hello Sir
      How to Qr Code Amount Edit
    9. malamsingh
      malamsingh
      Vb .net create code for barcode intergartion with tally
      but sir how to fetch mrp in collection
    10. malamsingh
      malamsingh
      C# code to import Ledgers from excel to Tally


      In code Ledger is exits then error showing how to check ledger exits ya not C# code

      if ledger is exits then not enter ledger tally else enter data tally ledger

      pls help me sir
      1. teja varma
        teja varma
        You have to change the attribute "ACTION" to alter in XML request
        Oct 6, 2021
    11. shreyans
      shreyans
      can we do auto third party ledger reco if party gives us the ledger in excel and when we import all the transactions in my books their debit entry automatically become credit entry my book. just like bank statement import.
    12. Mohan.S
      Mohan.S
      How to send from Windows 10
      We are getting error

      unknown error: cannot find Chrome binary
      (Driver info: chromedriver=2.43.600210 (68dcf5eebde37173d4027fa8635e332711d2874a),platform=Windows NT 10.0.10586 x86_64)
    13. Manish8215
      Manish8215
      How to request for non repeating field value through XML ?I am able to receive XML response on repeated lines field but not on non repeated fields . Please reply soon
    14. ravi2020
      ravi2020
      Hi Im getting this error in Whatsapp sender in Tally Prime Rel 1.1.4

      unknown error: cannot focus element
      (Session info: chrome=91.0.4472.164)
      (Driver info: chromedriver=2.43.600210(68dcf5eebde37173d4027fa8635e332711d2874a),platform=Windows NT 10.0.19041 x86_64)
      1. NBG
        NBG
        i am also getting the same error. I have downloaded the files from GITHUB.
        Aug 4, 2021
    15. Ria
      Ria
      Sir, how can we send message to a WhatsApp group from Tally
      1. teja varma
        teja varma
        Using API? or other solutions like(DLL, exe)
        Jun 4, 2021
      2. Ria
        Ria
        I'm currently using a DLL..
        Jun 5, 2021
      3. teja varma
        teja varma
        if using with web driver like selenium. you can find the search box element for the search group name using XPath. then send the group name to that element (using keys). the target group will be opened and comes into the view. then find the text input element using Xpath and send the message (using keys) then send click event on the send button.

        check this tutorial:
        https://www.javatpoint.com/selenium-csharp
        Jun 6, 2021
        Ria likes this.
    16. Amir Ansari
      Amir Ansari
      Hii ,I Want tally to Whatsapp Document Attach Code please help me.. My Email id ansariamir1118@gmail.com
    17. rbengani08
      rbengani08
      sir, how to send bills to whatsapp from tally prime?
      1. teja varma
        teja varma
        You need to get an API for sending WhatsApp messages, browse the internet for API providers and implement in tally using TDL.
        May 22, 2021
    18. RAJESH BHANUSHALI
    19. Shyamal Shah
      Shyamal Shah
      Hi Teja, I was having some issues with our Tally DLL for Tally PRIME. I was browsing through the net and stumbled upon your work. I would like to talk to you in private. can you provide me your email id? I have a business proposal to make. How can I contact you?
      1. teja varma
        teja varma
        you can drop a mail to :
        softwarecodecs@gmail.com
        Apr 15, 2021
    20. santosh swami
      santosh swami
      1. teja varma
        teja varma
        It's not a problem with your code.
        try to check the ODBC connectivity from excel
        if not, contact tally solutions.
        Apr 5, 2021
    21. santosh swami
      santosh swami
      Thanks for your reply,
      I tried TallyODBC64_9000 for tally prime, but still its not working.i have enabled ODBC Server, even port enabled.
      1. teja varma
        teja varma
        Did you get any error messages?
        Try with the try-catch blockk to capture the errors.
        Apr 2, 2021
    22. santosh swami
      santosh swami
      hello Teja ,
      below code was working fine upto Tally 9 ERP
      Dim tallyconn As New ADODB.Connection
      Set tallyconn = New ADODB.Connection
      tallyconn .Open ("DSN=TallyODBC_9000")
      but now with Tally Prime its not working.

      if would be thankful if you can guide me in this regard
      1. teja varma
        teja varma
        Change "TallyODBC_9000" to "TallyODBC64_9000"
        Because prime is 64 bit so you need to use 64 bit DSN
        Also, make sure ODBC server is enabled and port is set to 9000 in Tally Prime
        Mar 31, 2021
    23. skulal75
      skulal75
      how can we download payslip from tally using xml request?
      1. View previous comments...
      2. skulal75
        skulal75
        i could not able to find that variable, can you suggest how can i find exact variable
        Jun 2, 2021
      3. teja varma
        teja varma
        find that report name and search that report in the tally developer.
        in that report definition, look for the variable.
        Jun 2, 2021
        skulal75 likes this.
      4. skulal75
        skulal75
        thank you sir for your support
        Jun 3, 2021
    24. Manish8215
      Manish8215
      How can we post data from tally to SQL server ? Please reply soon.
      1. teja varma
        teja varma
        Is the SQL server is on the same system or on the web?
        Mar 10, 2021
      2. Manish8215
        Manish8215
        Sir , sql is on the same system .
        Mar 10, 2021
      3. teja varma
        teja varma
        You have to use DLL or EXE which can communicate and insert data into SQL Server,
        Because tally cannot insert data, it is read-only
        Mar 12, 2021
        Shyamal Shah likes this.
    25. HVPatel
      HVPatel
      HI, can you provide your email or contact or please email me tallyplus@gmail.com
  • Loading...
  • Loading...
  • About

    Gender:
    Male
    Birthday:
    Nov 28, 1997 (Age: 26)
    Home Page:
    https://github.com/tejavarma-aln
    Location:
    India
    Occupation:
    Self