IT FRESH-349

KPI: Printing Performance

Testcase to check how the printing performance is displayed in its KPI.

  1. Make sure you have the correct Setup for printing in Preferences:

  2. Check the AD_Printer_Config for your Hostkey

  3. Select a sales or purchase inout, note its ID, and press Print (NOT print preview!), note the time until the print is done (=> when the PDF opens or the printer starts printing)

  4. In pgAdmin, run

     select *
     from RV_InOut_PrintingTime
     where xxx -- ID of your inout
     AND PrintingQueueCreated >= ArchiveCreated
    
M_InOut_ID starttime (Example) FromPrintJobInstructionToEnd
inout ID 2016-06-09 10:34:59+02 13
  1. Do printing and checking in pgAdmin for a purchase inout as well

  2. Open e.g. Wareneingang POS, and select an orderline in a warehouse

  3. Open the HU Editor, select an HU, and print e.g. Wareneingangsetikett, note the time until the print is done (=> when the PDF opens or the printer starts printing)

  4. In pgAdmin, run

     select *
     from RV_Etikett_PrintingTime
     where PrintingQueueCreated >= ArchiveCreated
    
starttime (Example) FromPrintJobInstructionToEnd
2016-06-09 10:44:06+02 9