The Export Settings module allows you to configure the output of the Report module used to extract your timesheet data in PDF, CSV (spreadsheet) or Google Drive Spreadsheet. The module can be found in the Settings screen (available to Admin only). If the module is not present in the screen, add it to you screen first. Look for Export Settings in the catalog of modules. You can:
Add your logo to the HeaderWith a little bit of HTML knowledge, you can brand all your reports with your logo. To do that, use the <img> html tag as the first line in your header. Example: <img src="logo.jpg" height="100" width="100" /> The attributes:
Give more punch to your Header and FooterHere again, with a little bit of HTML knowledge, you can transform your header and footer in the way you want.Example: <p> <b style="font-size:16px">Sterling Cooper</b><br/> Madison Avenue, NY, NY </p> An example: Add a manual signature line at the bottomIf you want both the employee and the client to sign the printed timesheet. Here is an example you can copy/paste in the footer section. <table style="width:100%"> <tr> <td style="border-top:solid 1px #777;width:30%;font-size:12px">Employee signature</td> <td style="border-top:solid 1px #777;width:15%;font-size:12px">Date</td> <td style="width:10%"> </td> <td style="border-top:solid 1px #777;width:30%;font-size:12px">Client Signature</td> <td style="border-top:solid 1px #777;width:15%;font-size:12px">Date</td> </tr> </table> |
Documentation > Modules >