scheduler-node-models 1.0.116 → 1.0.117
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)}/`
|