Basis of Values

Discussion in 'Free Source Codes' started by anish, Jan 6, 2021.

    
  1. anish

    anish Member


    While using TallyPrime come to a situation where when Inventory is set "No" in F11 feature in Prime then in "Types of Voucher" Filter option is invisible in Basis of Values (Ctrl+B) from Ledger Voucher Report
    Here is the code to solve this issues
    Code:
    [#Object: Cfg VchEntryType_Dr Bov]
    
        Use                : Cfg Report Config Bov
        Name            : @@VchEntryType
        Value            : If ##InConfirmMode then @@AllVouchers Else +
                            If ##OnlyDrVouchers then @@DrEntries Else +
                            If ##OnlyCrVouchers then @@CrEntries Else +
                            @@AllVouchers
    
        IsInvisible        : NOT $$IsSysName:##VoucherTypeName; OR NOT $$IsAccountingOn OR NOT $$IsInventoryOn
    
        Action            : Cfg Action     : Modify Variables    : SETLedVchFilter
    Hope this will help Prime Users.

    [​IMG] [​IMG]
     
    Vashisth likes this.


  2. Vashisth

    Vashisth New Member


    Thanks you so much Sir,
     


  3. Nai Rahul

    Nai Rahul New Member


    for this issue. update your Tally Prime 1.1 new release it has been already given by tally
     


Share This Page