fix outward excel
This commit is contained in:
parent
59e9dd6e67
commit
f111f4833a
@ -436,8 +436,8 @@ fun exportOutgoingInventory(tickets: List<OutgoingInventory>) {
|
||||
var i = 0
|
||||
row.createCell(i++).setCellValue(ticket.unloading)
|
||||
row.createCell(i++).setCellValue(ticket.mdn)
|
||||
row.createCell(i++).setCellValue(ticket.date)
|
||||
row.createCell(i++).setCellValue(ticket.outMode.toString())
|
||||
row.createCell(i++).setCellValue(ticket.date?.format(DateTimeFormatter.ofPattern("dd/MM/yyyy")) ?: "")
|
||||
row.createCell(i++).setCellValue(ticket.outMode?.name ?: "")
|
||||
row.createCell(i++).setCellValue(ticket.purpose)
|
||||
row.createCell(i++).setCellValue(ticket.person)
|
||||
row.createCell(i++).setCellValue(ticket.vehicle)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user