Stock Summary

Discussion in 'Requests' started by Joharfchhil, Feb 15, 2013.

    
  1. Joharfchhil

    Joharfchhil Member


    Dear Experts,

    I have created one field for displaying the total sales qty from day one till date, but it not showing me the details, Can anyone help me out????

    [#Field : DspQtyOneTitle]
    Add: Left Fields: At Beginning: Global ACodeT, Global ATotQty
    Local: Field: ACodeT: Info: " "
    Local: Field : ATotQty: Info : " "

    [#Field : DspQtyTwoTitle]
    Add: Left Fields: At Beginning: Global ACodeT, Global ATotQty

    [Field : Global ACodeT]
    Info: "Code"
    Align: Centre
    Width: 15
    Style: Small;;@@NumberWidth
    Style: Small
    [Field : Global ATotQty]
    Info: "Toatl Sales Qty"
    Align: Centre
    Width: 15;;@@NumberWidth
    Style: Small


    [#Field : DspStkInfo]
    Add: Left Fields: Global ACode, Global ATotSQty

    [Field : Global ACode]
    Use: Short Name Field
    Set As: $OnlyAlias
    Align: Centre
    Style: Small
    Width: 15
    [Field : Global ATotSQty]
    Use: Number Field
    Set As: $TBilledQty
    ;;Format: "NoZero,Decimals:2"
    Align: Centre
    Style: Small


    [Collection: Total Stock Item]
    ;;Source Collection: CFBK Voucher
    Walk: Inventory Entries
    By: @@IsSalesIName
    Aggr Compute: TBilledQty: SUM: $BilledQty
     
    zakirhossain_diu likes this.



  2. hi, do you had got your solution. i am on the same problem.
     


  3. Amit Kamdar

    Amit Kamdar Administrator Staff Member

    zakirhossain_diu likes this.


Share This Page