|
@@ -404,7 +404,7 @@ open class InvoiceService( |
|
|
team = ExcelUtils.getCell(sheet, i, 3).stringCellValue |
|
|
team = ExcelUtils.getCell(sheet, i, 3).stringCellValue |
|
|
stage = ExcelUtils.getCell(sheet, i, 4).numericCellValue.toString() |
|
|
stage = ExcelUtils.getCell(sheet, i, 4).numericCellValue.toString() |
|
|
paymentMilestone = ExcelUtils.getCell(sheet, i, 5).stringCellValue |
|
|
paymentMilestone = ExcelUtils.getCell(sheet, i, 5).stringCellValue |
|
|
paymentMilestoneDate = ExcelUtils.getCell(sheet, i, 6).dateCellValue.toInstant().atZone(ZoneId.systemDefault()).toLocalDate() |
|
|
|
|
|
|
|
|
paymentMilestoneDate = ExcelUtils.getCell(sheet, i, 6).dateCellValue?.toInstant()?.atZone(ZoneId.systemDefault())?.toLocalDate() |
|
|
client = ExcelUtils.getCell(sheet, i, 7).stringCellValue |
|
|
client = ExcelUtils.getCell(sheet, i, 7).stringCellValue |
|
|
address = ExcelUtils.getCell(sheet, i, 8).stringCellValue |
|
|
address = ExcelUtils.getCell(sheet, i, 8).stringCellValue |
|
|
attention = ExcelUtils.getCell(sheet, i, 9).stringCellValue |
|
|
attention = ExcelUtils.getCell(sheet, i, 9).stringCellValue |
|
|