The current Order Number is handled in the:
/your_admin/invoice.php

with the code:
Code:
  <tr>
    <td class="main"><b><?php echo ENTRY_ORDER_ID . $oID; ?></b></td>
  </tr>
You could use portions of that for where you also want to show it ...