[91] | 1 | <html> |
---|
| 2 | <head> |
---|
| 3 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |
---|
| 4 | <meta name="layout" content="main" /> |
---|
[666] | 5 | <title>Manager</title> |
---|
[139] | 6 | <nav:resources override="true"/> |
---|
[91] | 7 | </head> |
---|
| 8 | <body> |
---|
| 9 | <div class="nav"> |
---|
[139] | 10 | <nav:renderSubItems group="nav"/> |
---|
[91] | 11 | </div> |
---|
| 12 | <div class="body"> |
---|
[110] | 13 | <g:if test="${flash.message}"> |
---|
| 14 | <div class="message">${flash.message}</div> |
---|
| 15 | </g:if> |
---|
[147] | 16 | <div class="dialog"> |
---|
| 17 | <table> |
---|
| 18 | <tbody> |
---|
| 19 | |
---|
| 20 | <tr class="prop"> |
---|
| 21 | <td valign="top" class="name"> |
---|
| 22 | <label>Manage:</label> |
---|
| 23 | </td> |
---|
| 24 | <td valign="top" class="value"> |
---|
| 25 | <a href="${createLink(controller:'person', action:'list')}">Application users</a> |
---|
[560] | 26 | <br /> |
---|
| 27 | <a href="${createLink(controller:'personGroupDetailed', action:'list')}">Assigned Groups</a> |
---|
| 28 | <br /> |
---|
[633] | 29 | <a href="${createLink(controller:'costCodeDetailed', action:'list')}">Cost Codes</a> |
---|
| 30 | <br /> |
---|
[560] | 31 | <a href="${createLink(controller:'departmentDetailed', action:'list')}">Departments</a> |
---|
| 32 | <br /> |
---|
| 33 | <a href="${createLink(controller:'inventoryLocationDetailed', action:'list')}">Inventory Locations</a> |
---|
| 34 | <br /> |
---|
| 35 | <a href="${createLink(controller:'inventoryGroupDetailed', action:'list')}">Inventory Groups</a> |
---|
| 36 | <br /> |
---|
| 37 | <a href="${createLink(controller:'inventoryStoreDetailed', action:'list')}">Inventory Stores</a> |
---|
| 38 | <br /> |
---|
| 39 | <a href="${createLink(controller:'maintenancePolicyDetailed', action:'list')}">Maintenance Policies</a> |
---|
| 40 | <br /> |
---|
[633] | 41 | <a href="${createLink(controller:'purchasingGroupDetailed', action:'list')}">Purchasing Groups</a> |
---|
| 42 | <br /> |
---|
[560] | 43 | <a href="${createLink(controller:'productionReferenceDetailed', action:'list')}">Production Reference</a> |
---|
| 44 | <br /> |
---|
| 45 | <a href="${createLink(controller:'supplierDetailed', action:'list')}">Suppliers</a> |
---|
| 46 | <br /> |
---|
| 47 | <a href="${createLink(controller:'taskGroupDetailed', action:'list')}">Task Groups</a> |
---|
| 48 | <br /> |
---|
| 49 | <a href="${createLink(controller:'taskProcedureDetailed', action:'list')}">Task Procedures</a> |
---|
| 50 | <br /> |
---|
| 51 | <a href="${createLink(controller:'taskRecurringScheduleDetailed', action:'list')}">Task Recurring Schedules</a> |
---|
| 52 | <br /> |
---|
| 53 | <a href="${createLink(controller:'unitOfMeasureDetailed', action:'list')}">Unit Of Measure</a> |
---|
| 54 | <br /> |
---|
[147] | 55 | </td> |
---|
| 56 | </tr> |
---|
| 57 | |
---|
| 58 | <tr class="prop"> |
---|
| 59 | <td valign="top" class="name"> |
---|
[624] | 60 | <label>Application:</label> |
---|
[562] | 61 | </td> |
---|
| 62 | <td valign="top" class="value"> |
---|
[624] | 63 | <g:link action="appLog"> |
---|
| 64 | View |
---|
| 65 | </g:link> - The application log file. |
---|
| 66 | <br /> |
---|
[562] | 67 | <g:link action="rebuildTextSearchIndex"> |
---|
| 68 | Rebuild |
---|
[622] | 69 | </g:link> - Rebuild the text search index. |
---|
[562] | 70 | <br /> |
---|
| 71 | </td> |
---|
| 72 | </tr> |
---|
| 73 | |
---|
| 74 | <tr class="prop"> |
---|
| 75 | <td valign="top" class="name"> |
---|
[147] | 76 | <label>Entity Relationship Diagram:</label> |
---|
| 77 | </td> |
---|
| 78 | <td valign="top" class="value"> |
---|
| 79 | |
---|
| 80 | <a href="${createLink(controller:'classDiagram', action:'model', params:[outputFormat: 'pdf', skin: 'classicSpaced', showMethods: 'false', autoUpdate: 'false'])}">PDF</a> |
---|
| 81 | <br /> |
---|
| 82 | <a href="${createLink(controller:'classDiagram', action:'legend', target:'_blank')}">Legend</a> |
---|
| 83 | <br /> |
---|
| 84 | <a href="${createLink(controller:'classDiagram', action:'show')}">Interactive.</a> |
---|
| 85 | </td> |
---|
| 86 | </tr> |
---|
| 87 | |
---|
| 88 | </tbody> |
---|
| 89 | </table> |
---|
| 90 | </div> <!--End dialog--> |
---|
| 91 | </div> <!--End body--> |
---|
[91] | 92 | </body> |
---|
| 93 | </html> |
---|