I am currently working on an online order management system. The only thing I need to complete before we can start processing orders is printing invoices.
We have Crystal Reports (Dev. Edition), and we have the new Microsoft Report Services. I have poured days, possibly weeks into attempting to get each of these working, but to no avail.
I really have to have the invoice working ASAP. I want to attempt creating the invoice in php, because it's one thing I know is functioning correctly on our server. I have a couple ideas on how to go about it, but I want to run it by you guys.
I have two theories on how to go about it.
1 Write php scripts that talk directly to the printer
2 Write php scripts that generate and save files, and then send the files to the printer.
Server Specs:
win2k
IIS 5
SQL 2000
PHP 4.3.7
We have Crystal Reports (Dev. Edition), and we have the new Microsoft Report Services. I have poured days, possibly weeks into attempting to get each of these working, but to no avail.
I really have to have the invoice working ASAP. I want to attempt creating the invoice in php, because it's one thing I know is functioning correctly on our server. I have a couple ideas on how to go about it, but I want to run it by you guys.
I have two theories on how to go about it.
1 Write php scripts that talk directly to the printer
2 Write php scripts that generate and save files, and then send the files to the printer.
Server Specs:
win2k
IIS 5
SQL 2000
PHP 4.3.7