scheduler-node-models 1.0.118 → 1.0.120
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 = 15;
|
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 : '');
|
@@ -538,11 +538,12 @@ class ChargeStatusReport extends general_1.Report {
|
|
538
538
|
ref: `${cellID}:${cellID}`,
|
539
539
|
rules: [
|
540
540
|
{
|
541
|
-
type: '
|
541
|
+
type: 'cellIs',
|
542
542
|
priority: 1,
|
543
|
-
|
543
|
+
operator: 'equal',
|
544
|
+
formulae: [0],
|
544
545
|
style: {
|
545
|
-
fill: { type: 'pattern', pattern: 'solid',
|
546
|
+
fill: { type: 'pattern', pattern: 'solid', bgColor: { argb: `ffffb5b5` } },
|
546
547
|
font: { bold: true, size: 12, color: { argb: `ff000000` } },
|
547
548
|
alignment: { horizontal: 'center', vertical: 'middle', wrapText: true },
|
548
549
|
border: {
|