This commit is contained in:
2022-02-16 20:26:09 +00:00
parent f01bce79b8
commit 9f968f8d08
7 changed files with 3 additions and 11 deletions

View File

@@ -287,7 +287,6 @@
"PartInventoryAdjustment": "Teilebestandberichtigung", "PartInventoryAdjustment": "Teilebestandberichtigung",
"PartSerial": "Serienteil", "PartSerial": "Serienteil",
"PartWarehouse": "Teilelager", "PartWarehouse": "Teilelager",
"PreventiveMaintenance": "Wartung/Inspektion",
"Priority": "Priorität", "Priority": "Priorität",
"Project": "Projekt", "Project": "Projekt",
"PurchaseOrder": "Einkaufsauftrag", "PurchaseOrder": "Einkaufsauftrag",
@@ -819,7 +818,6 @@
"Customize": "Anpassen ...", "Customize": "Anpassen ...",
"New": "Neu", "New": "Neu",
"Print": "Drucken", "Print": "Drucken",
"PrintPreview": "Print preview",
"Refresh": "Aktualisieren ...", "Refresh": "Aktualisieren ...",
"ResetToolbar": "Symbolleiste zurücksetzen", "ResetToolbar": "Symbolleiste zurücksetzen",
"ScheduleActiveWorkOrderItem": "Aktiver Arbeitsauftragsposten:", "ScheduleActiveWorkOrderItem": "Aktiver Arbeitsauftragsposten:",

View File

@@ -287,7 +287,6 @@
"PartInventoryAdjustment": "Part inventory adjustment", "PartInventoryAdjustment": "Part inventory adjustment",
"PartSerial": "Serialized part", "PartSerial": "Serialized part",
"PartWarehouse": "Part Warehouse", "PartWarehouse": "Part Warehouse",
"PreventiveMaintenance": "Preventive Maintenance",
"Priority": "Priority", "Priority": "Priority",
"Project": "Project", "Project": "Project",
"PurchaseOrder": "Purchase Order", "PurchaseOrder": "Purchase Order",
@@ -819,7 +818,6 @@
"Customize": "Customize....", "Customize": "Customize....",
"New": "New", "New": "New",
"Print": "Print", "Print": "Print",
"PrintPreview": "Print preview",
"Refresh": "Refresh...", "Refresh": "Refresh...",
"ResetToolbar": "Reset Toolbar", "ResetToolbar": "Reset Toolbar",
"ScheduleActiveWorkOrderItem": "Active workorder item:", "ScheduleActiveWorkOrderItem": "Active workorder item:",

View File

@@ -708,7 +708,6 @@
"Home": "Inicio", "Home": "Inicio",
"Inventory": "Inventario", "Inventory": "Inventario",
"Logout": "Desconectar", "Logout": "Desconectar",
"PreventiveMaintenance": "Mantenimiento preventivo",
"Quotes": "Presupuestos", "Quotes": "Presupuestos",
"Schedule": "Programación", "Schedule": "Programación",
"Service": "Servicio", "Service": "Servicio",
@@ -819,7 +818,6 @@
"Customize": "Personalizar....", "Customize": "Personalizar....",
"New": "Nuevo", "New": "Nuevo",
"Print": "Imprimir", "Print": "Imprimir",
"PrintPreview": "Print preview",
"Refresh": "Refrescar...", "Refresh": "Refrescar...",
"ResetToolbar": "Reinicializar barra de herramientas", "ResetToolbar": "Reinicializar barra de herramientas",
"ScheduleActiveWorkOrderItem": "Elemento del pedido activo:", "ScheduleActiveWorkOrderItem": "Elemento del pedido activo:",

View File

@@ -287,7 +287,6 @@
"PartInventoryAdjustment": "Ajustement de stock de pièces", "PartInventoryAdjustment": "Ajustement de stock de pièces",
"PartSerial": "Pièce numérotée", "PartSerial": "Pièce numérotée",
"PartWarehouse": "Magasin de pièces", "PartWarehouse": "Magasin de pièces",
"PreventiveMaintenance": "Entretien préventif",
"Priority": "Priorité", "Priority": "Priorité",
"Project": "Projet", "Project": "Projet",
"PurchaseOrder": "Bon de commande", "PurchaseOrder": "Bon de commande",
@@ -819,7 +818,6 @@
"Customize": "Personnaliser....", "Customize": "Personnaliser....",
"New": "Nouveau", "New": "Nouveau",
"Print": "Imprimer", "Print": "Imprimer",
"PrintPreview": "Print preview",
"Refresh": "Actualiser...", "Refresh": "Actualiser...",
"ResetToolbar": "Réinitialiser la barre d'outils", "ResetToolbar": "Réinitialiser la barre d'outils",
"ScheduleActiveWorkOrderItem": "Élément de bon travail actif :", "ScheduleActiveWorkOrderItem": "Élément de bon travail actif :",

View File

@@ -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'}} &#38; {{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\">&nbsp;</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>&nbsp; </span>","FooterTemplate":"<span style=\"font-size:6pt; width: 96%;text-align:left; \">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;</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'}} &#38; {{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\">&nbsp;</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>&nbsp; </span>","FooterTemplate":"<span style=\"font-size:6pt; width: 96%;text-align:left; \">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;</span>","DisplayHeaderFooter":true,"PaperFormat":10,"Landscape":true,"MarginOptionsBottom":"15mm","MarginOptionsLeft":"15mm","MarginOptionsRight":"15mm","MarginOptionsTop":"10mm","PageRanges":null,"PreferCSSPageSize":false,"PrintBackground":true,"Scale":1.00000}

View File

@@ -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'}} &#38; {{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\">&nbsp;</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>&nbsp; </span>","FooterTemplate":"<span style=\"font-size:6pt; width: 96%;text-align:left; \">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;</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'}} &#38; {{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\">&nbsp;</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>&nbsp; </span>","FooterTemplate":"<span style=\"font-size:6pt; width: 96%;text-align:left; \">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;</span>","DisplayHeaderFooter":true,"PaperFormat":10,"Landscape":true,"MarginOptionsBottom":"15mm","MarginOptionsLeft":"15mm","MarginOptionsRight":"15mm","MarginOptionsTop":"10mm","PageRanges":null,"PreferCSSPageSize":false,"PrintBackground":true,"Scale":1.00000}

View File

@@ -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'}} &#38; {{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\">&nbsp;</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>&nbsp; </span>","FooterTemplate":"<span style=\"font-size:6pt; width: 96%;text-align:left; \">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;</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'}} &#38; {{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\">&nbsp;</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>&nbsp; </span>","FooterTemplate":"<span style=\"font-size:6pt; width: 96%;text-align:left; \">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;</span>","DisplayHeaderFooter":true,"PaperFormat":10,"Landscape":true,"MarginOptionsBottom":"15mm","MarginOptionsLeft":"15mm","MarginOptionsRight":"15mm","MarginOptionsTop":"10mm","PageRanges":null,"PreferCSSPageSize":false,"PrintBackground":true,"Scale":1.00000}