1 line
5.2 KiB
Plaintext
1 line
5.2 KiB
Plaintext
{"Name":"Example Units Per Customer ","Active":true,"Notes":"Uses built in Helper ayGroupByKey ","Roles":50554,"AType":31,"IncludeWoItemDescendants":false,"Template":"<html>\n<body>\n\t<div >\t \n\t\t<table > \n \t\t<thead>\n\n <tr class=\"heading\">\n <td colspan=\"24\">Units per Customer</td>\n </tr>\n <tr>\n \t<td colspan=\"24\"> </td>\n </tr>\n <tr>\n\t\t\t\t<td colspan=\"4\" class=\"bodyhead leftlean\">Customer</td>\n\t\t\t\t<td colspan=\"3\" class=\"bodyhead centerlean\">Serial Number</td>\n\t\t\t\t<td colspan=\"3\" class=\"bodyhead centerlean\">Unit Model</td>\n\t\t\t\t<td colspan=\"4\" class=\"bodyhead centerlean\">Last Closed Service Date</td>\n\t\t\t\t<td colspan=\"4\" class=\"bodyhead centerlean\">Last Closed WO</td>\n\t\t\t\t<td colspan=\"6\" class=\"bodyhead centerlean\">Notes</td> \n </tr>\n <tr>\n \t\t<td colspan=\"24\"> </td>\n \t</tr>\n \t\t</thead>\n \n <tbody> \n {{#each ayReportData}}<!-- the #each for the Sample Data MUST encompass the section where its gonna show - in this case the tbody, so needs to be placed within -->\n <!-- to get alternating coloured rows when one PO per line, need CSS statements PLUS this # each MUST be placed BEFORE the tr /tr -->\n <tr>\n\t\t\t <td colspan=\"12\" class=\"leftlean\">{{group}}</td>\n\t\t\t <td colspan=\"12\" class=\"rightlean\"># of units for {{group}}: {{count}}</td>\n </tr>\n\t\t {{#each items}}\n\t\t <tr>\n\t\t\t <td colspan=\"4\" class=\"leftlean\"> </td>\n\t\t\t\t<td colspan=\"3\" class=\"centerlean\">{{Serial}}</td>\n\t\t\t\t<td colspan=\"3\" class=\"centerlean\">{{UnitModelNameViz}}</td>\n\t\t\t\t<td colspan=\"4\" class=\"centerlean\">{{ayDate LastServiceDateViz}}</td>\n\t\t\t\t<td colspan=\"4\" class=\"centerlean\">{{LastWorkOrderViz}}</td>\n\t\t\t\t<td colspan=\"6\" class=\"centerlean\">{{Notes}}</td> \n </tr>\n\t\t\t{{/each}}\n\t\t\t<tr>\n\t\t\t <td colspan=\"24\" class=\"rightlean\"> </td>\n </tr>\n \t {{/each}}\n </tbody>\n </table>\n\n\n \n\t</div>\n</body>\n</html>","Style":".singlePage\n{\npage-break-after: always;\n}\n\ntable { \n font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;\n border-collapse: collapse;\n white-space: pre-wrap;\n width: 100%;\n table-layout: fixed;\n }\n\nthead {\n display: table-header-group; /* so as to print the table-header on all subsequent pages */\n}\n\n.heading {\n border-style: solid;\n border-width: 1pt;\n border-color: #e8e5e5; \n margin: 10pt;\n background-color: #e8e5e5;\n padding: 5pt; \n font-size: 14pt; \n text-align: center;\n} \n\n.bodyhead {\n border-style: solid;\n border-width: 1pt;\n border-color: #e8e5e5; \n margin: 10pt;\n background-color: #e8e5e5;\n font-size: 12pt; \n}\n\n\n.rightlean {\n text-align: right;\n}\n.leftlean {\n text-align: left;\n}\n.centerlean {\n text-align: center;\n}\ntbody tr:nth-child(even) {\n font-size: 9pt;\n background-color: lightgray; /* MUST checkmark Print background in PDF Options for this to show */\n height: 50px;\n overflow-wrap: break-word;\n} \ntbody tr:nth-child(odd) {\n font-size: 9pt;\n background-color: lightgoldenrodyellow; /* MUST checkmark Print background in PDF Options for this to show */\n height: 50px;\n overflow-wrap: break-word;\n} \n\n\ntfoot {\n /* display: table-footer-group; uncomment to print the table-footer on all pages, not just last page - */\n page-break-inside: avoid;\n /* position: fixed; uncommenting position: will force footer to bottom BUT then leftlean and rightlean don't work AND tbody overwrites */\n \n bottom: 0;\n width: 100%;\n border-top: 1px solid black; \n}\n\n\n.fontgreen {\n color: green;\n}\n.fontblue {\n color: blue;\n}\n.fontred {\n color:red;\n}\n\n","JsPrerender":"async function ayPrepareData(reportData) {\n\n //send the raw report data to the groupByKey function which will return a new array grouped by the key name provided\n reportData.ayReportData = ayGroupByKey(reportData.ayReportData, 'CustomerViz')\n\n //return the data into the pipeline to send to the report template\n return reportData;\n}\n\n","JsHelpers":"//Register custom Handlebars helpers here to use in your report script\n//https://handlebarsjs.com/guide/#custom-helpers\nHandlebars.registerHelper('loud', function (aString) {\n return aString.toUpperCase()\n})","RenderType":0,"HeaderTemplate":"<span style=\"font-size:6pt;width: 94%; text-align:left; \"> (set in report template's PDF Options) Printed date: <span class=\"date\"></span></span>","FooterTemplate":"<span style=\"font-size:6pt;width: 96%; text-align: right; \"> (set in report template's PDF Options showing x of ALL pages printed) Page <span class=\"pageNumber\"></span> of <span class=\"totalPages\">","DisplayHeaderFooter":true,"PaperFormat":10,"Landscape":true,"MarginOptionsBottom":"10mm","MarginOptionsLeft":"10mm","MarginOptionsRight":"10mm","MarginOptionsTop":"10mm","PageRanges":null,"PreferCSSPageSize":false,"PrintBackground":true,"Scale":1.00000} |