Sfoglia il codice sorgente

update

add_swagger
MSI\2Fi 10 mesi fa
parent
commit
5f307f9755
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 Vedi 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
}


Caricamento…
Annulla
Salva