Invoice Summary Page Number

You can modify the following code for the page number:

          <tfoot>
         <tr>
            <td>
               <table width="182mm">
                  <tr>
                     <td width="150mm" align="right">Page Number</td>
                     <td width="15mm" align="right" style="margin-left: 0pt; margin-right: 0pt; margin-top: 0pt; margin-bottom: 0pt;">
                           <pagenumber />
                     </td>
                     <td width="17mm" align="left" style="margin-left: 0pt; margin-right: 0pt; margin-top: 0pt; margin-bottom: 0pt;">
                           /
                           <pagenumber idref="${ids.id}" />
                     </td>
                  </tr>
               </table>
            </td>
         </tr>
</tfoot> 

        

General Notices