Skip to content
Snippets Groups Projects
Commit 8909324d authored by I Putu Bakta Hari Sudewa's avatar I Putu Bakta Hari Sudewa
Browse files

Merge branch 'feat/camera' into 'dev'

fix: report export ordering

See merge request !38
parents 259dbe66 ecba2f34
2 merge requests!46Dev,!38fix: report export ordering
......@@ -119,7 +119,7 @@ class SettingViewModel(applicationContext: Application) : AndroidViewModel(appli
createHeaderRow(sheet)
transactions.forEachIndexed { index, transaction ->
transactions.asReversed().forEachIndexed { index, transaction ->
val row = sheet.createRow(index + 1)
row.createCell(0).setCellValue(transaction.id.toDouble())
row.createCell(1).setCellValue(transaction.title)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment