As this is not related to LFS programming thought I'd best post here.
I'm updating a website I did a while ago in PHP and I'm trying to come up with a solution to print multiple invoices at once via the view order screen.
Order ID Date Amount Etc Actions
[ ] 92878797 30-10-10 £2.50 Edit/Del
So the idea would be I could tick the tick boxes for the ones I want to print and click one print button to send all the printer friendly versions to the printer. Is this actually possible? Failing that the ability to just click a print button next to each one would be a lot better than the current method.
Currently we have to open every order to physically display the printer friendly version and then send it to print which as you can imagine with 20-30 orders a day is very tiresome.
Did a good bit of googling but didn't return much more than the javascript print function.
I'm updating a website I did a while ago in PHP and I'm trying to come up with a solution to print multiple invoices at once via the view order screen.
Order ID Date Amount Etc Actions
[ ] 92878797 30-10-10 £2.50 Edit/Del
So the idea would be I could tick the tick boxes for the ones I want to print and click one print button to send all the printer friendly versions to the printer. Is this actually possible? Failing that the ability to just click a print button next to each one would be a lot better than the current method.
Currently we have to open every order to physically display the printer friendly version and then send it to print which as you can imagine with 20-30 orders a day is very tiresome.
Did a good bit of googling but didn't return much more than the javascript print function.