GSTR-3B PORTAL data storage in TALLY

Discussion in 'Tally Developer' started by Taufeeq Shaikh, Dec 3, 2020.

    
  1. Taufeeq Shaikh

    Taufeeq Shaikh Active Member


    Can anyone guide me to fix my breakon..


    [Part: GSTPortalPartDetails]

    Line : GSTPortalPartDetailsbody
    Repeat : GSTPortalPartDetailsbody : GSTPortalPartDetailsColl
    BreakOn : $$IsEnd:$gsttblno
    Scrolled : Vertical
    Common Border : Yes


    [Line: GSTPortalPartDetailsbody]


    Fields : gsttblno, gstnatofs,
    Right Fields : gstporttaxable, gstportigst, gstportcgst, gstportsgst, gstportcess



    [Field: gsttblno]

    Use : Name Field
    Table : Gstportaltblno, End of List ;;3.1, 4, 6.1, 6.1(Cash), 6.2, 6.2(Cash)
    Show Table : Always
    Tooltip : "Select a Table No."
    Storage : gsttblno
    Set as : $gsttblno
    Style : Small
    Width : 10% Page
     


  2. Himanshu-2002

    Himanshu-2002 Active Member


    BreakOn : $$IsEndoflist:$gsttblno

    Or

    BreakOn : $$IsEmpty:$gsttblno

    Or

    BreakOn : $gsttblno=""
     


  3. Taufeeq Shaikh

    Taufeeq Shaikh Active Member


    Brother not working any of them i already tried
     


  4. anish

    anish Member


    Mr Taufeeq please use as following

    BreakOn : $$IsEmpty:#gsttblno
     


  5. Taufeeq Shaikh

    Taufeeq Shaikh Active Member


    Dear All,

    I wanted to Store monthwise GSTR-3B Data in Tally. Please help me to achieve my goal.

    Three Issues :-

    1. Month Selection at the time of entering data for subsequent month.

    2. Break On at part level not working.

    3. If data already entered for the selected month than it should prefetch the data of the month.. Same as Voucher or Invoice.


    Rest any other suggestions or ideas are most welcomed.
     

    Attached Files:



  6. Himanshu-2002

    Himanshu-2002 Active Member


    Sir If you want to store data then you can simple copy the json file from directory to rally location using function and later you can show it
     


  7. Taufeeq Shaikh

    Taufeeq Shaikh Active Member


    I had some different purpose for this thing.

    From GST Portal we can not download excel or json file for GSTR3-B Filed so need to enter data manually..

    Can you please help me Sir..
     


  8. sattam

    sattam Active Member


    Add "Octa Gst Asistant" extention to your google crome browser and download 3B,2A,2B or GSTR-1 in excel or json format
     


  9. sattam

    sattam Active Member


    Try this
     

    Attached Files:



  10. rke

    rke Member


    how to add data in this?
     


  11. Taufeeq Shaikh

    Taufeeq Shaikh Active Member


    Not working Sattamji
     


Share This Page