Free Code : Whatsapp From Tally

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

    
  1. hprahul

    hprahul Member


    On studying APIs of WhatApp, I found a correction to the code above

    Code:
    00 : Browse URL : "http://web.whatsapp.com/send?Phone=" + @@mobileno+ +"&text=" + @@Linemsg2 + "&source="+##SVPrintFileName
    
    May be this should work or

    Code:
    00 : Browse URL : "http://web.whatsapp.com/send?Phone=" + @@mobileno+ +"&text=" + @@Linemsg2 +"&data="+##SVPrintFileName
    
    this could work...
     



  2. NOT WORKING
     


  3. Amita Rajanni

    Amita Rajanni New Member


    how to attach local file in whatsapp web through tdl
     


  4. teja varma

    teja varma Active Member


    whats-app doesn't allow to send attachments via URL.
    you must have an API to send attachments by uploading to a server and then to whats-app.
     


  5. Amita Rajanni

    Amita Rajanni New Member


    then what should be the TDL for attaching document through any server?
     


  6. teja varma

    teja varma Active Member


    with TDL alone you cannot achieve this.
    in TDL we just need to export/upload the voucher/report to the server.
    its already there in forum you can search for it.
    but main aspect to send that invoice to the receiver whats-app for that you need to call the API by mentioning receiver's mobile number and title/message , link to the uploaded invoice. this should be done at your server side (for this you need an API from whats-app)
     


  7. Amita Rajanni

    Amita Rajanni New Member


    Thank You Sir...
     


  8. MithunN

    MithunN Member


    Sir can you guide me how can i do this one?
     


  9. love

    love Member


    can we send whatsapp to a selected ledger in a report i tried but mobile no. is not reading


    [Button : luvbotton1]
    Title : "whatsapp"
    Key : Alt + W
    Action : Browse URL : "http://web.whatsapp.com/send?Phone=" + @@mobileno+ + "&text=" + @@lovemsg4
    Scope : Selected Line
    Type: ledger
     


  10. teja varma

    teja varma Active Member


    did you have the whats-app API
     


  11. teja varma

    teja varma Active Member


    what is the formula defined for @@mobileno and from which screen you are using that button
    post the full code for analysis
     


  12. akj_om

    akj_om New Member


    I want to add original invoice no. , chq no. Bank name in receipt
    Please guide
     


  13. love

    love Member


    i have used the same code of @Jay sir and extended /used it in trial balance and also in a outstanding report created by me and used select to focus on single selected ledger
     


  14. teja varma

    teja varma Active Member


    the method will be different in different reports
    so identify the method name of ledger name in ledger report and get contact number
     


  15. Amita Rajanni

    Amita Rajanni New Member


    i am trying to send whats app message in two number with separating comma it will not work.
     


  16. teja varma

    teja varma Active Member


    like SMS it doesn't work for sending multiple contacts
    if you want to send two numbers you have to send request two times
     


  17. Amita Rajanni

    Amita Rajanni New Member


    Below code should i write two times ?
    Browse Url : "https://web.whatsapp.com/send?Phone="+ ##AA_Whatapp_Contact + "&text="+##AA_Whatsapp_Msg
     


  18. teja varma

    teja varma Active Member


    you have to call Browse Url two times,not writing it two times
    create a function , loop through the contacts and call Browse Url for each contact
    but it will open different browser window for each contact number
     
    Last edited: Dec 21, 2019


  19. MithunN

    MithunN Member


    No Sir
     


  20. 9779845157470

    9779845157470 New Member



    very good sir , but also made it by sms https://messages.google.com/web/conversations
     


  21. Jeetendra Karia

    Jeetendra Karia New Member


    Can someone help out

    I am trying to attach a pdf file on whatsapp by using the tdl as showm in the form but getting this message while creating the pdf file

    further it would get attached on whatsapp dont know
     

    Attached Files:



  22. pranay manmode

    pranay manmode New Member


    I want the same
     


  23. pranay manmode

    pranay manmode New Member



  24. Jeevaraajan

    Jeevaraajan New Member


    Hi Sir can we send whatsapp message including inventory details
     


  25. Amit Kumar Jain

    Amit Kumar Jain New Member


    Thanks a lot for sharing this wonderful code, Keep Posting,

    Could you please send Attachments pdf , jpg, also than will be great and also No manual need of pressing enter key
     


Share This Page