How to Add a AmountField After VCH BilledQty In Purhcase Voucher Having Class

Discussion in 'Tally Developer' started by Muddasar Shaikh, Nov 28, 2013.

    

  1. Does Any one know How to Add a AmountField After VCH BilledQty Field in Puchase Voucher. Please Help
     



  2. Dear Muddasar,

    Some Samples,

    [System:UDF]

    SAPPAMT : Amount : 400

    [#Line : EI Column One]
    ;; Title Line1
    Add : Right Fields: After : VCH QtyTitle : SAPP AMT Title

    [#Line : EI Inv Info] ;; Inventory Repeat Line - - With out Class

    Add : Right Fields: After : VCH BilledQty : SAPP Amt


    [#Line : CI Inv Info] ;; Inventory Repeat Line - - With Class

    Add : Right Fields: Before : VCH BilledQty : SAPP Amt

    [Field : SAPP AMT Title]

    Use : Name Field
    Width : 6
    Skip : Yes
    Set As : "My Amt"
    Invisible : NOT @@ISPurchase

    [Field : SAPP Amt]

    Use : Amount Field
    Width : 6
    Storage : SAPPAMT
    Inactive: $$IsEnd:$StockItemName
    Invisible : NOT @@ISPurchase
     
    JObimon Arackal JOhn likes this.



  3. There was a Small Correction. But it Worked For me Thanks
     


Share This Page