scheduler-node-models 1.0.116 → 1.0.118
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
@@ -410,7 +410,7 @@ class ChargeStatusReport extends general_1.Report {
|
|
410
410
|
+ `${this.getCellID(5, row)}, "*${codeText}*", ${sheetLabel}!`
|
411
411
|
+ `${this.getCellID(column, 5)}:${this.getCellID(column, row)})`;
|
412
412
|
this.setCell(stats, this.getCellID(8, srow), this.getCellID(8, srow), style, new general_1.Formula(formula));
|
413
|
-
formula = `${this.getCellID(7,
|
413
|
+
formula = `${this.getCellID(7, srow)} - ${this.getCellID(8, srow)}`;
|
414
414
|
this.setCell(stats, this.getCellID(9, srow), this.getCellID(9, srow), style, new general_1.Formula(formula));
|
415
415
|
style.numFmt = this.numformats.get('pct');
|
416
416
|
const oformula = new general_1.Formula(`IFERROR(${this.getCellID(8, row)}/`
|
@@ -538,10 +538,9 @@ class ChargeStatusReport extends general_1.Report {
|
|
538
538
|
ref: `${cellID}:${cellID}`,
|
539
539
|
rules: [
|
540
540
|
{
|
541
|
-
type: '
|
541
|
+
type: 'expression',
|
542
542
|
priority: 1,
|
543
|
-
|
544
|
-
formulae: [0],
|
543
|
+
formulae: ['=0'],
|
545
544
|
style: {
|
546
545
|
fill: { type: 'pattern', pattern: 'solid', fgColor: { argb: `ffffb5b5` } },
|
547
546
|
font: { bold: true, size: 12, color: { argb: `ff000000` } },
|