how to view quantity and no. of packages details

Discussion in 'Requests' started by amit g, Jun 14, 2018.

    
  1. amit g

    amit g New Member


    i am making a broker tdl but want help regarding fetching no of packages and quantity in report
    kindly help
     
    Last edited: Jul 4, 2018


  2. HVPatel

    HVPatel Active Member


    If your report for Voucher Collection, then for Quantity (it is in Inventory Level) you may try in your field set as
    $InventoryEntries.BilledQty

    Regards
     
    amit g likes this.


  3. amit g

    amit g New Member



    its working,,, thank a lot
    kindly help me making a broker commission tdl..
     
    Last edited: Jun 14, 2018


  4. amit g

    amit g New Member


    how to get the total in bottom..?
     


  5. HVPatel

    HVPatel Active Member


    If not in inventory, and using voucher collection in your repeat line, then use method name / UDF with your field set as.
     
    amit g likes this.


  6. HVPatel

    HVPatel Active Member


    To Get Total in Bottom, for Example Amount Total ;
    Write - Total : Field Name (in repeated line defination)
    and in bottom line - field, give set as $$Total:FieldName

    Regards
     
    amit g likes this.


  7. amit g

    amit g New Member



    can we try on team viewr..?
     


  8. Reshma

    Reshma Member


    [Line: PQRBody Total]
    Use:pQRBody
    Local : Field : Default : Type : String
    Local : Field : Default : Style : Tiny Bold
    Local : Field : Default : Align : Centre
    Local : Field : PQRSno : Set as: ""
    Local : Field : PQRPartyDate : Set as: ""
    Local : Field : PQRPartyVchNo : Set as: ""
    Local : Field : PQRPartyName : Set as: "TOTAL"
    Local : Field : PQRPartyName : Align : Centre
    Local : Field : PQRPartySalesMan: Set as: ""
    local : field : PQRQUANTITY : set as: $$Total:pQRQUANTITY
    local : field : PQRBAGS : set as: $$Total:pQRBAGS
    Local : Field : PQRPartyVchType : Set as: ""
    Local : Field : PQRPartyAmount : Set as: $$Total:pQRPartyAmount

    Border : Flush Totals
     
    amit g likes this.


  9. amit g

    amit g New Member



    its not woking..
     


  10. amit g

    amit g New Member



    plz help me its not getting total
     


  11. Reshma

    Reshma Member


    Try with
    $$Collqtytotal:pQRSalesManVouchersColl:$Billedqty
     
    amit g likes this.


  12. amit g

    amit g New Member



    hello dear whats the code for fetching number of packages..? kindly help me
     


  13. sivam

    sivam Active Member


    Try with this one. $BasicNumPackages
     


  14. amit g

    amit g New Member


    guys still not fetching totals in quantity and bags column
     


Share This Page