Narration field with Cheque and Narration details

Discussion in 'Tally Developer' started by Taufeeq Shaikh, Jan 9, 2014.

    
  1. Taufeeq Shaikh

    Taufeeq Shaikh Active Member


    Dear All,

    I have made a new modified tdl for narration with Cheque Details and Narration.
     

    Attached Files:

    mpal2311 likes this.


  2. Maulik Patel

    Maulik Patel Active Member


    Taufeeq, Thanks for sharing.
     


  3. mpal2311

    mpal2311 Active Member


    Thanks.
     


  4. N vinoth

    N vinoth Guest


    Thank you Taufeeq
     


  5. kalyan

    kalyan New Member


    hello,

    can any one upload tdl file for get bank allocation details in narration filed like in screen shorts
    thanking you sir/madam
     

    Attached Files:



  6. manmath7

    manmath7 New Member


    please use this code for bank details at narration

    [#Field: VCH Narration]
    Set as: If ($$IsReceipt:##SVVoucherType) then "Being Received " + @transtype + @cheno +" From " + @MailingName else ""
    transtype: $AllLedgerEntries[1].BankAllocations[1].TransactionType
    cheno:$AllLedgerEntries[1].BankAllocations[1].InstrumentNumber
    MailingName : $MailingName:Ledger:($$Owner:$$FilterValue:$LedgerName:AllLedgerEntries:1:NOTIsBankLedger)
     


  7. kalyan

    kalyan New Member


    thank u sir,
    working very fine, but and also i want cheque date and bank name and branch name in narration file
    what about payment and contra vochers tdl files
     

    Attached Files:



  8. kalyan

    kalyan New Member


    i want tdl file for to get list of banks in Set/Alter Banking Configuration in legder creation screen for auto bank Reconciliation in offline because i have no internet connection
     

    Attached Files:



  9. manmath7

    manmath7 New Member


    it can also done as you like please use Isreceipt or iscontra then it works
     


  10. kalyan

    kalyan New Member


    when i change it will not work, plz upload code
     


  11. VINOD KUMAR

    VINOD KUMAR New Member




    NOT WORKING
     


  12. manmath7

    manmath7 New Member


    Use this at end
    [System : Formula]
    IsBankLedger: ($$IsLedofGrp:$LedgerName:$$GroupBank Or $$IsLedofGrp:$LedgerName:$$GroupBankOD)
     


  13. VINOD KUMAR

    VINOD KUMAR New Member


    NOT WORKING
     


  14. kalyan

    kalyan New Member


    not working
     


  15. kalyan

    kalyan New Member


    sir please refer tdl file including contra, payment and receipt in one tdl file

    how to collect objects for bank allocation cheque number and recepit vocher bank name and branch

    it is help full for me
     


  16. VINOD KUMAR

    VINOD KUMAR New Member


    PLEASE PROVIDE
     


  17. R. VIJAY

    R. VIJAY Member


    it is possible to edit txt like in screenshot what exactly want
     

    Attached Files:

    • 2.png
      2.png
      File size:
      235.4 KB
      Views:
      78


  18. Maulik Patel

    Maulik Patel Active Member



Share This Page