Whatsapp sender for Tally(dll)

Discussion in 'Tally Integration' started by teja varma, Dec 20, 2019.

    
?

Do you want Whatspp Sender for tally ?

Poll closed Dec 27, 2019.
  1. Intrested

    100.0%
  2. Not Intrested

    0 vote(s)
    0.0%
  3. Its already available

    0 vote(s)
    0.0%

  1. I am getting same error

    code is:--

    [#Form: Sales Color]


    On : Form Accept : Yes : CALL : SendWhatsapp

    [Function: SendWhatsapp]

    Variable: PrintFileName :String
    Variable: defaultfilepath :String:$$String:$Vouchertypename+"_"+$$String:$vouchernumber +$$String:".pdf"
    Variable: ReceiverContact :String
    Variable: Exportedfilepath :String
    01 :Query Box:"Do you want to Whatsapp the invoice?":Yes:No
    02 :If:$$LastResult
    03 : SET : PrintFileName : $$String:$Vouchertypename+"_"+$$String:$vouchernumber ; Export Location path
    04 : SET : ReceiverContact :$LedgerMobile:Ledger:$PartyLedgerName
    20 : SET : SVExportFormat : $$SysName:pDF
    40 : SET : SVPrintFileName : $$MakeExportName:##PrintFileName:##SVExportFormat
    50 : SET : SVOpenFileAfterExport : No
    60 : EXPORT REPORT :.: TRUE
    65 : SET :Exportedfilepath:$$GetFileFullPath:##defaultfilepath
    70 : Exec COM Interface:WhatsappEngine:##ReceiverContact:##Exportedfilepath:mad:@Msgtitle:mad:@waitseconds
    80 : Log:$$LastResult
    100 : End If
    101 : Return


    [COM Interface:WhatsappEngine]

    Project:TallyWhatsappsender
    Class:Class1
    Interface:InitProcess
    Parameter:p1:String:In
    Parameter:p2:String:In
    Parameter:p3:String:In
    Parameter:p4:String:In
    Return: String

    [System:Formulae]
    Msgtitle:"your title"
    waitseconds :10 ;; time in seconds to wait before closing the window
     


  2. teja varma

    teja varma Active Member


    @Bidyut Banerjee
    the TallyWhatsappsender.dll file you are using is old one
    i updated that file
    download latest file from here https://github.com/tejavarma-aln/TallyWhatsappSender/blob/master/TallyWhatsappsender.dll
    and replace this with existing one
     
    Last edited: Dec 23, 2019



  3. Error
     

    Attached Files:



  4. Jay kumar tailor

    Jay kumar tailor Well-Known Member

    Last edited: Dec 23, 2019
    teja varma likes this.


  5. teja varma

    teja varma Active Member


    it is saying chrome is already installed under admin account
    it seems you have user rights only and you are again installing it under user account

    if there is an admin for the system then contact him to solve this issue
     


  6. MithunN

    MithunN Member


    sir i am getting an error when i accept the sales voucher.
     

    Attached Files:



  7. teja varma

    teja varma Active Member


    this is due to invalid paper size of invoice
    before saving invoice press alt+E and make sure the paper size is set to A4 and orientation is set
    then try to send
     


  8. MithunN

    MithunN Member


    Ok Sir I'll try
     


  9. MithunN

    MithunN Member


    Sir now i am getting error like this. even i am using the updated dll file i 've downloaded the dll file from github
     

    Attached Files:

    Last edited: Dec 23, 2019


  10. teja varma

    teja varma Active Member


    show the tdl code you are using
     


  11. MithunN

    MithunN Member


     

    Attached Files:



  12. teja varma

    teja varma Active Member


    replace TallyWhatsappSender.dll with the updated file at github
     


  13. Jay kumar tailor

    Jay kumar tailor Well-Known Member



  14. MithunN

    MithunN Member


    even after i am downloaded the dll file from github now also i am getting same error
     


  15. teja varma

    teja varma Active Member


    okay then some times replace will doesn't have any effect
    you need to unregister the Tallywhatsappsender.dll
    and register it again (updated one)
    in order to unregister the dll
    follow the same process ,but change the command -> ' regasm -unregister full/path/to/TallyWhatsappsender.dll'
    try once
     


  16. Jay kumar tailor

    Jay kumar tailor Well-Known Member


    Also Able to Send GSTR1 JSON
     


  17. drive

    drive Active Member


    Thank you for choosing me for suggestions. i think we should create exe file for web browser which hold Whatsapp in Background then we send multiple objects using Loop through that application. i searched for vb.net application there i found a webdriver that name is "selenium". it's hold Any Explorer in background of .net app (Like google Chrome). Then we try to send document through this web application.

    YouTube link how to load in .net app that selenium ""
     
    Last edited: Dec 25, 2019


  18. Jenny

    Jenny Active Member


    Is that possible to send "Whatsapp Group" Directly in same Method ?
     


  19. Jenny

    Jenny Active Member


    Jay what is the code for Ledger Outstanding?
     


  20. Jay kumar tailor

    Jay kumar tailor Well-Known Member


    Use in Default form
     


  21. Jenny

    Jenny Active Member


    completed and one thing any idea..Is that possible to send "Whatsapp Group" Directly in same Method ?
     


  22. MithunN

    MithunN Member


    ok sir
     


  23. teja varma

    teja varma Active Member


    thanks for your suggestion
    I will look into it.
     


  24. teja varma

    teja varma Active Member


    no currently it is not possible to send group messages
    because there no direct approach to send group messages
    but we will try to implement in next update
     
    Jenny likes this.


  25. teja varma

    teja varma Active Member


    there are two reasons for this error:
    1) Contact number to which you are sending doesn't have WhatsApp account created
    2) it may be due to timeout for scanning Qr code after window opens (default time period to wait until you scan the Qr is 60 sec)
     
    Vikram Bhat likes this.


Share This Page