Qr Code Generator for Tally (dll)

Discussion in 'Tally Integration' started by teja varma, Oct 12, 2019.

    
  1. Sushant Bhalbar

    Sushant Bhalbar New Member


    hi , Showing error during generating QR code for sales invoice ....
    Call to COM interface was made but error an occured .....any solutions for this
     


  2. teja varma

    teja varma Active Member


    dll is not registered properly

    for 32 bit : C:\Windows\Microsoft.NET\Framework\v4.0.30319"

    for 64 bit : C:\Windows\Microsoft.NET\Framework64\v4.0.30319"
     


  3. Sushant Bhalbar

    Sushant Bhalbar New Member


    ...ok but i have checked that machine are in 32 bit only ....i had installed in this path .....C:\Windows\Microsoft.NET\Framework\v4.0.30319"
    and it is working properly in my laptop ( 32 bit)...same issue facing in my desktop (32 bit)... will do re registration and revert you back sir
     


  4. surendra19

    surendra19 Member


    Hello Mr. Teja,

    I have placed the (OpenQrgenerator.dll ,Qrcoder.dll , Qrcode.txt) in the Tally File location, and then registered the (OpenQrgenerator.dll) as per your given instruction. but when I try to print the invoice the QR Code is not generating error occurred in calculator panel.

    Kindly suggest me where I am doing mistake. Here I DLLRegd.jpg am attaching screenshots of DLL registration Window (CMD) and error occurred in calculator panel.
    Thanks in advance
    Regards
     

    Attached Files:



  5. teja varma

    teja varma Active Member


    As you are registered for 64 bit make sure tally is also a 64-bit application
    as per your screenshot, del registration is successfully but the tally is unable to load that DLL into its memory
    if nothing works try to unregister and register it again with proper assembly type
     


  6. surendra19

    surendra19 Member


    Hello Mr. Teja,

    My Tally application is also 64-bit. I unregister and re-register the (OpenQrgenerator.dll), then run the Qrcode.txt in tally but the same error occurred in tally calculator panel. I am attaching my DLL re-registration Window (CMD) for you reference.
    Regards
    DLL re-regitration.jpg
     


  7. pravin bhau

    pravin bhau New Member


    Getting An error


    upload_2020-2-28_8-25-44.png
     


  8. teja varma

    teja varma Active Member


    Here the updated QrCode Project:
    https://github.com/tejavarma-aln/Qrcodegenerator

    Updates:
    -> fixed error while calling com interface
    -> added a button to generate QR code and print the invoice to solve refresh issue
    -> Updated Documentation

    kindly unregister the previous DLL and register the new DLL from the above link


    Let me know if you face any issues...
     


  9. Mevin K

    Mevin K New Member


    Dear Teja sirji do u have any tdl for showing scan n pay qr code in invoice
     


  10. teja varma

    teja varma Active Member


    No i didn't have that
     


  11. Mevin K

    Mevin K New Member


    ok noted
     


  12. teja varma

    teja varma Active Member


    We Made it recently
    but it is not open source
    you need to buy it
     


  13. nil149

    nil149 New Member


    register both dll files using regasm command and Also need to put your qr code in tally directory with name Qrimg.jpg
     


  14. nil149

    nil149 New Member


    register both dll files using regasm command and Also need to put your qr code in tally directory with name Qrimg.jpg
     


  15. saranfca

    saranfca New Member


    Dear Mr. Teja,
    Can QR Generator button be available and work on alter voucher screen and how to add fields Order no., Order date, item name or any other field to the QR code. I have tried with "Order no" and "Purchase order date", but unable to fetch the value in code.
    Thanks
     


  16. teja varma

    teja varma Active Member


    You can add those things in TDL.
    try it and if it didn't work, post your code here so others can help you
     


  17. saranfca

    saranfca New Member


     


  18. saranfca

    saranfca New Member


    Just tried replacing amount in your code with 'Rate' or 'Item name' or 'Rate,', the tags available in XML file generated from sale invoice having single item.
     


  19. saranfca

    saranfca New Member


    I am also not able to add code to make qrcode button available on alter voucher screen. Please share the code line for this. Thanks
     


  20. saranfca

    saranfca New Member


    I have added some lines in the code given by you. I am able to get vender code, po date, po number but not able to get item rate, billed Qty, I.e. any thing related to item. My invoice have single item always.
    Please revert
     

    Attached Files:



  21. saranfca

    saranfca New Member


    Waiting for your valuable advice
     


  22. saranfca

    saranfca New Member


    dear mr. teja,
    share your email id i will send the code
     


  23. teja varma

    teja varma Active Member


    leave your email here, I will reach you.

    Note:
    In Prime and TallyERP Release 6.3.x no need to use DLL for Qr Code as there is an attribute called (QrCode) which do the same thing
    You can use the QrCode attribute at the part level

    Example - QRCode: "Data to be embedded"
     


  24. sandy7353

    sandy7353 New Member


    Please share how to use in Tally Prime

    I am able to register it. but the Qr code is not generated on Invoice
     


Share This Page