Closing balance in list of ledgers

Discussion in 'Free Source Codes' started by ANURAG954245, Oct 1, 2021.

    
  1. ANURAG954245

    ANURAG954245 Member


    upload_2021-10-1_21-6-15.png


    can someone help to get the closing balance beside ledger name in list of ledgers
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    With regards to collection, there are many codes to AlTER and display information as per your needs.........

    1 - Find the correct Collection Name where you need the information.
    2 - Browse / Search this site and implement the same in the above referred collection
     


  3. S Prabhu

    S Prabhu New Member


    [#Collection: Normal Ledgers Extract]
    Use : Normal Ledgers
    Add:Sub Title :"Name","Balance"
    Add :Format:At End:$ClosingBalance,10
     


  4. ANURAG954245

    ANURAG954245 Member


    Thanks its working in payment or receipt but not in journal , sales and purchase
     


  5. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Simply find the Table/Collection that is used in Journal, Sales and Purchase and replicate the same code.
     


  6. ANURAG954245

    ANURAG954245 Member


    Ok thanks sir
     


  7. shreyans

    shreyans New Member


    [#Collection : List of ledgers]
    Use :List of Ledgers
    Add :SubTitle:"Name","Balance"
    Add :Format :At end :$ClosingBalance,10


    this above code was working in version 2.1 but have stopped after update to ver 4. please guide whats to be done
     


  8. shreyans

    shreyans New Member


    what is the correct collection name for list of ledgers
     


  9. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Different Reports and Different Formats -- use DIFFERENT collections ---

    You have asked a query BUT NOT mentioned where -- in what Report/Form?
     


  10. shreyans

    shreyans New Member


    Hi Amitji

    I want this for all forms wherever list of ledger is accessed ie sales purchase journal contra and for receipt and payment its already working but when we go to ledger thru D-A-L in that list of ledgers its not displaying the closing balances. How to get it to display
     


  11. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Your code will work --- EXIT tally and re-start
     


Share This Page