Last date of purchase of Batch of an Item

Discussion in 'Requests' started by Srinivasa Rao, Nov 16, 2019.

    
  1. Srinivasa Rao

    Srinivasa Rao New Member


    Dear Experts,

    Request you to add the formula to fetch the last date of purchase of Batch of an Item

    [*Collection: Active Batches VchExtract]
    Title : $$LocaleString:"List of Active Batches"
    SubTitle : $$LocaleString:"Name", $$LocaleString:"Balance", $$LocaleString:"Buy Date"
    Source Collection : Batches VchSrc
    Fetch : Name, Parent, ActualQty, ClosingBalance, GodownName, ClosingAsondate, ItemBatchRate, BatchRate
    Format : $Name, 10
    Format : $ClosingAsondate, 8 : "Base"
    Format : @@LastBuyDate, 13

    [System: Formulae]
    LastBuyDate : $Date
     


Share This Page