Number of Ledgers

Discussion in 'Tally Developer' started by kosi, Dec 23, 2018.

    
  1. kosi

    kosi Member


    Experts help fetch number of ledgers created under a Group
    Thanks
    Regards
    Philip
     


  2. Salman

    Salman Member


    create one collection of type ledger and fetch there total number of ledger with the $$NumItem with the collection and check
     
    Last edited: Dec 24, 2018


  3. kosi

    kosi Member


    Thanks boss
    my code is bellow
    please help me fetch total number of ledgers under sundary debtors at the field level
    im stuck


    [#Menu: Gateway of tally]
    Add:Item:number Of Ledgers:Display:TLOANSREPORT

    [Report:TLOANSREPORT]

    Form:TLOANSREPORT

    [Form:TLOANSREPORT]
    Part:TLOANSREPORT
    Height:30
    Width:50

    [Part:TLOANSREPORT]
    Line:TLOANSREPORT
    [Line:TLOANSREPORT]
    Field:TLOANSREPORT

    [Field:TLOANSREPORT]
    Use:Number Field
    Set as:""

    [Collection:donone]
    Type:Ledger
     


  4. sivam

    sivam Active Member



    Write a Collection , And Use $$NumItems:<Collection Name> to get your Result
     
    Amit Kamdar likes this.


  5. kosi

    kosi Member


    Thanks
    Working perfectly
    Regards
    Philip
     


  6. kosi

    kosi Member


    I want the day book in the report to be updated when form is closed.
    Experts please guide me
     


  7. kosi

    kosi Member


    Is it posible to fetch the net profit value from the profit and loss account
     


  8. drive

    drive Active Member


    Use
    Set As : $BSClosingProfit
     


Share This Page