Day Book With Cash & Bank Balance

Discussion in 'Tally Developer' started by mpal2311, Mar 29, 2013.

    
  1. mpal2311

    mpal2311 Active Member


    [#Form : Normal Day Book]

    Add : Bottom Part : DBCBDetails

    [Part : DBCBDetails]

    Line : DBCBDetailsTL,DBCBDetails
    Repeat : DBCBDetails : MyBANKCASHColl
    Scroll : Vertical
    Height : 25 % Page

    [Line : DBCBDetailsTL]

    Field : Simple Field
    Local : Field : Simple Field : Set As : "Cash Bank Details and on " + $$String:##SVCurrentDate
    Border : Thin Bottom

    [Line : DBCBDetails]

    Field : DBCBDetails
    Right Field : DBCBAMTDR,DBCBAMTCR

    [Field : DBCBDetails]

    Use : Name Field
    Set As : $Name

    [Field : DBCBAMTDR]

    Use : Amount Field
    Set As : IF $$IsDr:$ClosingBalance then $ClosingBalance Else ""

    [Field : DBCBAMTCR]

    Use : Amount Field
    Set As : If Not $$IsDr:$ClosingBalance then $ClosingBalance Else ""


    [Collection : MyBANKCASHColl]

    Collection : MYBankLedColl
    Collection : MyCashLedColl

    [Collection : MYBankLedColl]

    Type : Ledger
    Child of : $$GroupBank
    Belongsto : yes
    Fetch : Name ,ClosingBalance

    [Collection : MyCashLedColl]

    Type : Ledger
    Child of : $$GroupCash
    Belongsto : yes
    Fetch : Name ,ClosingBalance
     


  2. psjain_jal

    psjain_jal Member


    i already post it. don't copy & pest the code
     
    G Vijay likes this.


  3. G Vijay

    G Vijay Member


    thank you
     


  4. NMS

    NMS Member


    Thanks for sharing
     


  5. amit jangid

    amit jangid New Member


    THIS CODE NOT SHOWING BANK OD ACCOUNT BALANCE
     


  6. mpal2311

    mpal2311 Active Member


    If you are a developer, modify the codes as per your requirement or learn TDL. This forum is not meant to get the codes for free.
     


  7. mpal2311

    mpal2311 Active Member


    I am unable to find your post that you already posted. please help.
     


  8. Amit Mahajan

    Amit Mahajan New Member


    simple just change bank od account groun into bank group.
     


  9. Amit Mahajan

    Amit Mahajan New Member


    simple just change bank od account groun into bank group.
     


  10. Mukesh Garg

    Mukesh Garg Member


     


Share This Page