All type of units total in invoice (compound, simple and alternative)

Discussion in 'Tally Developer' started by ujwlgrg, Jun 3, 2021.

    
  1. ujwlgrg

    ujwlgrg Member


    [System: Formulae]
    NosFilter : $BaseUnits:StockItem:$StockItemName="Nos"
    KgsFilter : $BaseUnits:StockItem:$StockItemName="Kgs"
    DozFilter : $BaseUnits:StockItem:$StockItemName="Dz"
    AllQtyTotal : $$String:mad:@QtyTotNos + " " + $$String:mad:@QtyTotKgs + " " + $$String:mad:@QtyTotDoz + " "

    QtyTotNos : If $$IsEmpty:$$FilterQtyTotal:InventoryEntries:NosFilter:$BilledQty Then "" Else $$FilterQtyTotal:InventoryEntries:NosFilter:$BilledQty
    QtyTotKgs : If $$IsEmpty:$$FilterQtyTotal:InventoryEntries:KgsFilter:$BilledQty Then "" Else $$FilterQtyTotal:InventoryEntries:KgsFilter:$BilledQty
    QtyTotDoz : If $$IsEmpty:$$FilterQtyTotal:InventoryEntries:DozFilter:$BilledQty Then "" Else $$FilterQtyTotal:InventoryEntries:DozFilter:$BilledQty


    Sir by this ????????
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    This one......... by @balajimg
     


Share This Page