On account disable feature

Discussion in 'Tally Developer' started by vasudev, Jan 27, 2017.

    
  1. vasudev

    vasudev New Member


    Sir anybody pls suggest how to disable on account selection in voucher
     


  2. admin

    admin Administrator Staff Member


    There are two ways.

    1. Remove the - OnAccount from the Table
    2. Write - Control Attribute at Field level if the selected value is OnAccount
     


  3. Dipak_0003

    Dipak_0003 New Member


    Morning, How can we do option 1 which is on account from the Table? I am user and not developer.
     


  4. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    If you are a USER, then I suggest you not to implement this, as removing this may cause error to prior data / vouchers which has "on account" selected.
     


  5. Jayashri

    Jayashri Member


    [#Collection: Bill Methods]

    Title : $$LocaleString:"Method of Adj."
    Type : Methods of Adjustment
    Format : $Name
    ClientOnly : Yes
    Add:Filter : FilterOnacOnly
    [System:Formula]
    FilterOnacOnly : $Name Not contains "OnAccount"
     


  6. Dipak_0003

    Dipak_0003 New Member


    T
    Thanks for above. Somehow its not filtering and removing on account.
     



  7. it is in default tally - go in side of security , option already given upload_2021-12-25_9-35-53.png
     
    Rajnish Kapahi and Mahesh Sethi like this.


Share This Page