scheduler-node-models 1.0.120 → 1.0.122
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
@@ -460,7 +460,7 @@ class ChargeStatusReport extends general_1.Report {
|
|
460
460
|
style.fill = this.fills.get('ltbrown');
|
461
461
|
lStyle.fill = this.fills.get('ltbrown');
|
462
462
|
}
|
463
|
-
sheet.getRow(row).height =
|
463
|
+
sheet.getRow(row).height = 12;
|
464
464
|
// this section sets the various required columns with information about the
|
465
465
|
// employment in the labor code.
|
466
466
|
this.setCell(sheet, this.getCellID(0, row), this.getCellID(0, row), style, (lCode.clin) ? lCode.clin : '');
|
@@ -588,7 +588,7 @@ class ChargeStatusReport extends general_1.Report {
|
|
588
588
|
operator: 'greaterThan',
|
589
589
|
formulae: [lCode.hoursPerEmployee],
|
590
590
|
style: {
|
591
|
-
fill: { type: 'pattern', pattern: 'solid',
|
591
|
+
fill: { type: 'pattern', pattern: 'solid', bgColor: { argb: `ffffb5b5` } },
|
592
592
|
font: { bold: true, size: 12, color: { argb: `ff000000` } },
|
593
593
|
alignment: { horizontal: 'center', vertical: 'middle', wrapText: true },
|
594
594
|
border: {
|
@@ -611,7 +611,7 @@ class ChargeStatusReport extends general_1.Report {
|
|
611
611
|
operator: 'lessThan',
|
612
612
|
formulae: [lCode.hoursPerEmployee],
|
613
613
|
style: {
|
614
|
-
fill: { type: 'pattern', pattern: 'solid',
|
614
|
+
fill: { type: 'pattern', pattern: 'solid', bgColor: { argb: `ff99cc00` } },
|
615
615
|
font: { bold: true, size: 12, color: { argb: `ff000000` } },
|
616
616
|
alignment: { horizontal: 'center', vertical: 'middle', wrapText: true },
|
617
617
|
border: {
|