[#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@BatchSortByAmount Sort : @@AmountWiseDecr : -$$Abs@BatchSortByAmount Sort : @@QtyWiseIncr : $$Abs@BatchSortByQty Sort : @@QtyWiseDecr : -$$Abs@BatchSortByQty Sort : @@RatewiseIncr : @@BatchSortByRate Sort : @@RatewiseDecr : -@@BatchSortByRate i am using this may help you