Sub Total Print in Invoice

Discussion in 'Tally Developer' started by vishal.jayswal09, Jan 9, 2020.

    

  1. Hello Team,

    I want to develop the Invoice as per below Format.
    upload_2020-1-9_10-28-31.png



    Kindly help me for the same.
     



  2. Hello Team,

    I have used the below code.

    [#Line: EXPINV AccDetails]

    Explode : EXPINV AccSubTotal : $$Line > 1 AND $$IsLedOfGrp:$LedgerName:$$GroupDuties

    So It is working fine for CGST and SGST is there but in Invoice there is IGST then it's not working.

    Kindly help me for the same.
     



  3. Hello Team

    CGST and SGST

    upload_2020-1-9_11-2-17.png

    IGST

    upload_2020-1-9_11-2-47.png
     


  4. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Try... $$Line >= 1
     



  5. Hello Sir,

    When I tried as $$Line >= 1 then it working if Only IGST is applicable when CGST and SGST is there then it's not working properly.

    CGST and SGST


    upload_2020-1-13_11-29-41.png

    IGST

    upload_2020-1-13_11-30-24.png
     


  6. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Try... $$Line > 0
     



  7. Hello Sir,

    I tried by using $$Line > 0, But still same problem.
     


  8. Sanjay preethi San

    Sanjay preethi San New Member


    Try This Way
     

    Attached Files:




  9. Hello Sir,

    I want only Taxs Subtotal if there are SGST and CGST is there then sub total will be print after SGST and CGST.
    If IGST is there then sub total will be print after IGST.
    e,g
    FOR SGST AND CGST
    Basic : 1000
    CGST : 50
    SGST : 50
    ---------------------
    Sub Total : 1100
    Transport charge : 500

    FOR IGST
    Basic : 1000
    IGST : 100
    ---------------------
    Sub Total : 1100
    Transport charge : 500
     


  10. Vijay Shetye

    Vijay Shetye Member



Share This Page