please help regading unwanted ledger control

Discussion in 'Tally Developer' started by Deepak K Swain, Jun 27, 2014.

    
  1. Deepak K Swain

    Deepak K Swain New Member


    [#Part: MST LED Details]

    Add:Lines :After :MST Parent:STKI Control



    /*[#Part: STKI Basic Features]
    Add:Line:After:STKI Batch:STKI Control */
    /*
    [Part:Stki Control]
    Line:Stki Control */

    [Line:STKI Control]
    Field:Stki Control,Stki Control1

    [Field:Stki Control]
    Use:name Field
    Info:"Want to Block it ?"
    Width:15


    [Field:Stki Control1]
    Use : Logical Field
    Storage :isStockITEMcontrol
    Set As : No
    Set Always : Yes


    [System:udf]
    isStockITEMcontrol:Logical:3015

    ;;-----------------------


    [System:Formula]
    USEDStockitem:Not $isStockITEMcontrol


    [#Collection: Normal Ledgers Extract]

    Use: ExtractAlias Collection
    Source Collection: LedgersVch Src
    Title : $$LocaleString:"List of Ledger Accounts"

    Parm Var: GroupStock: String: $$GroupStock
    Parm Var: GroupCash: String: $$GroupCash
    Parm Var: GroupBank: String: $$GroupBank
    Parm Var: GroupBankOD: String: $$GroupBankOD

    Fetch : Name, ReserveName

    Keep Source: ().
    Client Only: Yes
    Filter:USEDStockitem


    please try it and help me unwaned ledgers.
     



  2. what is the issue?
     


  3. Deepak K Swain

    Deepak K Swain New Member


    in payment entry or recipt entry blocking ledgers are not shown but it will prompt you two column
    please check the file and then go to receipt or payment voucher.
     


  4. Maulik Patel

    Maulik Patel Active Member


    could not fin "Add : Fetch : isStockITEMcontrol" in "LedgersVch Src" collection as well as "Normal Ledgers Extract" collection. Unless you will fetch your udf, you will not be able to filter with it.
     


Share This Page