Need Help

Discussion in 'Requests' started by mutharasan, Apr 17, 2014.

    
  1. mutharasan

    mutharasan Member


    Dear All TDL Experts,

    Greetings,

    I am doing invoice customization. The Batch Names not displaying in my invoice. i tried following code. but it is not working. please help me.

    [Part : Myinvpart]
    Line : MyinvLine
    Repeat:MyinvLine:inventoryentries
    Scroll : Vertical

    [Line : MyinvLine]
    Field : Mystkitemfld

    Explode : MyBatchpart

    [Part : MyBatchPart]
    Line : MyBatchLine
    Repeat:MyBatchLine:BatchAllocations

    [Line : MyBatchLine]
    Field : MybatchField

    [Field : MybatchField]
    Set As : $BatchName


    [Field : Mystkitemfld]
    Set As : $stockitemName
     


  2. Raju Das

    Raju Das Member






    Bro I think here it is......


    [#Line : EI Column One]
    Add : Right Fields: Before : VCH QtyTitle : Batch Number Title

    [#Line : EI Inv Info]
    Add : Right Fields: Before : VCH BilledQty : Batch Number

    [#Line : CI Inv Info]
    Add : Right Fields: Before : VCH BilledQty : Batch Number


    [Field : Batch Number Title]
    Use : Name Field
    Width : 10
    Skip : Yes
    Set As : "Batch No."
    Align: Centre
    Invisible : NOT @@ISSale or @@ISPurchase
    Style:Normal bold


    [Field : Batch Number]
    Use : Name Field
    Set as: $$FullList:BatchAllocations:$BatchName
    Scroll: Vertical
    Width : 10
    Align: Centre
    Inactive: $$IsEnd:$StockItemName
    Invisible : NOT @@ISSale or @@ISPurchase
    Skip: No
     
    mutharasan likes this.


  3. mutharasan

    mutharasan Member


    Dear Raju Das

    Greetings,

    The code is working fine, Thanks for your kind and immediate reply.

    Thank you very much.
     


  4. Vishal Chokshi

    Vishal Chokshi New Member


    The code is working fine, but invoice print view not show saprate colum in preview, please sent the code...
     


  5. Rajsrisrimal

    Rajsrisrimal Member


    Sir,
    Can I get This TDL as attached format.
    c
     

    Attached Files:



  6. Rajsrisrimal

    Rajsrisrimal Member


    Sir,
    Can I get This TDL as attached format.
    c
     


  7. kamal

    kamal Member


    Dear Raju,
    can it possible item vat rate to display in voucher please guide
     


  8. Johar

    Johar Member


    Dear Kamal,

    Use this ----- Set As : $RateOfVAT:StockItem:$StockItemName
     


  9. Ejajkhan

    Ejajkhan New Member


    The code is working fine, but invoice print view not show saprate colum in preview
     


Share This Page