Change Batch No Printing Style in Invoice

Discussion in 'Requests' started by Hemant Pathak, Jun 27, 2012.

    
  1. Hemant Pathak

    Hemant Pathak New Member


    Dear All,

    i want to change the Batch No Printing style in invoice
    Current Style
    1. Item Name 10 10.00
    Batch No : Bat001
    Batch No : Bat002
    Batch No : Bat003
    I Want in Below Style

    1. Item Name 10 10.00
    Bat001;Bat002;Bat003

    Please help me to get it done.
     



  2. Hi hemant,

    Please delete that Repeat Line in explode and give the set as : $$Fullist:BatchAllocations:$BatchName
     


  3. Vikaas Kharbanda

    Vikaas Kharbanda New Member


    I have also done that but there is a problem. If the no. of batches exceeds what can fit on a page, when printing, Tally goes on generating page nos. I am posting the code I have written. What I want is that in case the no. of batches do not fit on one page, then they should continue onto the next page.

    [#Field : EXPINV BatchName]
    set as : $$FullList:BatchAllocations:$BatchName
    delete : storage
    Width : @@NameWidth * 1.75
    Lines : 0
    Style : Tiny

    Can anyone help? The no. of batches is 200 or more.
     


  4. JObimon Arackal JOhn

    JObimon Arackal JOhn Active Member


    try attribute

    Scroll:yes
     


Share This Page