Everything good, but each sales bill making it will asking qr scanning...........please resolve teja sir
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
Is your system 32 bit or 64 bit? Are you registering as admin (Run as administrator)? Attach a screenshot of registration window (DLL - cmd).
Dear experts I am facing every time scan QR code Problem, please help me, (windows 7 64 bit with Prime) Thanks In Advance
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.
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
Download the zip file - click on the download button, Then extract the zip file and follow the instructions.
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.
DLL updated: Replace 'TallyWhatsappsender.dll' from here: https://github.com/tejavarma-aln/TallyWhatsappSender/tree/master/Binary No need to replace all the files
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
I am getting this error message Error in TDL Form : Printed Invoice Vertical Page Breaks are too big!
Use the latest TDL from GitHub, I think you are using the old one. In the latest TDL, SvBrowser Height and Width are added and a parameter that passes the chrome binary path to the DLL. @NAGARAJKMAR SUBRAMANIAN @Vaidehi Joshi https://github.com/tejavarma-aln/TallyWhatsappSender/tree/master/TDL
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 Interfaceushdata] Project: Trial_Project Class: Class1 Interfacero 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:Callushdata1:#EIConsignee [System: UDF] dllfield : String: 999 [Functionushdata1] PARAMETER : Header : STRING Variable :fielddllloc:NUMBER 01: If: $$IsCOMInterfaceInvokableushdata 02:Exec COM Interface ushdata:##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"
Yes, Teja can help you. refer : https://github.com/tejavarma-aln/TallyWhatsappSender/tree/master/TallyWhatsappsender
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.
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?
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!!