Pls anybody can help me

Discussion in 'Tally Developer' started by sattam, Jun 24, 2016.

    
  1. sattam

    sattam Active Member


    How to display bank account number and Ifsc code in report bank group summary.
     


  2. admin

    admin Administrator Staff Member


    Specify the the exact report. If possible mention screen shot here...
     


  3. sattam

    sattam Active Member


    I tried this sir.But Could not get Proper Align.Pls help.

    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

    [#Line: DSP AccLine]

    Add:Fields:After:DNSSNo:MyBrnch,MyIfsc,MyMicr ,My DSP AccNum

    [Field:My DSP AccNum]
    Use:DSP DispName
    Set as:$BankDetails
    Style:Small
    Space Right:1

    [Field:MyIfsc]
    Use:DSP DispName
    Set as:$IFSC
    Style:Small
    Space Right:1

    [Field:MyMicr]
    Use:DSP DispName
    Set as:$MICR
    Style:Small
    Space Right:1

    [Field:MyBrnch]
    Use:DSP DispName
    Set as:$BankBranchName
    Style:Small
     


  4. Mukesh Garg

    Mukesh Garg Member


    what is line code for group summary title
     


Share This Page