Just Last 3 Digit in GST Number Field in Ledger Creation

Discussion in 'Free Source Codes' started by Bipin Damania, Jun 25, 2019.

    
  1. Bipin Damania

    Bipin Damania Active Member


    Dear All

    Please find code, from State Name to State Code & PAN in GST Number Field in Ledger Creation and Enter Last 3 Digit of GST Number

    Enjoy and Avoid Duplication of Work...

    Code:
    [#Line : LED GSTIN]
        Fields : Long Prompt, LED GSTIN, LED Info
       
    [Field : Led Info]
        Set as       : $$LocaleString:" Enter Only Last 3 Digit"
        Color     : Blue
        Style     : Normal Bold
        Invisible : $$InDisplayMode
        Skip      : Yes
    
    [#Field : LED GSTIN]
        Set as : $$getGSTStateCode:$LedStateName + $IncomeTaxNumber
    
     


  2. Jay kumar tailor

    Jay kumar tailor Well-Known Member


    Use Like This.....
    Pan & Gstin Dependency On Each Other
    (Made For Each Other :D)

    Code:
    [#Line : LED GSTIN]
        Fields : Long Prompt, LED GSTIN, LED Info
    
    [Field : Led Info]
        Set as       : $$LocaleString:" Enter Only Last 3 Digit"
        Color     : Blue
        Style     : Normal Bold
        Invisible : $$InDisplayMode OR $$InAltermode
        Skip      : Yes
    
    [#Field : LED GSTIN]
        Set as : $$getGSTStateCode:$LedStateName + $IncomeTaxNumber
    
    [#Field : LEDITNO]
        Set as : $$Stringpart:(#LEDGSTIN):2:10
     
    Last edited: Jun 25, 2019
    Sanjeev S likes this.


  3. Bipin Damania

    Bipin Damania Active Member


    Thank you Jayji for adding New Reverse way...
     


  4. Frz

    Frz Member


    Sorry
    but code doesn't work on ledger alteration
     


  5. Jay kumar tailor

    Jay kumar tailor Well-Known Member


    Please Check Again.
    In Altermode
    In this code only text is hidden where it indicates for three digits.
     
    Frz likes this.


  6. Frz

    Frz Member


    thanks
     


  7. Jay kumar tailor

    Jay kumar tailor Well-Known Member


    We can Also set Statename

    Remember All these Are Not Storing Values in proper Way.
     


  8. SURAJ PRAJAPATI

    SURAJ PRAJAPATI New Member


     


Share This Page