Sir I am having regular requirement of customisation, can you do it pls call on 9845517957 / 8660069025
http://www.tdlexpert.com/index.php?threads/auto-mail-of-invoice-in-prime.11850/ Rohit Ji can you help me in this?
Hi sir, how to apply (Set : IsMaterialManufactured : Yes ) in my code?? Please guide me. http://tdlexpert.com/index.php?threads/how-to-find-which-product-is-manufactured.11833/#post-49308
# click the send button pyautogui.press("tab") pyautogui.press("enter") time.sleep(5) # close the WhatsApp Web tab pyautogui.hotkey('ctrl', 'w')
# select the document option pyautogui.press("down") pyautogui.press("down") pyautogui.press("down") pyautogui.press("enter") time.sleep(4) # enter the file path and press enter pyautogui.typewrite(pdf_file_path) time.sleep(3) pyautogui.press("enter") time.sleep(2)
# construct the URL base_url = "http://web.whatsapp.com/send?" params = {"phone": phone_number, "text": message} url = base_url + urllib.parse.urlencode(params) # open the URL in a web browser webbrowser.open(url) time.sleep(20) pyautogui.press("enter") time.sleep(4) # click the "Attach" button
Hello Mr. Himanshu , Please help me in this python code automation done perfectly except click attach button of wa web import sys import urllib.parse import webbrowser import time import pyautogui phone_number =sys.argv[1] message = sys.argv[2].replace("_", " ") pdf_file_path = sys.argv[3]
hi sir I want Batch wise selection Item TDL ...can u please share Your Number My number is 8951412506 thanks in Advance
Hello Tushar ji fetch similar issue { "flag": true, "message": "Gstin return found.", "data": { "filingStatus": [ [ { "fy": "2022-2023", "taxp": "October", "mof": "ONLINE", "dof": "09/02/2023", "rtntype": "GSTR1", "arn": "NA", "status": "Filed" } ] ], "status": "No records Found" } }
sir, can you please look into this problem related to collection in tally http://tdlexpert.com/index.php?threads/problem-in-walk-collection-for-ledgerentries-in-current-report.11787/
sir, can you please look into this problem related to collection in tally http://tdlexpert.com/index.php?threads/problem-in-walk-collection-for-ledgerentries-in-current-report.11787/
can you please look into this problem related to collection in tally http://tdlexpert.com/index.php?threads/problem-in-walk-collection-for-ledgerentries-in-current-report.11787/
Ledger Master? The field that i want to add is in payment voucher. How do i define a method in summary allocs?
find the summary alloc report definition in Tally developer... follow the report upto its line(where you want to add one or more field)... # the existing line definition to add one more field (before or after) a particular field give a new definition for the field... use Storage attribute to define a method[popularly known as UDF] in the field definition make sure you include the udf in the system UDF definition
by the way, your query was similar to "adding a method to the ledger object".... thats why I mention that.. its just an example