scheduler-node-models 1.0.121 → 1.0.123
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
@@ -161,7 +161,11 @@ class ChargeStatusReport extends general_1.Report {
|
|
161
161
|
defaultRowHeight: 20,
|
162
162
|
defaultColWidth: 4,
|
163
163
|
outlineLevelCol: 0
|
164
|
-
}
|
164
|
+
},
|
165
|
+
views: [{
|
166
|
+
state: 'frozen',
|
167
|
+
xSplit: 7
|
168
|
+
}]
|
165
169
|
});
|
166
170
|
// set column widths
|
167
171
|
const widths = [8, 10.57, 9, 14.57, 10.57, 20, 18.14, 17.57, 14.57, 14.57, 14.57, 55.14];
|
@@ -460,7 +464,7 @@ class ChargeStatusReport extends general_1.Report {
|
|
460
464
|
style.fill = this.fills.get('ltbrown');
|
461
465
|
lStyle.fill = this.fills.get('ltbrown');
|
462
466
|
}
|
463
|
-
sheet.getRow(row).height =
|
467
|
+
sheet.getRow(row).height = 12;
|
464
468
|
// this section sets the various required columns with information about the
|
465
469
|
// employment in the labor code.
|
466
470
|
this.setCell(sheet, this.getCellID(0, row), this.getCellID(0, row), style, (lCode.clin) ? lCode.clin : '');
|