scheduler-node-models 1.0.14 → 1.0.15

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scheduler-node-models",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "files": [
@@ -139,6 +139,7 @@ class ScheduleReport extends general_1.Report {
139
139
  iEmps.forEach(iEmp => {
140
140
  const emp = new employees_1.Employee(iEmp);
141
141
  if (emp.atSite(this.site.id, startDate, endDate)) {
142
+ console.log(emp.name.lastname);
142
143
  let position = false;
143
144
  this.site.workcenters.forEach((wkctr, w) => {
144
145
  wkctr.positions?.forEach((pos, p) => {