public void printZReport() {
   try {
     m_fiscal.printZReport();
   } catch (JposException e) {
   }
 }