Ver código fonte

update

add_swagger
MSI\2Fi 10 meses atrás
pai
commit
5f307f9755
1 arquivos alterados com 1 adições e 1 exclusões
  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 Ver arquivo

@@ -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
}


Carregando…
Cancelar
Salvar