We are attempting to use pick tickets to solve for...
# general
n
We are attempting to use pick tickets to solve for three functions. 1) use for picking 2) we want to print on perforated paper in order to insert the top part into the package as a packing slip and fix the bottom portion to the outside of package for scanning at the label station 3) on the back of the pick ticket we are printing our returns form and the barcodes for the labeling station. Since both the pick ticket and returns form include barcodes and order information, we cannot have a mismatch in printing. The problem is that we need the first page of the pick ticket to always print on an odd numbered page, so we don't have a situation where the returns form prints on the front of a page and the pick ticket for the next order prints on the back of that page. Anyone know how we can accomplish the odd page printing requirement? Thank you!
e
Without testing- you may be able to do an IF statement with totalpages%2==0 and if the number of pages is odd add a blank page
n
Thanks, but I cannot seem to get this to work. Any idea where to place this in the code to get it to work? BFO has a faq notice on <pbr page-break-before="even">, however, I cannot get this to work unless I use "always" which is not what we want in this case. We have not found a way to condition this with odd or even.