Inventory Print in Voucher

Discussion in 'Tally Developer' started by Girdhar, Aug 25, 2012.

    
  1. Girdhar

    Girdhar Member


    I want to enable printing of only those items, for which order is selected as Not Applicable in batch allocation screen of that item

    [#Line: EXPSMP InvDetails]
    Empty : IF $$IsNotApplicable:($$CollectionField:$OrderNo:1:BatchAllocations) THEN YES ELSE NO

    But it not working, plz help urgently
     


  2. admin

    admin Administrator Staff Member


    $$CollectionField:$OrderNo:1:BatchAllocations = $$SysName:NotApplicable

    Try this
     


  3. Girdhar

    Girdhar Member


    not yet sir
     



  4. Write This
    Empty : Not $$FilterCount:BatchAllocations:IsNotAppOrdNo > 0

    [System : Formula]

    IsNotAppOrdNo : $OrderNo Equals $$SysName:NotApplicable
     


  5. Azar Shaikh

    Azar Shaikh New Member


    @Tushar Dattani. Nice to see you Here. I have Started Coding After Seeing your Broker Module. Now m nice working with TDL. Thanks

    Azar Shaikh
    Mumbai.
    From Ichalkaranji
     


  6. Girdhar

    Girdhar Member


    Not working sir, had u tried at ur site?
     


  7. Azar Shaikh

    Azar Shaikh New Member


    @Girdhar Its Woking and Above Line Belongs To Simple Printed Invoice.
     


Share This Page