all bill in a collection

Discussion in 'Tally Developer' started by mutharasan, Oct 18, 2016.

    
  1. mutharasan

    mutharasan Member


    Dear all experts,

    Is it possible to generate a cleared and non cleared bills in one collection? if is it possible kindly please help me.

    Thanks in advance
     


  2. sivam

    sivam Active Member


    Code:
    [Collection: KNS ClearedBills]
       
        Type        : Bills
        Cleared        : Yes
        Fetch        : *.*
       
    [Collection: KNS UnClearedBills]
       
        Type        : Bills
        Fetch        : *.*
       
    [Collection: KNS AllBillsCollection]
       
        Source Collection        : KNS ClearedBills, KNS UnClearedBills
        Fetch        : *.*
    Try This
     
    mutharasan likes this.


  3. mutharasan

    mutharasan Member



    Dear Sivam,

    Thank you very much for your help. super continue the same.
     
    sivam likes this.


Share This Page