@measurequick/measurequick-report-generator 1.0.34 → 1.0.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/templates.js +62 -62
- package/package.json +1 -1
package/assets/templates.js
CHANGED
|
@@ -229,68 +229,68 @@ export const systemInfo = {
|
|
|
229
229
|
}
|
|
230
230
|
};
|
|
231
231
|
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
232
|
+
export const footerData = {
|
|
233
|
+
"headerLabel": "Customer",
|
|
234
|
+
"customerFirstName": {
|
|
235
|
+
"label": ""
|
|
236
|
+
},
|
|
237
|
+
"customerLastName": {
|
|
238
|
+
"label": ""
|
|
239
|
+
},
|
|
240
|
+
"customerAddressLine1": {
|
|
241
|
+
"label": ""
|
|
242
|
+
},
|
|
243
|
+
"customerAddressLine2": {
|
|
244
|
+
"label": ""
|
|
245
|
+
},
|
|
246
|
+
"customerCity": {
|
|
247
|
+
"label": ""
|
|
248
|
+
},
|
|
249
|
+
"customerState": {
|
|
250
|
+
"label": ""
|
|
251
|
+
},
|
|
252
|
+
"customerZip": {
|
|
253
|
+
"label": ""
|
|
254
|
+
},
|
|
255
|
+
"customerEmail": {
|
|
256
|
+
"label": ""
|
|
257
|
+
},
|
|
258
|
+
"customerPhone": {
|
|
259
|
+
"label": ""
|
|
260
|
+
},
|
|
261
|
+
"columnBreak": {
|
|
262
|
+
"label": ""
|
|
263
|
+
},
|
|
264
|
+
"headerLabel": "Customer",
|
|
265
|
+
"systemNumber": {
|
|
266
|
+
"label": ""
|
|
267
|
+
},
|
|
268
|
+
"systenName": {
|
|
269
|
+
"label": ""
|
|
270
|
+
},
|
|
271
|
+
"systemId": {
|
|
272
|
+
"label": "ID"
|
|
273
|
+
},
|
|
274
|
+
"systemLat": {
|
|
275
|
+
"label": ""
|
|
276
|
+
},
|
|
277
|
+
"systemLng": {
|
|
278
|
+
"label": ""
|
|
279
|
+
},
|
|
280
|
+
"subHeaderLabel1": "Condenser",
|
|
281
|
+
"systemType": {
|
|
282
|
+
"label": ""
|
|
283
|
+
},
|
|
284
|
+
"systemMake": {
|
|
285
|
+
"label": ""
|
|
286
|
+
},
|
|
287
|
+
"systemModel": {
|
|
288
|
+
"label": ""
|
|
289
|
+
},
|
|
290
|
+
"systemSerial": {
|
|
291
|
+
"label": ""
|
|
292
|
+
}
|
|
293
|
+
};
|
|
294
294
|
|
|
295
295
|
export const profilePictureCoordinates = {
|
|
296
296
|
"header": {
|