Partywise uncleard bills

Discussion in 'Tally Developer' started by Ansal, Jan 23, 2014.

    
  1. Ansal

    Ansal New Member


    Hello,

    I am a beginner in TDL development. I need to show a report of unpaid bills and i tried the following collection but it doesnt show the party name. it is only showing the billref in Name method. Can anyone please guide me how to get the party name with this collection. Thanks in advance.

    [Collection: Collection of Bills]

    Type : Bills
    Cleared: No
     


  2. Sangam

    Sangam New Member


    Use Below code

    [Collection: Collection of Bills]

    Type : Bills
    Cleared: No

    Compute : PName : $LedgerName

    Fetch : Name , LedgerName
     


  3. NAGARAJKMAR SUBRAMANIAN

    NAGARAJKMAR SUBRAMANIAN Active Member


    use $Parent for Partyname

    [Collection: Billcoll]
    Type : Bills
    Cleared: No
    Fetch : Name,Parent,Closingbalance
     


  4. Ansal

    Ansal New Member


    Thank you very much team
     


Share This Page