scheduler-node-models 1.0.61 → 1.0.63

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/general/report.js CHANGED
@@ -47,7 +47,6 @@ class Report {
47
47
  }
48
48
  if (value instanceof Formula) {
49
49
  sheet.getCell(begin).value = { formula: value.formula };
50
- console.log(`${begin} = ${sheet.getCell(begin).formula}`);
51
50
  }
52
51
  else {
53
52
  sheet.getCell(begin).value = value;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scheduler-node-models",
3
- "version": "1.0.61",
3
+ "version": "1.0.63",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "files": [
@@ -287,6 +287,7 @@ class ChargeStatusReport extends general_1.Report {
287
287
  });
288
288
  });
289
289
  let column = 0;
290
+ console.log(employees.length);
290
291
  // this report is listed by labor code, then employees with hours
291
292
  report.laborCodes.forEach(lCode => {
292
293
  // step through the employees to see if they have hours for this labor code