Voucher Type Filter at Voucher Entry Screen

Discussion in 'Free Source Codes' started by kapil22, Apr 3, 2024.

    
  1. kapil22

    kapil22 Member


    Dear Experts,
    please help in following code, i want to filter voucher type filter at voucher entry screen.
    Thanks
    Code:
    [#Table            :     ChgVchType]
    Filter                    :     MyFilterVCH
    
    [System                 :    Formula]
    MyFilterVCH                :    if $$Date:##VARVchDate >= $$Date:"20240401" then @@FilterAFTER01APR24JV else @@FilterBEFORE01APR24JV
    FilterBEFORE01APR24JV    :    $Name not CONTAINS "DELHI> JOURNAL"
    FilterAFTER01APR24JV    :    $Name not CONTAINS "DELHI- JOURNAL"
    Kapil
     


  2. AMIT JALAN

    AMIT JALAN Member


    ;;Try This

    Code:
    [#Table: List of VchTypes]
        Filter                    :     MyFilterVCH
    if this doesnt work, Please share the screenshot of the screen in which you would like to filter the voucher type.
     


Share This Page