New Profile Posts

  1. Geniushrn77
    Geniushrn77
    ACCOUNTANCY OWNER
  2. vasudev
    vasudev sattam
    Sir I am having regular requirement of customisation, can you do it pls call on 9845517957 / 8660069025
  3. Aldrin Prabhakaran
    Aldrin Prabhakaran sattam
    can you provide API GST No Search?
  4. Rajsrisrimal
  5. CHETAN KATARIYA
    CHETAN KATARIYA
    MSME CODE ADD MASTER AND REPORT
  6. Abisha
    Abisha Sai Vineeth
    1. Sai Vineeth likes this.
  7. sattam
    sattam Himanshu-2002
    Please help me
  8. sattam
    sattam Himanshu-2002
    # click the send button
    pyautogui.press("tab")
    pyautogui.press("enter")
    time.sleep(5)

    # close the WhatsApp Web tab
    pyautogui.hotkey('ctrl', 'w')
  9. sattam
    sattam Himanshu-2002
    # 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)
  10. sattam
    sattam Himanshu-2002
    # 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
  11. sattam
    sattam Himanshu-2002
    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]
  12. Madhu M
    Madhu M Hasan@123
    hi sir

    I want Batch wise selection Item TDL ...can u please share Your Number
    My number is 8951412506
    thanks in Advance
  13. sattam
    sattam Tushar Deshmukh
    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"
    }
    }
  14. Rohit Khedar
    Rohit Khedar Partha Mondal
    Hi sir Share please Agent commission report code on rohit_khedar@yahoo.co.in
  15. Rohit Khedar
    Rohit Khedar narayane88
    Hi sir can you help me so I send you code
    1. narayane88
      Mar 31, 2023
  16. Rohit Khedar
    Rohit Khedar sattam
    hi sir in report percent value not pickup to sales voucher if can help me send you mail
  17. Rohit Khedar
    Rohit Khedar ch ruchitha
    What update my electricity bill code
  18. Properson2020
  19. Properson2020
  20. Properson2020
  21. mahadevan05
    mahadevan05
    New To TDL please Help
  22. Rohit Khedar
    Rohit Khedar Hems
    If complete your Water mark Share with me
  23. Lynch
    Lynch
    Its interesting to learn connecting Google spreadsheet with Tally Prime to import transactions
    1. Jenny likes this.
  24. harishkhl43
    harishkhl43
    any tdl developer from jalandhar. want to collaborate urgently . contact on 9872723513
  25. Sohail Khan
    Sohail Khan Lynch
    Ledger Master? The field that i want to add is in payment voucher. How do i define a method in summary allocs?
    1. Lynch
      Lynch
      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
      Feb 5, 2023
    2. Lynch
      Lynch
      by the way, your query was similar to "adding a method to the ledger object".... thats why I mention that.. its just an example
      Feb 5, 2023