How to configure printing the report to printer machine directly

Hi,

i want to print the jasper report to printer machine through WebUI. please provide the configuration steps, thanks very much.

  • configure the process with ‘JasperReportStarter’
  • default print service is ‘MassPrintServiceAdapter’,
    MassPrintServiceAdapter.print()->AD_Archive.printArchive()
  • After enqueue to C_Printing_Queue, which process will query the queue (C_Print_Job_Create->PrintJobBL.createPrintJobs?)
  • then which program query jobs to print

by the way, which situation we will use the PrintingClient to query and print the print packages

Hi @jerry

I wrote this documentation some time ago:
http://docs.metasfresh.org/howto_collection/EN/how_to_use_the_standalone_printing_client.html

I hope it helps