Free Code : Whatsapp From Tally

Discussion in 'Free Source Codes' started by Jay kumar tailor, May 14, 2019.

    
  1. dkp_jal

    dkp_jal Member


    Dear Jay Kumar
    In above code I have not received CGST, SGST, IGST, CESS Amount in Whatsapp.
    How to get this.
    How to get Inventory Details.
     


  2. Vikram Hiwale

    Vikram Hiwale New Member


    Nice TDL Sir,

    Keep it up........:)
     


  3. Vikram Hiwale

    Vikram Hiwale New Member


    It possible to sent ms automatically while save Voucher,Without open web page of whats app
     


  4. teja varma

    teja varma Active Member


     


  5. teja varma

    teja varma Active Member


    if you want to send a document you need upload the document on a ftp or any web server then you can attach the url of the document to the text parameter, thats all
    happy coding :)
     


  6. teja varma

    teja varma Active Member


    yes, but you need to upload the image to a web server or an ftp server then you attach the url of the image so watsaap can send to the recipient
     


  7. teja varma

    teja varma Active Member


    yes, i worked on and created a project which sends message automatically after on form accept it trigger an action which http Xml post contains mobile number and message body to server where php script is located then php will send a curl request to the watsaap via api to push the message
    currently iam using wha api to send message they will give you a free credits you can play around it https://apiwha.com/
    i dont wont to post the source code as it a proprietary but you can contact me if you have any doubts in implementing the project
     


  8. ONKAR

    ONKAR Active Member


    @teja varma is it possible through this tdl if the message can send then why not sending with invoice image
     


  9. teja varma

    teja varma Active Member


    yes you can add as many numbers as you can by adding number separated with comma
     


  10. teja varma

    teja varma Active Member


    yes we can images or any kind of documents but we have to tell watsaap where the document is
    in order to do that we need to upload the document on any web server so watsaap can communicate with the web server and get the document via http request and send it to the destination
    so for watsaap to get the document the host where the document is must have a public ip address and web server to server the http request , it is not possible on localhost(our pc) because it does not have public and a web server
    so we need to upload the document to web server first then we can send
     


  11. Jay kumar tailor

    Jay kumar tailor Well-Known Member


    Dear Teja,

    Please Provide Solution.
    I Have An FTP.
     


  12. teja varma

    teja varma Active Member


    1)First we need to get watsaap api
    iam using https://apiwha.com/ they will give you free credits for testing your project please go through it or you can use desired one

    2)TDL part:
    on Form(any) accept we need to upload the invoice as desired format (.pdf , excel , image) using $$MakeFTPName function which takes ftpserver,ftpusername,ftp assword,ftpath as parameter and save the full path (ftp://www.mysite.com/file/invoice.pdf) for further process

    then we need to call the api
    https://panel.apiwha.com/send_messa...server(ftp://www.mysite.com/file/invoice.pdf)"
    using remote url or browse url
    (for production recommend to use a dll to handle request and response )


    hope this points will help you...
    currently i am developing this project it is still in Beta, Soon i upload the source code in this portal




    Happy coding :)
     


  13. Ranjith M C

    Ranjith M C New Member





    Nice Idea.......#VIDYA TV;)
     


  14. ErSunny

    ErSunny New Member


    is it possible to send automatically instead of manually click send from whatsaap web
    Please Help !


     


  15. MithunN

    MithunN Member


    Sir for me it' not working when i accept sales form it will automatically open whats web then that its it it wont select any customer
     


  16. Jay kumar tailor

    Jay kumar tailor Well-Known Member


    Is mobile number feeded in ledger without any symbol and country code.

    Copy new code. And Try again
     


  17. MithunN

    MithunN Member


    Ok Sir I'll Try
     


  18. MithunN

    MithunN Member


    Sir for me it's not working.can any one help me with this.please find an attachment files for further necessary things.
     

    Attached Files:



  19. Jay kumar tailor

    Jay kumar tailor Well-Known Member


    Delete this code.
    And copy again.
    Not copied well many fields/formula are double.

    Replace :mad to : @
     


  20. MithunN

    MithunN Member


    Thank you Sir for your kind information.
     


  21. MithunN

    MithunN Member


    sir I've downloaded the Text file (Attachment file). Even after using of attached file.i am facing same problem.please help me with this
     

    Attached Files:



  22. ErSunny

    ErSunny New Member



    Facing same problem. pls help! i want to send automatic sms not click on send button
     
    pranay manmode likes this.


  23. ErSunny

    ErSunny New Member


    is it possible to send automatically instead of manually click send from whatsaap web
     


  24. Jay kumar tailor

    Jay kumar tailor Well-Known Member


    Not directly,but we can do this with help of an dotnet application.
     


  25. ErSunny

    ErSunny New Member


    Sir, can you please tel me how we do this with dot net application ????
     


Share This Page