@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.
Files changed (2) hide show
  1. package/assets/templates.js +62 -62
  2. package/package.json +1 -1
@@ -229,68 +229,68 @@ export const systemInfo = {
229
229
  }
230
230
  };
231
231
 
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
- // };
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": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measurequick/measurequick-report-generator",
3
- "version": "1.0.34",
3
+ "version": "1.0.35",
4
4
  "description": "Generates PDF documents for various MeasureQuick applications.",
5
5
  "main": "index.js",
6
6
  "scripts": {