is it possible to combine the packing slip and int...
# suitescript
s
is it possible to combine the packing slip and integrated shipping label to one page ?
c
How are you printing these? If custom, you can easily add it together. If using native prints, you're going to have to do some custom work.
s
right now we use the mass print which prints all packing slip then we mass print integrated shipping labels which downloads zpl then script runs on pc
my boss wants me to have it all on one page ,and that they can mass print
c
Doesn't seem like you can do this natively. You could get the same data via scripting and create your own PDF with whatever you wanted/needed.
s
would i be bale to mass print 300-500 orders
c
If you go the custom route, you can print as much as you want.
it could just generate a single pdf w/ all of that if you wanted
s
sure
right now we are using the native printing and netsutie keeps track of what was printed , if i go custom would netsutie still keep track if the order was printed
c
No, not natively.
s
so my code would have to keep track ?
c
Yes
s
that is moe colpectied lol
c
yeah its not a simple solution unless there's one out of the box or something that you can get on the suiteapp store
s
I'm late to the game. We are using a JSP Manager. You can find it at https://www.neodynamic.com/downloads/jspm/ It's a great product. It's easy to create the labels and Packing Slip, even BOL, out of Netsuite. I'm not a salesrep for them, just a very excited customer. One of the best product I ever seen
s
can you explain how i could get the packing slip and shipping label on one page ?