Defualt Type in GST Registration in Ledger Creation

Discussion in 'Free Source Codes' started by ALOKE DEBNATH, May 9, 2018.

    
  1. ALOKE DEBNATH

    ALOKE DEBNATH New Member


    Dear Sir,

    Anybody can help me to how I set the Defualt Registration Type in Set/Alter GST Details at Ledger Creation/Alteration mode set "Consumer" instead of "Regular". Our most of Customers are End User. If our Billing Person over look this setting mismatch comes in GST Return due to non giving of the GSTIN. If it is "Consumer" set defualt then our mismatch problem will be solved.
    snap.jpg snap.jpg snap.jpg

    Thanks

    Aloke
     
    Last edited: May 24, 2018


  2. HVPatel

    HVPatel Active Member


    Hi,
    Open Tally.ERP9 in Developer Mode, go to that Field, when you point cursor, a tip in yellow color pop-up shows field name (here field name is LED GSTDealerType)
    Open Tally Developer 9, Press Ctrl+J > Field (in definition type) and type in Definition Name LED GSTDealerType, Press Enter
    You will get That field modify its Set as like below
    Code:
    Set as            : If $$IsEmpty:$GSTRegistrationType Then $$SysName:Consumer Else $GSTRegistrationType
    try this
    Regards
     


  3. Dipen Thakkar

    Dipen Thakkar New Member


    i have same issue but how to open in tally in devloper mode...
     


  4. HVPatel

    HVPatel Active Member


    To Open Tally.ERP9 in Developer Mode (Top Title bar will show in Red Color)

    Press Win + R Key
    In Run Dialogue box, type
    E:\Tally.ERP9\tally.exe /DevMode
    and Enter
    Here i gave my path, you have to give own, (please don't ask, how to give own path) and a Space than at last after one space /DevMode

    Regards
     
    Dipen Thakkar likes this.


  5. Dipen Thakkar

    Dipen Thakkar New Member


    OK Sir i got it ,,,but how to revise code as per your previous rply to alokbhai...
     


  6. Jay kumar tailor

    Jay kumar tailor Well-Known Member


    cool.....
    try this
    when u enter cash sale voucher
    default field is consumer
     

    Attached Files:



  7. Jay kumar tailor

    Jay kumar tailor Well-Known Member


    And This one also.
    for your need
    note:- set alter gst detail=yes
    and see.

    It works But not in direct save mode (ctrl+A)
     

    Attached Files:



  8. HVPatel

    HVPatel Active Member


    Good going.. Mr. Jay Kumar,,

    Regards
     


  9. ALOKE DEBNATH

    ALOKE DEBNATH New Member


    Dear Sir,

    I solved my issue with this TDL and working fine.

    Lots of Thanks

    Aloke Debnath
     

    Attached Files:

    • GST.txt
      File size:
      366 bytes
      Views:
      149


  10. JITEN JAIN

    JITEN JAIN New Member


    Nice......

    Thanks
     


  11. vnrajugst

    vnrajugst New Member


    Where and How to enable this option in ledger creation or sale voucher
     


  12. Jay kumar tailor

    Jay kumar tailor Well-Known Member


    Add tdl to your tally.
    Simple

    It is showing consumer by default instead of regular.
     


Share This Page