Fetching the Statutory Values of Vouchers

Discussion in 'Tally Developer' started by Taufeeq Shaikh, Nov 30, 2020.

    
  1. Taufeeq Shaikh

    Taufeeq Shaikh Active Member


    Dear All,

    Just to revise my learning am Trying to make a report same as GSTR-1 for Sales Voucher, I just need to know that whether i can directly fetch the value of (Taxable, IGST, CGST,SGST) TAX wise from Voucher or by referring a Predefined cell or will have to compulsory make a collection.

    Please Guide.
     


  2. Himanshu-2002

    Himanshu-2002 Active Member


    Create a main Collection and later walk through to get values
     


  3. Taufeeq Shaikh

    Taufeeq Shaikh Active Member


    Dear All,

    Finally i succeeded one more time by practicing and revising the tdl's....

    Achieved the goal...................
     


  4. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Very Good effort.

    Now explain how you solved and post screenshot...... so others can also gain some knowledge.
     


  5. Taufeeq Shaikh

    Taufeeq Shaikh Active Member



    This is it....


    upload_2020-12-24_16-56-43.png
     
    Rajnish Kapahi likes this.


  6. Taufeeq Shaikh

    Taufeeq Shaikh Active Member


    I still need to add Tax Classification for each transaction (i.e) B2B, B2C, Export, Non GST, NillRated, Exempt.... Etc...... in the column GST type.

    My only aim is to get the RAW Data from Tally to Excel and then Making different reports for GST Assessment through Pivot Tables and Formulas....

    LedgerWise i had succeeded now i am working for ITEM Wise too.... So that i can prepare most of the reports...
     


  7. Himanshu-2002

    Himanshu-2002 Active Member


    Congrats Sir
     


  8. Taufeeq Shaikh

    Taufeeq Shaikh Active Member


    Am trying to get my result but still cant achieve it. (i.e.) The Tag for Sales Type

    Please help me to get the Nature of Sales Transaction (Table Name) in my UDF report.. the reference of GSTR-1 is as follows :-


    [Line: GSTR1 TrglTableWiseDetails]

    Local : Field : GST VchParticulars : Set as : $$StringRemWord:1:$Value
    Local : Field : GST VchParticulars : Variable : vGSTTableName


    [Field: GST VchParticulars]

    Use : Name Field
    Set as : $GSTTransactionNature
    Full Width : Yes
    Variable : vGSTDetails


    [Field: GST TransNatureInv]

    Use : Name Field
    Set as : $GSTTransactionNature
    Variable : vGSTTransNature
    Invisible : Yes



    My Coding is as follows :-


    [Field : tgpartytype]

    Use : Name Field
    Set as : $TSGsttype ;;$Naturecode
    Variable : vGSTTableName
    Width : 10
    Border : Thin Right
    Style : Small



    [Collection : trsgstcollection]

    Type : Vouchers

    Fetch : AllLedgerEntries.GSTEntryLedgerName, AllLedgerEntries.FirstAccName, AllInventoryEntries.GSTEntryLedgerName, AllLedgerEntries.GSTTransactionNature, AllInventoryEntries.GSTTransactionNature, GSTTransactionNature

    Compute : TSGsttype : $GSTTransactionNature
     


  9. Vinit

    Vinit New Member


    Sir Can U Please Post Collection Details For Getting CGST and SGST Values Directly into Collection?
    I M Also Trying to Achieve the same but i m using Predefined Ledgers to find the value.
    It would Be Great help if i can see the code.
     


Share This Page