I have been asked to implement a "Print All" function to an application.
The current screen has a list of invoices. Clicking on any one of
them (via a preview button) opens a new window for that invoice. They
can then, of course, print that document.
What they want is a single button that sends all the invoices to a
printer. Of course, each one has to look like it would when opened
singly via the preview and then printed.
It would be best if there were a confirmation window for the list
enabling a choice of printer.
I am not sure if this is php or javascript or both. I suspect it is
both (since the generation has to be pulled from database data).
Any help would be appreciated.
The current screen has a list of invoices. Clicking on any one of
them (via a preview button) opens a new window for that invoice. They
can then, of course, print that document.
What they want is a single button that sends all the invoices to a
printer. Of course, each one has to look like it would when opened
singly via the preview and then printed.
It would be best if there were a confirmation window for the list
enabling a choice of printer.
I am not sure if this is php or javascript or both. I suspect it is
both (since the generation has to be pulled from database data).
Any help would be appreciated.
Comment