How can fetch the Actual Qty and billed Qty fields from a Sales Order Voucher Collection

Discussion in 'Free Source Codes' started by Sumeshsivadas, Feb 10, 2024.

    
  1. Sumeshsivadas

    Sumeshsivadas New Member


    How can i fetch the Item Qty from a Sales Order Collection

    [Collection : Order Item ListCol]

    Type : Vouchers : VoucherType
    Child of : $$VchTypeSalesOrder

    Please help
     


  2. vishnu joshi

    vishnu joshi Member


    Try this..

    Code:
    [Collection : Order Item ListCol SRC]
    
    Type : Vouchers : VoucherType
    Child of : $$VchTypeSalesOrder
    Fetch:*.*
    
    [Collection : Order Item ListCol]
    Source Collection :  Order Item ListCol SRC
    walk : AllInventoryentries
    compute : ItName : $StockItemName
    compute : Bill Qty : $Billedqty
    compute : Act Qty : $ActualQty
    
     


Share This Page