i want only cash and bank .... in list of ledger ,,, can anyone help sir ...

Discussion in 'Free Source Codes' started by bikash agarwal, Jun 13, 2022.

    

  1. want only cash & bank in the ledger list

    $$IsLedOfGrp:$Name:"Bank Accounts" OR $$IsLedOfGrp:$Name:"Cash-in-hand"

    ;;code ; ---------------------

    [Collection: CMPLedCOLL3]

    Type : Ledger
    Title : $$LocaleString:"List of Ledger Accounts"
    ;;Collections : Notapplicable
    Include : Group:$$GroupCash
    ;Include : Group:$$GroupBank
    ;Include : Group:$$GroupBankOD
    Report : Leder Statement Repord
    Trigger : Ledger Statement Trigger Red
    Add : Format : $Name,30

    Keep Source : ()
    Client Only : Yes
    Filter : cedFilter


    [system:formula]

    cedFilter: $$IsLedOfGrp:$Name:"Bank Accounts" OR $$IsLedOfGrp:$Name:"Cash-in-hand"
     


Share This Page