Display of Alias name + Stock Item Name + Selling Price in list of Stock Items while invoicing

Discussion in 'Requests' started by V Rajesh, Jun 22, 2015.

    
  1. V Rajesh

    V Rajesh New Member


    Dear one,
    I am Rajesh from Trichy, Kindly send me the TDL coding for the above, expecting positive answers from your side will be highly appreciated.
    Expecting coding.
    Thank you,
     


  2. NAGARAJKMAR SUBRAMANIAN

    NAGARAJKMAR SUBRAMANIAN Active Member


    Mr. Rajesh, try this,

    [#Collection: Vch Stock Item Extract]
    Fetch : Aliasname,StandardPrice
    Add : Format : $Aliasname,20
    Add : Format : $StandardPrice,10

    [#Object : Stockitem]
    Aliasname : $$Alias
     

    Attached Files:

    kamalpatel, Ras Raj and mpal2311 like this.


  3. srinu

    srinu New Member


    sir,

    i want to
    Display of stock item name + Stock Item rate of tax + balance of stock item numbers in list of Stock Items while invoicing


    please send the code sir,

    thanking you sir,
     


  4. NAGARAJKMAR SUBRAMANIAN

    NAGARAJKMAR SUBRAMANIAN Active Member


    Srinu, Try This

    [#Collection: Vch Stock Item Extract]
    Compute : Stkitemvatrate :$(Stockitem, $Name).Vatdetails[1].Rateofvat
    Add : Format : $Stkitemvatrate,10
     
    Last edited: Aug 11, 2016


  5. srinu

    srinu New Member


    SIR I WANT FIRST STOCK ITEM NAME AFTER THAT STOCK ITEM RATE OF VAT AND CLOSING STOCK

    THANKING YOU SIR,
     


  6. srinu

    srinu New Member


    SIR I WANT FIRST STOCK ITEM NAME AFTER THAT STOCK ITEM RATE OF VAT AND CLOSING STOCK

    THANKING YOU SIR
     

    Attached Files:



  7. Murali.R

    Murali.R Member


    please provide Rate of MRP in Collection
     


Share This Page