How to get Total of Alt Qty in the Sales Invoice

Discussion in 'Tally Developer' started by Taufeeq Shaikh, May 10, 2013.

    
  1. Taufeeq Shaikh

    Taufeeq Shaikh Active Member


    Dear Experts,

    I have created one field in narration part. I want to get the total of Alt Qty . Please help
     
    kamalpatel likes this.


  2. admin

    admin Administrator Staff Member


    1. Add an attribute callesd - Total in the Part level where you are repeating Inventory Entries
    [Part: My Part]
    Line : my Line
    Repeat : My Line : Inventory Entries
    Total: My Alt Qty

    ;; Field in the Repeated Line
    [Field: My Alt Qty]
    Use: Qty Secondary Field
    Set As: $BilledQty

    ;; Field in the Total Line

    [Field: My Alt Qty Total]
    Use: Qty Secondary Field
    Set As: $$Total:MyAltQty
     
    kamalpatel likes this.


Share This Page