how to print column in Invoice

Discussion in 'Requests' started by Waheed Khan, Mar 4, 2014.

    
  1. Waheed Khan

    Waheed Khan Member


    Dear Expert
    help me complete this code
    i have add addition column in item allocation screen for selection category
    but it not capture in print
    any one help me how to print in invoice
    Thanks
    Image1.jpg Image2.jpg Image1.jpg Image2.jpg
     

    Attached Files:




  2. BasicStockStize is udf in Invoice Voucher Object Not in Stock Item Master Object
    So not to specify as $BasicStockStize:StockItem:$StockItemName, it should be $BasicStockStize
     


  3. Waheed Khan

    Waheed Khan Member


    Dear
    Pritam Sir
    I already Try $BasicStockStize but its not working
     


  4. Johnnie

    Johnnie New Member


    fetch the UDF, try this it'll work,

    [#Collection: Columnar Specific Vouchers of Company]
    Fetch :BasicStockStize

    [#Collection: Columnar Filtered Vouchers of Company]
    Fetch :BasicStockStize
     


  5. Waheed Khan

    Waheed Khan Member



    Dear Johnnie Sir
    thank for suggestion
    can you give example for understand
    thank you
     


  6. Raju Das

    Raju Das Member




    Bro its not your full code, plz upload full coding page, included customized invoice code, after we will help...
     



  7. I dont think the OP need to attach the full code. He clearly mentioned his problem with the required screen shots+required coding.

    Dear Waheed, Fetch in the Collection as Johnnie said will definitely resolve your problem.
     


  8. Waheed Khan

    Waheed Khan Member


    Dear Pritam Ji and Johnnie Ji
    Thank you for your valuable suggestion
    but i don't understand how to fetch Collection
    pls give some guide to understand and sample code or modify my code

    thank you
     


  9. Johnnie

    Johnnie New Member


    Plz paste above mentioned source code into your existing source code , and try it
     


Share This Page