Browse Source

update

add_swagger
MSI\2Fi 10 months ago
parent
commit
5f307f9755
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/java/com/ffii/tsms/modules/report/service/ReportService.kt

+ 1
- 1
src/main/java/com/ffii/tsms/modules/report/service/ReportService.kt View File

@@ -661,7 +661,7 @@ open class ReportService(

val sumUInvoiceCell = row.createCell(14)
sumUInvoiceCell.apply {
cellFormula = "SUM(O15:O${rowNum})"
cellFormula = "=IF(H${rowNum}-N${rowNum}<0,0,H${rowNum}-N${rowNum})"
cellStyle = boldFontCellStyle
cellStyle.dataFormat = accountingStyle
}


Loading…
Cancel
Save