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. N vinoth

    N vinoth Member


    Everything good, but each sales bill making it will asking qr scanning...........please resolve teja sir
     


  2. Kunal Khandol

    Kunal Khandol New Member


    Hello
    I tried to load this TDL in TallyPrime
    I registered DLL and showing this below message

    RegAsm: warning RA0000: Registering an unsigned assembly with /codebase can cause your assembly to interfere with other applications that may be installed on the same computer. The /codebase switch is intended to be used only with signed assemblies. Please give your assembly a strong name and re-register it.
    Types registered successfully

    and after that, I loaded TDL in TallyPrime, while doing a Sale entry and press (Y) when asking Send WhatsApp?

    but it shows error message like COM Interface is not invokable or DLL is not registered

    TDL File Path:
    <Drive>:/TallyPrime/TallyWhatsappsender/*.exe, *.dll, *.txt files are available

    Please assist me where I am wrong.

    Thanks in Advance
     


  3. teja varma

    teja varma Active Member


    Is your system 32 bit or 64 bit?
    Are you registering as admin (Run as administrator)?
    Attach a screenshot of registration window (DLL - cmd).
     


  4. subash pal

    subash pal Member


    Dear experts

    I am facing every time scan QR code Problem, please help me, (windows 7 64 bit with Prime)

    Thanks In Advance
     


  5. Sohail Khan

    Sohail Khan Member


    Same Problem. Every Time we have to Scan QR Code.
     


  6. Hemang Haria

    Hemang Haria New Member


    Just a thought, can we use Whatsapp Bulk Msg Softwares. Tally Tdl interacts with this software and send the required message on whatsapp. This will solve the multiple chrome sessions and can run in background.
     



  7. hello,
    i am getting this error "contact number is invalid " i have filled 12 digit mobile number but still i am facing this error.
    kindly help
     


  8. gopal thummar

    gopal thummar New Member


    t
    THERE IS NO FILE IN THE LINK YOU PROVIDED. FACING THE SAME PROBLEM OF THE INVOICE ATTACHMENT
     

    Attached Files:



  9. software tech

    software tech New Member


    Download the zip file - click on the download button,
    Then extract the zip file and follow the instructions.
     


  10. Sohan Patidar

    Sohan Patidar New Member


    after opening the WhatsApp web window the invoice pdf is not attaching. Its empty. please help me out. chrome is not attaching the invoice in WhatsApp.
     


  11. teja varma

    teja varma Active Member



  12. subash pal

    subash pal Member



  13. NAGARAJKMAR SUBRAMANIAN

    NAGARAJKMAR SUBRAMANIAN Active Member


    i am getting this error

    FUNCTION: 'SendWhatsapp' LABEL: 17 : Call to COM Interface was made but an error occurred. This can be because of wrong no. of parameters or wrong types of parameters.
    FUNCTION: 'SendWhatsapp' LABEL: 17 : Action execution failed!
    FUNCTION: 'SendWhatsapp' LABEL: : Action execution failed!

    I hv checked the all Parameters passed to COM INTERFACE

    9080969551
    F:\Tally.ERP96.6\Exported PDFs\Sales_TEST PARTY_1-Apr-2021.pdf
    Default Title
    3

    Pls chk n UPdate
     


  14. teja varma

    teja varma Active Member


    Yes, no need to register.
     


  15. teja varma

    teja varma Active Member


    All Parameters type should be string
     


  16. NAGARAJKMAR SUBRAMANIAN

    NAGARAJKMAR SUBRAMANIAN Active Member


    I hv checked, all are string only

    but same error coming
     


  17. subash pal

    subash pal Member


    Voucher is exported but browser is not open with updated DLL, please help us
     


  18. NAGARAJKMAR SUBRAMANIAN

    NAGARAJKMAR SUBRAMANIAN Active Member


    I am getting this error message

    Error in TDL

    Form : Printed Invoice

    Vertical Page Breaks are too big!
     


  19. Vaidehi Joshi

    Vaidehi Joshi New Member


    How you resolved this error?I am also getting the same error
    Please help me to come out.
     


  20. teja varma

    teja varma Active Member



  21. Vaidehi Joshi

    Vaidehi Joshi New Member


    I have my my own dll for different purpose and it is giving the error,From the dll api method is called using service stack.

    Com interface :
    I/P parameter:String
    O/P parameter:Int
    Please kindly help
    I am getting an error ,Call to com interface was made,but error because of wrong number of parameter or wrong type of parameter
    //c# code dll file
    using ServiceStack;

    namespace Trial_Project
    {
    public class Class1 : IDll
    {

    public int pro(string ledgerName)
    {

    int assetbalance = GetCustomerAssetBalance("TST001");
    return assetbalance;
    }
    public int GetCustomerAssetBalance(string CustMID)
    {

    string ApiKey = //Assigned value;
    string BaseUrl = //Assigned value
    const string UserAgent = //Assigned value
    var client = new JsonServiceClient(BaseUrl);
    client.UserAgent = UserAgent;
    client.Headers["X-Api-Key"] = ApiKey;


    // This configures the Authorization HTTP header
    client.SetCredentials("email id", "password");
    // This sends a GET /api/asset balanceByCustomer request
    AssetBalancesByCustomer objectassetbalance = new AssetBalancesByCustomer();
    objectassetbalance.CustomerMId = CustMID;
    AssetBalances objLocationsQueryResult = client.Get(objectassetbalance);

    // This sends a GET /api/fills/new request to retrieve fill records

    return objLocationsQueryResult.Rows[0].AssetTypes[0].QuantityBalance;
    }
    [ComImport, Guid("fbcd00a1-0de9-4763-9ffa-b1e5e5cfb827"), InterfaceType

    (ComInterfaceType.InterfaceIsIUnknown)]
    internal interface IDll
    {
    int pro(String num);
    }

    ;;Tdl File code

    [COM Interface:pushdata]

    Project: Trial_Project
    Class: Class1
    Interface:pro
    Parameters: p3 : String : In
    Return:Number

    [#Line:fielddll]

    Option : On Focus fldVCHPassToTA: @@IsSalesOrder

    [!Line: On Focus fldVCHPassToTA]

    Add : Right Fields : At Beginning : Medium Prompt, dllfield
    Local : Field : Medium Prompt :Info : "Asset Balance :"

    [Field: dllfield]

    Use : Name Field
    On:Focus:Yes:Call:pushdata1:#EIConsignee
    [System: UDF]
    dllfield : String: 999
    [Function:pushdata1]

    PARAMETER : Header : STRING


    Variable :fielddllloc:NUMBER
    01: If: $$IsCOMInterfaceInvokable:pushdata
    02:Exec COM Interface :pushdata:##Header
    03:Log:$$LastResult
    04:Set:fielddllloc:($$LastResult)
    05:Set Value:fielddll:(##fielddllloc)
    Else
    06 : Msg Box:"Info":"COM Interface is not invokable or\n DLL is not registered"
     


  22. garima

    garima Well-Known Member



  23. teja varma

    teja varma Active Member


    it's hard to tell where went wrong.
    Can you provide test user credentials and c# code... So I can debug the code
    You can share to my mail: softwarecodecs@gmail.com

    P.S: Please put proper subject while mailing.
     
    garima likes this.


  24. garima

    garima Well-Known Member


    Nice,

    @sanjaybjthakkar. Mr. Teja I have been able to login to gst e invoice portal using third party (ASP) provided base URL and credentials (using TDL)
    and generate e Invoice using C++ COM Dll ( developed by me)


    but i could not find similar details for login into Gst e Invoice portal where we have been given login details by GST portal (directly without ASP and GSP)

    Any idea about base URL and authentication process/details for direct login?
     


  25. Vaidehi Joshi

    Vaidehi Joshi New Member


    Thanks a lot I referred your tdls and those are very helpful. After handling a exception I am able to resolve the problem.
    Thank you very much!!
     


Share This Page