Multiple Copies

I know there’s an easy solution to this but I’ve decided to leave my brain at home today. I would like to print multiple copies of a document (Work Order) to the same printer. How do I do this? Thanks.

The easiest way is to change the Number of Copies in the Print Dialog box. If you are not displaying this, then you have a couple of different (not as nice options): 1) Code - See the Sales Invoice, etc. They allow the user to pick the number of copies and print accordingly. This might be the best way if you want the user to pick the number of copies at run time from the options tab. 2) If you want a fixed number of copies, the quickest way (hack) might be to change the number of times you run the report. ie for 2 copies, run the report twice. This will really only work if you don’t show the Report Dialog. This is also not nice for multiple reports. Not elegant, but I hope this helps.

The easiest way is to use one of the four options on the Print button (Job, Mat req, Shortage or Gant). Then in the Report selections setup, just put the object there twice.