Not able to fetch value in Bill outstanding report

Discussion in 'Free Source Codes' started by Neeru, Oct 2, 2021.

    
  1. Neeru

    Neeru Active Member


    Not able to fetch value in Bill outstanding report

    Code:
    [#Form: Bills Outstanding]
        Add : Button     : MyCCenterFltBtn
    
    [#Form: Ledger Outstandings]  
        Add : Button     : MyCCenterFltBtn
    
    [#Line: BILL Detail]
        Add        :Left Fields : Before:BILLOp:FilePathT
        Repeat      : BILLCl
    
    [Field:FilePathT]
        Use:Name Field
        Set as:$Narration
      
    [#Line: BILLCol2]
            Local       : Field : FilePathT           : Set as: $$LocaleString:" "
    [#Line: BILL Total]
            Local       : Field : FilePathT           : Set as: $$LocaleString:" "
    [#Line: BILLCol1]
            Local       : Field : FilePathT           : Set as: $$LocaleString:"V.Title"
    
    
    [#Collection:Bills Payable]
        Fetch:$Narration
    ;Compute:NarrationV:$.Narration
    [#Collection: Bills Receivable]
        Fetch:$Narration
    ;Compute:NarrationV:$..Narration
     
    Last edited: Oct 2, 2021


  2. Himanshu-2002

    Himanshu-2002 Active Member


    Sir Do it like this

    Compute: Narration:$$CollectionField:$Narration:1:LedgerEntries
     


  3. Neeru

    Neeru Active Member


    Not working.
    i try compute but it's showing all eltries narration in all entry.
     


  4. Himanshu-2002

    Himanshu-2002 Active Member


    It is showing all voucher narration combined?
     


  5. Neeru

    Neeru Active Member


    Yes
     


  6. Himanshu-2002

    Himanshu-2002 Active Member


    Please share your updated code... I'll check in my system..
     


Share This Page