Duplicate Stock Item one invoice needs to Invisible for printing

Discussion in 'Requests' started by Sambhaji, Dec 18, 2013.

    
  1. Sambhaji

    Sambhaji New Member


    Hi Admin,
    If I Make Invoice of 10 Stock Items & If I use 1st Stock item repeated at 3 & 6 serial then -
    Can I Invisible at time of printing? if item is duplicate & Quantity needs to total at first line of Stock Item.
    Also, can I arrange alphabetically Stock item item List for Printing which my Invoice contains more then 1 items.

    Please help me how can I achieve this goel. I have tried a lot but I can not get any idea/ way to resolve this.
     


  2. Joharfchhil

    Joharfchhil Member


    Have you customized the invoice, if so upload the code.
     


  3. Sambhaji

    Sambhaji New Member


    Hi Please see attached code for reference.
     

    Attached Files:



  4. Joharfchhil

    Joharfchhil Member


    Attached the revised file, just check.
     

    Attached Files:



  5. Sambhaji

    Sambhaji New Member


    I have check this. For Stock Item - it is working but Quantity, MRP, Rate & Amount is not coming!
    I can not get reason why quantity, MRP, Rate & Amount is not getting. For amount & Quantity I have use $$Total & $$CollectionField Function.
    Please suggest solutions.
     



  6. In 'My Item List' Collection, Aggr Compute : BilledQty : Sum : $BilledQty - for Qty Summation. Similarly for Amount.
     
    Rajeev Sharma likes this.


  7. Sambhaji

    Sambhaji New Member


    ok Sir! Thanks
     


  8. narayane88

    narayane88 Active Member


    for pos invoice

    [#Part: POS InvInfo]

    Repeat : POS InvDetails : My Item List

    [Collection : My Item List]
    Source Collection : ..
    Walk : Inventory Entries
    By : StockItemName:$StockItemName
    Sort : @@Default: $StockItemName
    Fetch:Rate
    Aggr Compute : BilledQty : Sum : $BilledQty
    Aggr Compute : Amount : Sum : $Amount
     


Share This Page