Free Source code for GSTIN verification from TallyERP to GST web site

Discussion in 'Free Source Codes' started by Siju, Jun 22, 2019.

    
  1. Siju

    Siju New Member


    Our old friend Mr. Jobimon Arackal John has posted this "Facebook post" in his Facebook page.This post is about to searching GST number from Tally in GST website. While creating Ledger after you enter GST number in tally, it will take you automatically to GST website which is autofilled with the GST number you entered in Tally. The GST website will show you whether the number you have entered is correct or not.

    You can watch this video to know how this code works:

    The code is

    Code:
    [#Field:LEDGSTIN]
        On:Accept:Yes:Field Accept
        On:Accept:Yes:Call:SearchGSTIN:$$Value:#LEDITNo
    [Function:SearchGSTIN]
        Parameter:pvGSTIN:String
        Parameter:pvPAN:String
        000:Browse Url:"https://services.gst.gov.in/services/searchtp?GstInNo="+ ##pvGSTIN+"&PanNum="+##pvPAN
    





    You are allowed to use the code freeely. But I think we must say thanks to him as a courtesy . A like on his page will encourage him to post more.

    https://www.facebook.com/arackal.biz
    https://www.facebook.com/arackal.john.71
     
    Frz likes this.


  2. Bipin Damania

    Bipin Damania Active Member


     



  3. not working
     


  4. Jay kumar tailor

    Jay kumar tailor Well-Known Member


    Fill Pan Number Field Also Then See.
     


  5. Jay kumar tailor

    Jay kumar tailor Well-Known Member


    Try This One...

    Code:
    [#Field:LEDGSTIN]
        On:Accept:Yes:Field Accept
        On:Accept:Yes:Call:SearchGSTIN:$$Value:#LEDGSTIN
    [Function:SearchGSTIN]
        Parameter:pvGSTIN:String
        000:Browse Url:"https://services.gst.gov.in/services/searchtp?GstInNo="+ ##pvGSTIN+ "&PanNum=" + @@Panno
    
    [System : Formulae]
    
    Panno : $$Stringpart:(#LEDGSTIN):2:10
     
    Sanjeev S and vaibhav jindal like this.


  6. Bipin Damania

    Bipin Damania Active Member


    Yes
    Thanks to Mr. Jobimon Arackal John
    And to you too...
     


  7. Bipin Damania

    Bipin Damania Active Member


    It is workind...
     


  8. GOINDI1311

    GOINDI1311 Member


    It would be better, If this code will fetch the details form E-way bill website
    instead of GSTIN website. Because under E-way website we can see full
    address details of tax payer.

    I have changed the website link in code but the GSTIN No. not copying on the Gstin field.
     



  9. You are Ever time Great Mr. Jay
     
    Vashisth likes this.


  10. Frz

    Frz Member


    there is a slight problem with the code
    every time we enter the voucher & accept the voucher where GSTN is mentioned, it opens the GST web page
     


  11. Grace K

    Grace K New Member



  12. Bipin Damania

    Bipin Damania Active Member



  13. SURYA

    SURYA New Member



    watch this video you will get idea.....
     


  14. SUSHIL SHARMA

    SUSHIL SHARMA Member


    video to great hai lekin paid hai
     


  15. ahiq

    ahiq New Member


    how much this addon sir auto create ledger gst number ?
     


  16. panam

    panam Member


    Sir,
    how to check pan card like gstin check.
    please help me. i tried a lot but not getting result.

    [#Field: LED IT No]
    Set as:mad:@pannumber1

    On:Accept:Yes:Field Accept
    On:Accept:Yes:Call:SearchPAN:$$VALUE:#LEDITNo

    [Function:SearchPAN]
    Parameter:pvPAN:String
    000:Browse Url:"https://services.gst.gov.in/services/searchtpbypan"+##PVPAN ; + @@pannumber1

    [System : Formulae]
    pannumber1: $$Stringpart:(#LEDGSTIN):2:10
     


  17. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Why have you put SET AS in the Field : LED IT No ?????

    Just merely copy/paste will not give you proper results. Understand the STRINGPART also.... the string part is with regards to GSTIN and not PAN. And is there any facility to verify PAN No. at the GST Website??? You need to put in the appropriate website address.
     
    panam likes this.


  18. panam

    panam Member


    sir,
    i have put SET AS in the Field : LED IT No because to avoid manual entry, so i am extracting 10 digit from gstin field
     


  19. Jay kumar tailor

    Jay kumar tailor Well-Known Member



    Try This...
    https://services.gst.gov.in/services/searchtpbypan?PanNum=
     
    panam likes this.


  20. panam

    panam Member



Share This Page