GSTN Number Notify Wrong state or Gstn

Discussion in 'Tally Developer' started by narayane88, Jun 8, 2021.

    
  1. narayane88

    narayane88 Active Member


    following code use for Notifing wrong state as per GST state code
    Code:
    [#Object:Andaman and Nicobar Islands]
        Gstcode:"35"
    [#Object:Andhra Pradesh]
        Gstcode:"37"
        ;;28number also for Andhra pradesh
    [#Object:Arunachal Pradesh]
        Gstcode:"12"
    [#Object:Assam]
        Gstcode:"18"
    [#Object:Bihar]
        Gstcode:"10"
    [#Object:Chandigarh]
        Gstcode:"04"
    [#Object:Chhattisgarh]
        Gstcode:"22"
    [#Object:DadraNagarHaveliDamanDiu]
        Gstcode:"26"
    [#Object:Delhi]
        Gstcode:"07"
    [#Object:Goa]
        Gstcode:"30"
    [#Object:Gujarat]
        Gstcode:"24"
    [#Object:Haryana]
        Gstcode:"06"
    [#Object:Himachal Pradesh]
        Gstcode:"02"
    [#Object:Jammu and Kashmir]
        Gstcode:"01"
    [#Object:Jharkhand]
        Gstcode:"20"
    [#Object:Karnataka]
        Gstcode:"29"
    [#Object:Kerala]
        Gstcode:"32"
    [#Object:Lakshadweep]
        Gstcode:"31"
    [#Object:Madhya Pradesh]
        Gstcode:"23"
    [#Object:Maharashtra]
        Gstcode:"27"
    [#Object:Manipur]
        Gstcode:"14"
    [#Object:Meghalaya]
        Gstcode:"16"
    [#Object:Mizoram]
        Gstcode:"15"
    [#Object:Nagaland]
        Gstcode:"13"
    [#Object:Odisha]
        Gstcode:"21"
    [#Object:Puducherry]
        Gstcode:"34"
    [#Object:Punjab]
        Gstcode:"03"
    [#Object:Rajasthan]
        Gstcode:"08"
    [#Object:Sikkim]
        Gstcode:"11"
    [#Object:Tamil Nadu]
        Gstcode:"33"
    [#Object:Telangana]
        Gstcode:"36"
    [#Object:Tripura]
        Gstcode:"16"
    [#Object:Uttarakhand]
        Gstcode:"05"
    [#Object:Uttar Pradesh]
        Gstcode:"09"
    [#Object:West Bengal]
        Gstcode:"19"
    [#Object:Ladakh]
        Gstcode:"38"
       
    
    
    [Collection:GstCodeStatewise]
        Title:"List of State With GST Code"
        By:Gstcode:$Gstcode   
        Use:StatesofIndia
        Fetch:Gstcode,Name
        Format:$Gstcode
       
    [#Field: LED GSTIN]
        Notify:Invalidstate:($$StringPart:$$Value:0:2) != $$FilterValue:$Gstcode:GstCodeStatewise:first:IsSameState1
       
    [System:Formulae]
        Invalidstate:"Invalid Gstn or State Please update"
        IsSameState1:$Name = #LEDState
    
    
    
     


Share This Page