This commit is contained in:
@@ -287,7 +287,6 @@
|
||||
"PartInventoryAdjustment": "Teilebestandberichtigung",
|
||||
"PartSerial": "Serienteil",
|
||||
"PartWarehouse": "Teilelager",
|
||||
"PreventiveMaintenance": "Wartung/Inspektion",
|
||||
"Priority": "Priorität",
|
||||
"Project": "Projekt",
|
||||
"PurchaseOrder": "Einkaufsauftrag",
|
||||
@@ -819,7 +818,6 @@
|
||||
"Customize": "Anpassen ...",
|
||||
"New": "Neu",
|
||||
"Print": "Drucken",
|
||||
"PrintPreview": "Print preview",
|
||||
"Refresh": "Aktualisieren ...",
|
||||
"ResetToolbar": "Symbolleiste zurücksetzen",
|
||||
"ScheduleActiveWorkOrderItem": "Aktiver Arbeitsauftragsposten:",
|
||||
|
||||
@@ -287,7 +287,6 @@
|
||||
"PartInventoryAdjustment": "Part inventory adjustment",
|
||||
"PartSerial": "Serialized part",
|
||||
"PartWarehouse": "Part Warehouse",
|
||||
"PreventiveMaintenance": "Preventive Maintenance",
|
||||
"Priority": "Priority",
|
||||
"Project": "Project",
|
||||
"PurchaseOrder": "Purchase Order",
|
||||
@@ -819,7 +818,6 @@
|
||||
"Customize": "Customize....",
|
||||
"New": "New",
|
||||
"Print": "Print",
|
||||
"PrintPreview": "Print preview",
|
||||
"Refresh": "Refresh...",
|
||||
"ResetToolbar": "Reset Toolbar",
|
||||
"ScheduleActiveWorkOrderItem": "Active workorder item:",
|
||||
|
||||
@@ -708,7 +708,6 @@
|
||||
"Home": "Inicio",
|
||||
"Inventory": "Inventario",
|
||||
"Logout": "Desconectar",
|
||||
"PreventiveMaintenance": "Mantenimiento preventivo",
|
||||
"Quotes": "Presupuestos",
|
||||
"Schedule": "Programación",
|
||||
"Service": "Servicio",
|
||||
@@ -819,7 +818,6 @@
|
||||
"Customize": "Personalizar....",
|
||||
"New": "Nuevo",
|
||||
"Print": "Imprimir",
|
||||
"PrintPreview": "Print preview",
|
||||
"Refresh": "Refrescar...",
|
||||
"ResetToolbar": "Reinicializar barra de herramientas",
|
||||
"ScheduleActiveWorkOrderItem": "Elemento del pedido activo:",
|
||||
|
||||
@@ -287,7 +287,6 @@
|
||||
"PartInventoryAdjustment": "Ajustement de stock de pièces",
|
||||
"PartSerial": "Pièce numérotée",
|
||||
"PartWarehouse": "Magasin de pièces",
|
||||
"PreventiveMaintenance": "Entretien préventif",
|
||||
"Priority": "Priorité",
|
||||
"Project": "Projet",
|
||||
"PurchaseOrder": "Bon de commande",
|
||||
@@ -819,7 +818,6 @@
|
||||
"Customize": "Personnaliser....",
|
||||
"New": "Nouveau",
|
||||
"Print": "Imprimer",
|
||||
"PrintPreview": "Print preview",
|
||||
"Refresh": "Actualiser...",
|
||||
"ResetToolbar": "Réinitialiser la barre d'outils",
|
||||
"ScheduleActiveWorkOrderItem": "Élément de bon travail actif :",
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"Name":"PM Item Summary","Active":true,"Notes":"Custom Prepare to display each PM Item total nets and totals for all workorder items in list","Roles":50538,"AType":22,"IncludeWoItemDescendants":false,"Template":"<html>\n\n<body>\n <div>\n <div class=\"reporttitle\">\n <p>{{ayT 'PM'}} {{ayT 'WorkOrderItem'}} {{ayT 'WorkOrderItemSummary'}}</p>\n </div>\n <table>\n <thead>\n <tr>\n <th colspan=\"2\">{{ayT 'PM'}} & {{ayT 'WorkOrderItem'}} {{ayT 'Sequence'}}</th>\n <th colspan=\"2\">{{ayT 'Customer'}}</th>\n <th colspan=\"1\">{{ayT 'PMNextServiceDate'}}</th>\n <th colspan=\"1\">{{ayT 'WorkOrderItemRequestDate'}}</th>\n <th colspan=\"2\">{{ayT 'WorkOrderItemWorkOrderStatusID'}}</th>\n <th colspan=\"2\">{{ayT 'Priority'}}</th>\n <th colspan=\"3\">{{ayT 'WorkOrderItemSummary'}}</th>\n </tr>\n </thead>\n <tbody>\n {{#each ayReportData}}\n {{#each Items}}\n <!--note the need for trailing zeros and backslash to reference values above Items -->\n <tr>\n <td colspan=\"2\">{{PMId}} - {{Sequence}}</td>\n <td colspan=\"2\">{{../CustomerViz}}</td>\n <td colspan=\"1\">{{ayDate ../NextServiceDate}}</td>\n <td colspan=\"1\">{{ayDate RequestDate}}</td>\n <td colspan=\"2\" style=\"background-color:{{WorkOrderItemStatusColorViz}}\">{{WorkOrderItemStatusNameViz}}</td>\n <td colspan=\"2\" style=\"background-color:{{WorkOrderItemPriorityColorViz}}\">{{WorkOrderItemPriorityNameViz}}</td>\n <td colspan=\"3\">{{Notes}}</td>\n </tr>\n <tr>\n <td colspan=\"14\"> </td>\n </tr>\n {{/each}}\n {{/each}}\n </tbody>\n <tfoot>\n </tfoot>\n </table>\n\n </div>\n</body>\n\n</html>","Style":"\nbody {\n font-family: 'Helvetica', 'Helvetica Neue', Arial, sans-serif; \n}\n\n.reporttitle { \n margin-bottom: 20pt; \n font-weight: bold; \n font-size: 13pt; \n color: #9e9e9e;\n} \n\ntable { \n border-collapse: collapse;\n white-space: pre-wrap;\n width: 100%;\n table-layout: fixed; \n }\n\nth {\n /* border-bottom: solid 1pt #9e9e9e; */\n height: 30px;\n font-size: 9pt; \n color: #9e9e9e;\n}\n\ntbody td {\n padding: 5px;\n word-wrap: break-word;\n font-size: 7pt;\n text-align: center;\n}\n\n\ntbody tr:nth-child(even) {\n background-color: #f8f8f8; /* MUST checkmark Print background in PDF Options for this to show */\n}\n\n\n.rightlean {\n text-align: right;\n}\n.leftlean {\n text-align: left;\n}\n.centerlean {\n text-align: center;\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 //this function (if present) is called with the report data \n //before the report is rendered\n //modify data as required here and return it to change the data before the report renders\n //see the help documentation for details\n\n\tawait ayGetTranslations([\"PM\", \"WorkOrderItem\", \"Sequence\", \"Customer\", \"PMNextServiceDate\", \"WorkOrderItemWorkOrderStatusID\", \"WorkOrderItemSummary\", \"Priority\", \"WorkOrderItemRequestDate\"]);\n\n\n\n return reportData;\n}","JsHelpers":"","RenderType":0,"HeaderTemplate":"<span> </span>","FooterTemplate":"<span style=\"font-size:6pt; width: 96%;text-align:left; \"> Printed date: PDFDate</span>\n<span style=\"font-size:6pt;width: 96%; text-align: right; \">Page <span class=\"pageNumber\"></span> of <span class=\"totalPages\"></span> </span>","DisplayHeaderFooter":true,"PaperFormat":10,"Landscape":true,"MarginOptionsBottom":"15mm","MarginOptionsLeft":"15mm","MarginOptionsRight":"15mm","MarginOptionsTop":"10mm","PageRanges":null,"PreferCSSPageSize":false,"PrintBackground":true,"Scale":1.00000}
|
||||
{"Name":"PM Item Summary","Active":true,"Notes":"Custom Prepare to display each PM Item total nets and totals for all workorder items in list","Roles":50538,"AType":22,"IncludeWoItemDescendants":false,"Template":"<html>\n\n<body>\n <div>\n <div class=\"reporttitle\">\n <p>{{ayT 'PM'}} {{ayT 'WorkOrderItem'}} {{ayT 'WorkOrderItemSummary'}}</p>\n </div>\n <table>\n <thead>\n <tr>\n <th colspan=\"2\">{{ayT 'PM'}} & {{ayT 'WorkOrderItem'}} {{ayT 'Sequence'}}</th>\n <th colspan=\"2\">{{ayT 'Customer'}}</th>\n <th colspan=\"1\">{{ayT 'PMNextServiceDate'}}</th>\n <th colspan=\"1\">{{ayT 'WorkOrderItemRequestDate'}}</th>\n <th colspan=\"2\">{{ayT 'WorkOrderItemWorkOrderStatusID'}}</th>\n <th colspan=\"2\">{{ayT 'WorkOrderItemPriorityID'}}</th>\n <th colspan=\"3\">{{ayT 'WorkOrderItemSummary'}}</th>\n </tr>\n </thead>\n <tbody>\n {{#each ayReportData}}\n {{#each Items}}\n <!--note the need for trailing zeros and backslash to reference values above Items -->\n <tr>\n <td colspan=\"2\">{{PMId}} - {{Sequence}}</td>\n <td colspan=\"2\">{{../CustomerViz}}</td>\n <td colspan=\"1\">{{ayDate ../NextServiceDate}}</td>\n <td colspan=\"1\">{{ayDate RequestDate}}</td>\n <td colspan=\"2\" style=\"background-color:{{WorkOrderItemStatusColorViz}}\">{{WorkOrderItemStatusNameViz}}</td>\n <td colspan=\"2\" style=\"background-color:{{WorkOrderItemPriorityColorViz}}\">{{WorkOrderItemPriorityNameViz}}</td>\n <td colspan=\"3\">{{Notes}}</td>\n </tr>\n <tr>\n <td colspan=\"14\"> </td>\n </tr>\n {{/each}}\n {{/each}}\n </tbody>\n <tfoot>\n </tfoot>\n </table>\n\n </div>\n</body>\n\n</html>","Style":"\nbody {\n font-family: 'Helvetica', 'Helvetica Neue', Arial, sans-serif; \n}\n\n.reporttitle { \n margin-bottom: 20pt; \n font-weight: bold; \n font-size: 13pt; \n color: #9e9e9e;\n} \n\ntable { \n border-collapse: collapse;\n white-space: pre-wrap;\n width: 100%;\n table-layout: fixed; \n }\n\nth {\n /* border-bottom: solid 1pt #9e9e9e; */\n height: 30px;\n font-size: 9pt; \n color: #9e9e9e;\n}\n\ntbody td {\n padding: 5px;\n word-wrap: break-word;\n font-size: 7pt;\n text-align: center;\n}\n\n\ntbody tr:nth-child(even) {\n background-color: #f8f8f8; /* MUST checkmark Print background in PDF Options for this to show */\n}\n\n\n.rightlean {\n text-align: right;\n}\n.leftlean {\n text-align: left;\n}\n.centerlean {\n text-align: center;\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 //this function (if present) is called with the report data \n //before the report is rendered\n //modify data as required here and return it to change the data before the report renders\n //see the help documentation for details\n\n\tawait ayGetTranslations([\"PM\", \"WorkOrderItem\", \"Sequence\", \"Customer\", \"PMNextServiceDate\", \"WorkOrderItemWorkOrderStatusID\", \"WorkOrderItemSummary\", \"WorkOrderItemPriorityID\", \"WorkOrderItemRequestDate\"]);\n\n\n\n return reportData;\n}","JsHelpers":"","RenderType":0,"HeaderTemplate":"<span> </span>","FooterTemplate":"<span style=\"font-size:6pt; width: 96%;text-align:left; \"> Printed date: PDFDate</span>\n<span style=\"font-size:6pt;width: 96%; text-align: right; \">Page <span class=\"pageNumber\"></span> of <span class=\"totalPages\"></span> </span>","DisplayHeaderFooter":true,"PaperFormat":10,"Landscape":true,"MarginOptionsBottom":"15mm","MarginOptionsLeft":"15mm","MarginOptionsRight":"15mm","MarginOptionsTop":"10mm","PageRanges":null,"PreferCSSPageSize":false,"PrintBackground":true,"Scale":1.00000}
|
||||
@@ -1 +1 @@
|
||||
{"Name":"Quote Item Summary","Active":true,"Notes":"Custom Prepare to display each Quote Item total nets and totals for all workorder items in list","Roles":50538,"AType":28,"IncludeWoItemDescendants":false,"Template":"<html>\n\n<body>\n <div>\n <div class=\"reporttitle\">\n <p>{{ayT 'Quote'}} {{ayT 'WorkOrderItem'}} {{ayT 'WorkOrderItemSummary'}}</p>\n </div>\n <table>\n <thead>\n <tr>\n <th colspan=\"2\">{{ayT 'Quote'}} & {{ayT 'WorkOrderItem'}} {{ayT 'Sequence'}}</th>\n <th colspan=\"2\">{{ayT 'Quote'}} {{ayT 'Status'}}</th>\n <th colspan=\"2\">{{ayT 'Customer'}}</th>\n <th colspan=\"1\">{{ayT 'Quote'}} {{ayT 'QuoteQuoteRequestDate'}}</th>\n <th colspan=\"1\">{{ayT 'WorkOrderItemRequestDate'}}</th>\n <th colspan=\"2\">{{ayT 'WorkOrderItemWorkOrderStatusID'}}</th>\n <th colspan=\"2\">{{ayT 'Priority'}}</th>\n <th colspan=\"3\">{{ayT 'WorkOrderItemSummary'}}</th>\n </tr>\n </thead>\n <tbody>\n {{#each ayReportData}}\n {{#each Items}}\n <!--note the need for trailing zeros and backslash to reference values above Items -->\n <tr>\n <td colspan=\"2\">{{QuoteId}} - {{Sequence}}</td>\n <td colspan=\"2\" style=\"background-color:{{../LastStateColorViz}}\" >{{../LastStateNameViz}}</td>\n <td colspan=\"2\">{{../CustomerViz}}</td>\n <td colspan=\"1\">{{ayDate ../Requested}}</td>\n <td colspan=\"1\">{{ayDate RequestDate}}</td>\n <td colspan=\"2\" style=\"background-color:{{WorkOrderItemStatusColorViz}}\">{{WorkOrderItemStatusNameViz}}</td>\n <td colspan=\"2\" style=\"background-color:{{WorkOrderItemPriorityColorViz}}\">{{WorkOrderItemPriorityNameViz}}</td>\n <td colspan=\"3\">{{Notes}}</td>\n </tr>\n <tr>\n <td colspan=\"15\"> </td>\n </tr>\n {{/each}}\n {{/each}}\n </tbody>\n <tfoot>\n </tfoot>\n </table>\n\n </div>\n</body>\n\n</html>","Style":"\nbody {\n font-family: 'Helvetica', 'Helvetica Neue', Arial, sans-serif; \n}\n\n.reporttitle { \n margin-bottom: 20pt; \n font-weight: bold; \n font-size: 13pt; \n color: #9e9e9e;\n} \n\ntable { \n border-collapse: collapse;\n white-space: pre-wrap;\n width: 100%;\n table-layout: fixed; \n }\n\nth {\n /* border-bottom: solid 1pt #9e9e9e; */\n height: 30px;\n font-size: 9pt; \n color: #9e9e9e;\n}\n\ntbody td {\n padding: 5px;\n word-wrap: break-word;\n font-size: 7pt;\n text-align: center;\n}\n\n\ntbody tr:nth-child(even) {\n background-color: #f8f8f8; /* MUST checkmark Print background in PDF Options for this to show */\n}\n\n\n.rightlean {\n text-align: right;\n}\n.leftlean {\n text-align: left;\n}\n.centerlean {\n text-align: center;\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 //this function (if present) is called with the report data \n //before the report is rendered\n //modify data as required here and return it to change the data before the report renders\n //see the help documentation for details\n\n\tawait ayGetTranslations([\"Quote\", \"WorkOrderItem\", \"Sequence\", \"Customer\", \"QuoteQuoteRequestDate\", \"Status\", \"WorkOrderItemWorkOrderStatusID\", \"WorkOrderItemSummary\", \"Priority\", \"WorkOrderItemRequestDate\"]);\n\n\n\n return reportData;\n}","JsHelpers":"","RenderType":0,"HeaderTemplate":"<span> </span>","FooterTemplate":"<span style=\"font-size:6pt; width: 96%;text-align:left; \"> Printed date: PDFDate</span>\n<span style=\"font-size:6pt;width: 96%; text-align: right; \">Page <span class=\"pageNumber\"></span> of <span class=\"totalPages\"></span> </span>","DisplayHeaderFooter":true,"PaperFormat":10,"Landscape":true,"MarginOptionsBottom":"15mm","MarginOptionsLeft":"15mm","MarginOptionsRight":"15mm","MarginOptionsTop":"10mm","PageRanges":null,"PreferCSSPageSize":false,"PrintBackground":true,"Scale":1.00000}
|
||||
{"Name":"Quote Item Summary","Active":true,"Notes":"Custom Prepare to display each Quote Item total nets and totals for all workorder items in list","Roles":50538,"AType":28,"IncludeWoItemDescendants":false,"Template":"<html>\n\n<body>\n <div>\n <div class=\"reporttitle\">\n <p>{{ayT 'Quote'}} {{ayT 'WorkOrderItem'}} {{ayT 'WorkOrderItemSummary'}}</p>\n </div>\n <table>\n <thead>\n <tr>\n <th colspan=\"2\">{{ayT 'Quote'}} & {{ayT 'WorkOrderItem'}} {{ayT 'Sequence'}}</th>\n <th colspan=\"2\">{{ayT 'Quote'}} {{ayT 'Status'}}</th>\n <th colspan=\"2\">{{ayT 'Customer'}}</th>\n <th colspan=\"1\">{{ayT 'Quote'}} {{ayT 'QuoteQuoteRequestDate'}}</th>\n <th colspan=\"1\">{{ayT 'WorkOrderItemRequestDate'}}</th>\n <th colspan=\"2\">{{ayT 'WorkOrderItemWorkOrderStatusID'}}</th>\n <th colspan=\"2\">{{ayT 'WorkOrderItemPriorityID'}}</th>\n <th colspan=\"3\">{{ayT 'WorkOrderItemSummary'}}</th>\n </tr>\n </thead>\n <tbody>\n {{#each ayReportData}}\n {{#each Items}}\n <!--note the need for trailing zeros and backslash to reference values above Items -->\n <tr>\n <td colspan=\"2\">{{QuoteId}} - {{Sequence}}</td>\n <td colspan=\"2\" style=\"background-color:{{../LastStateColorViz}}\" >{{../LastStateNameViz}}</td>\n <td colspan=\"2\">{{../CustomerViz}}</td>\n <td colspan=\"1\">{{ayDate ../Requested}}</td>\n <td colspan=\"1\">{{ayDate RequestDate}}</td>\n <td colspan=\"2\" style=\"background-color:{{WorkOrderItemStatusColorViz}}\">{{WorkOrderItemStatusNameViz}}</td>\n <td colspan=\"2\" style=\"background-color:{{WorkOrderItemPriorityColorViz}}\">{{WorkOrderItemPriorityNameViz}}</td>\n <td colspan=\"3\">{{Notes}}</td>\n </tr>\n <tr>\n <td colspan=\"15\"> </td>\n </tr>\n {{/each}}\n {{/each}}\n </tbody>\n <tfoot>\n </tfoot>\n </table>\n\n </div>\n</body>\n\n</html>","Style":"\nbody {\n font-family: 'Helvetica', 'Helvetica Neue', Arial, sans-serif; \n}\n\n.reporttitle { \n margin-bottom: 20pt; \n font-weight: bold; \n font-size: 13pt; \n color: #9e9e9e;\n} \n\ntable { \n border-collapse: collapse;\n white-space: pre-wrap;\n width: 100%;\n table-layout: fixed; \n }\n\nth {\n /* border-bottom: solid 1pt #9e9e9e; */\n height: 30px;\n font-size: 9pt; \n color: #9e9e9e;\n}\n\ntbody td {\n padding: 5px;\n word-wrap: break-word;\n font-size: 7pt;\n text-align: center;\n}\n\n\ntbody tr:nth-child(even) {\n background-color: #f8f8f8; /* MUST checkmark Print background in PDF Options for this to show */\n}\n\n\n.rightlean {\n text-align: right;\n}\n.leftlean {\n text-align: left;\n}\n.centerlean {\n text-align: center;\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 //this function (if present) is called with the report data \n //before the report is rendered\n //modify data as required here and return it to change the data before the report renders\n //see the help documentation for details\n\n\tawait ayGetTranslations([\"Quote\", \"WorkOrderItem\", \"Sequence\", \"Customer\", \"QuoteQuoteRequestDate\", \"Status\", \"WorkOrderItemWorkOrderStatusID\", \"WorkOrderItemSummary\", \"WorkOrderItemPriorityID\", \"WorkOrderItemRequestDate\"]);\n\n\n\n return reportData;\n}","JsHelpers":"","RenderType":0,"HeaderTemplate":"<span> </span>","FooterTemplate":"<span style=\"font-size:6pt; width: 96%;text-align:left; \"> Printed date: PDFDate</span>\n<span style=\"font-size:6pt;width: 96%; text-align: right; \">Page <span class=\"pageNumber\"></span> of <span class=\"totalPages\"></span> </span>","DisplayHeaderFooter":true,"PaperFormat":10,"Landscape":true,"MarginOptionsBottom":"15mm","MarginOptionsLeft":"15mm","MarginOptionsRight":"15mm","MarginOptionsTop":"10mm","PageRanges":null,"PreferCSSPageSize":false,"PrintBackground":true,"Scale":1.00000}
|
||||
@@ -1 +1 @@
|
||||
{"Name":"Work Order Item Summary","Active":true,"Notes":"Custom Prepare to display each WO Item total nets and totals for all workorder items in list","Roles":50538,"AType":35,"IncludeWoItemDescendants":false,"Template":"<html>\n\n<body>\n <div>\n <div class=\"reporttitle\">\n <p>{{ayT 'WorkOrderItem'}} {{ayT 'WorkOrderItemSummary'}}</p>\n </div>\n <table>\n <thead>\n <tr>\n <th colspan=\"2\">{{ayT 'WorkOrder'}} & {{ayT 'WorkOrderItem'}} {{ayT 'Sequence'}}</th>\n <th colspan=\"2\">{{ayT 'Customer'}}</th>\n <th colspan=\"1\">{{ayT 'WorkOrder'}} {{ayT 'WorkOrderServiceDate'}}</th>\n <th colspan=\"1\">{{ayT 'WorkOrderItemRequestDate'}}</th>\n <th colspan=\"2\">{{ayT 'WorkOrderItemWorkOrderStatusID'}}</th>\n <th colspan=\"2\">{{ayT 'Priority'}}</th>\n <th colspan=\"3\">{{ayT 'WorkOrderItemSummary'}}</th>\n </tr>\n </thead>\n <tbody>\n {{#each ayReportData}}\n {{#each Items}}\n <!--note the need for trailing zeros and backslash to reference values above Items -->\n <tr>\n <td colspan=\"2\">{{WorkOrderId}} - {{Sequence}}</td>\n <td colspan=\"2\">{{../CustomerViz}}</td>\n <td colspan=\"1\">{{ayDate ../ServiceDate}}</td>\n <td colspan=\"1\">{{ayDate RequestDate}}</td>\n <td colspan=\"2\" style=\"background-color:{{WorkOrderItemStatusColorViz}}\">{{WorkOrderItemStatusNameViz}}</td>\n <td colspan=\"2\" style=\"background-color:{{WorkOrderItemPriorityColorViz}}\">{{WorkOrderItemPriorityNameViz}}</td>\n <td colspan=\"3\">{{Notes}}</td>\n </tr>\n <tr>\n <td colspan=\"14\"> </td>\n </tr>\n {{/each}}\n {{/each}}\n </tbody>\n <tfoot>\n </tfoot>\n </table>\n\n </div>\n</body>\n\n</html>","Style":"\nbody {\n font-family: 'Helvetica', 'Helvetica Neue', Arial, sans-serif; \n}\n\n.reporttitle { \n margin-bottom: 20pt; \n font-weight: bold; \n font-size: 13pt; \n color: #9e9e9e;\n} \n\ntable { \n border-collapse: collapse;\n white-space: pre-wrap;\n width: 100%;\n table-layout: fixed; \n }\n\nth {\n /* border-bottom: solid 1pt #9e9e9e; */\n height: 30px;\n font-size: 9pt; \n color: #9e9e9e;\n}\n\ntbody td {\n padding: 5px;\n word-wrap: break-word;\n font-size: 7pt;\n text-align: center;\n}\n\n\ntbody tr:nth-child(even) {\n background-color: #f8f8f8; /* MUST checkmark Print background in PDF Options for this to show */\n}\n\n\n.rightlean {\n text-align: right;\n}\n.leftlean {\n text-align: left;\n}\n.centerlean {\n text-align: center;\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 //this function (if present) is called with the report data \n //before the report is rendered\n //modify data as required here and return it to change the data before the report renders\n //see the help documentation for details\n\n\tawait ayGetTranslations([\"WorkOrder\", \"WorkOrderItem\", \"Sequence\", \"Customer\", \"WorkOrderServiceDate\", \"WorkOrderItemWorkOrderStatusID\", \"WorkOrderItemSummary\", \"Priority\", \"WorkOrderItemRequestDate\"]);\n\n\n\n return reportData;\n}","JsHelpers":"","RenderType":0,"HeaderTemplate":"<span> </span>","FooterTemplate":"<span style=\"font-size:6pt; width: 96%;text-align:left; \"> Printed date: PDFDate</span>\n<span style=\"font-size:6pt;width: 96%; text-align: right; \">Page <span class=\"pageNumber\"></span> of <span class=\"totalPages\"></span> </span>","DisplayHeaderFooter":true,"PaperFormat":10,"Landscape":true,"MarginOptionsBottom":"15mm","MarginOptionsLeft":"15mm","MarginOptionsRight":"15mm","MarginOptionsTop":"10mm","PageRanges":null,"PreferCSSPageSize":false,"PrintBackground":true,"Scale":1.00000}
|
||||
{"Name":"Work Order Item Summary","Active":true,"Notes":"Custom Prepare to display each WO Item total nets and totals for all workorder items in list","Roles":50538,"AType":35,"IncludeWoItemDescendants":false,"Template":"<html>\n\n<body>\n <div>\n <div class=\"reporttitle\">\n <p>{{ayT 'WorkOrderItem'}} {{ayT 'WorkOrderItemSummary'}}</p>\n </div>\n <table>\n <thead>\n <tr>\n <th colspan=\"2\">{{ayT 'WorkOrder'}} & {{ayT 'WorkOrderItem'}} {{ayT 'Sequence'}}</th>\n <th colspan=\"2\">{{ayT 'Customer'}}</th>\n <th colspan=\"1\">{{ayT 'WorkOrder'}} {{ayT 'WorkOrderServiceDate'}}</th>\n <th colspan=\"1\">{{ayT 'WorkOrderItemRequestDate'}}</th>\n <th colspan=\"2\">{{ayT 'WorkOrderItemWorkOrderStatusID'}}</th>\n <th colspan=\"2\">{{ayT 'WorkOrderItemPriorityID'}}</th>\n <th colspan=\"3\">{{ayT 'WorkOrderItemSummary'}}</th>\n </tr>\n </thead>\n <tbody>\n {{#each ayReportData}}\n {{#each Items}}\n <!--note the need for trailing zeros and backslash to reference values above Items -->\n <tr>\n <td colspan=\"2\">{{WorkOrderId}} - {{Sequence}}</td>\n <td colspan=\"2\">{{../CustomerViz}}</td>\n <td colspan=\"1\">{{ayDate ../ServiceDate}}</td>\n <td colspan=\"1\">{{ayDate RequestDate}}</td>\n <td colspan=\"2\" style=\"background-color:{{WorkOrderItemStatusColorViz}}\">{{WorkOrderItemStatusNameViz}}</td>\n <td colspan=\"2\" style=\"background-color:{{WorkOrderItemPriorityColorViz}}\">{{WorkOrderItemPriorityNameViz}}</td>\n <td colspan=\"3\">{{Notes}}</td>\n </tr>\n <tr>\n <td colspan=\"14\"> </td>\n </tr>\n {{/each}}\n {{/each}}\n </tbody>\n <tfoot>\n </tfoot>\n </table>\n\n </div>\n</body>\n\n</html>","Style":"\nbody {\n font-family: 'Helvetica', 'Helvetica Neue', Arial, sans-serif; \n}\n\n.reporttitle { \n margin-bottom: 20pt; \n font-weight: bold; \n font-size: 13pt; \n color: #9e9e9e;\n} \n\ntable { \n border-collapse: collapse;\n white-space: pre-wrap;\n width: 100%;\n table-layout: fixed; \n }\n\nth {\n /* border-bottom: solid 1pt #9e9e9e; */\n height: 30px;\n font-size: 9pt; \n color: #9e9e9e;\n}\n\ntbody td {\n padding: 5px;\n word-wrap: break-word;\n font-size: 7pt;\n text-align: center;\n}\n\n\ntbody tr:nth-child(even) {\n background-color: #f8f8f8; /* MUST checkmark Print background in PDF Options for this to show */\n}\n\n\n.rightlean {\n text-align: right;\n}\n.leftlean {\n text-align: left;\n}\n.centerlean {\n text-align: center;\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 //this function (if present) is called with the report data \n //before the report is rendered\n //modify data as required here and return it to change the data before the report renders\n //see the help documentation for details\n\n\tawait ayGetTranslations([\"WorkOrder\", \"WorkOrderItem\", \"Sequence\", \"Customer\", \"WorkOrderServiceDate\", \"WorkOrderItemWorkOrderStatusID\", \"WorkOrderItemSummary\", \"WorkOrderItemPriorityID\", \"WorkOrderItemRequestDate\"]);\n\n\n\n return reportData;\n}","JsHelpers":"","RenderType":0,"HeaderTemplate":"<span> </span>","FooterTemplate":"<span style=\"font-size:6pt; width: 96%;text-align:left; \"> Printed date: PDFDate</span>\n<span style=\"font-size:6pt;width: 96%; text-align: right; \">Page <span class=\"pageNumber\"></span> of <span class=\"totalPages\"></span> </span>","DisplayHeaderFooter":true,"PaperFormat":10,"Landscape":true,"MarginOptionsBottom":"15mm","MarginOptionsLeft":"15mm","MarginOptionsRight":"15mm","MarginOptionsTop":"10mm","PageRanges":null,"PreferCSSPageSize":false,"PrintBackground":true,"Scale":1.00000}
|
||||
Reference in New Issue
Block a user