Item Batch Details

Discussion in 'Tally Developer' started by RajbhandariGopal, Mar 10, 2025.

  1. RajbhandariGopal

    RajbhandariGopal New Member


    Dear Sir,

    How can I get batch wise details of specific stock items in this format ?
     

    Attached Files:



  2. NITIN KUMAR JAIN

    NITIN KUMAR JAIN New Member


    [#Menu: Gateway of Tally]
    Item: "Batch Summary" : Display : Batch Summary
    [Report: Batch Summary]
    Use : Item Batch Summary
    Title : $$LocaleString:"Batch Summary"
    Delete : Form
    Add : Form : BatchSummary
    Export : Yes
    Variable : IsItemBatchReport, IsItemNegativeBatch, IsItemBatchGdwnReport
    Set : IsStockReport : Yes
    Set : IsItemReport : Yes
    Set : IsItemNegativeBatch : Yes
    Set : IsItemBatchGdwnReport : No
    Set : StockItemName : $$SysName:AllItems
    Set : DSPShowOpening : Yes
    Set : DSPShowInwards : Yes
    Set : DSPShowOutwards : Yes
    PrintSet : Report Title : $$LocaleString:"Batch Summary"
    PrintSet : PrintFileName : "BatchSumm"
    ;Print : NegBatch Landing
    Local : Button : Report Config : Action : Execute : NegBatchSum Configure
    Goto Subtitle : @@StockItemSubtitle
    [Form: BatchSummary]
    Use: NegativeBatchSummary
    Local : Part : DSP AccBody : Delete : Repeat
    Local : Part : DSP AccBody : Add : Repeat : DSP AccLine : BatchSummary
    Replace : Button : F8 Inactive Button : ChangeValue
    Local : Button : Change Value : Add : Modifier Button: Change BalType

    [Collection: BatchSummary]
    Source Collection : NegativeBatchSummary SRC
    Fetch : *.*
    By : Name : $BatchName ;$BatchName
    By : Parent : $Parent ; $Parent
    Compute : SortColumn : ##SVSortMethodBase
    Aggr Compute : BatchClsQty : Sum : $BatchClsQty
    Aggr Compute : StkClBalance : Sum : $StkClBalance
    Aggr Compute : TBalClosing : Sum : $TBalClosing
    Aggr Compute : StkOpBalance : Sum : $StkOpBalance
    Aggr Compute : TBalOpening : Sum : $TBalOpening
    Aggr Compute : TBalNettCredits : Sum : $TBalNettCredits
    Aggr Compute : TBalCredits : Sum : $TBalCredits
    Aggr Compute : StkOutQty : Sum : $StkOutQty
    Aggr Compute : StkInQty : Sum : $StkInQty
    Aggr Compute : TBalDebits : Sum : $TBalDebits
    Sort : @@Default : @@DSPAccName
    Sort : @@SortAlphaIncr : @@DSPAccName
    Sort : @@SortAlphaDecr : -@@DSPAccName
    Sort : @@AmountWiseIncr : $$Abs:mad:@BatchSortByAmount
    Sort : @@AmountWiseDecr : -$$Abs:mad:@BatchSortByAmount
    Sort : @@QtyWiseIncr : $$Abs:mad:@BatchSortByQty
    Sort : @@QtyWiseDecr : -$$Abs:mad:@BatchSortByQty
    Sort : @@RatewiseIncr : @@BatchSortByRate
    Sort : @@RatewiseDecr : -@@BatchSortByRate

    i am using this may help you
     


Share This Page