Lei-Tin opened this issue 2 years ago · 0 comments
Currently, our AlterEntryUseCase being called on the BillTable relies on typing the currency code manually, e.g. "USD", "CAD"
AlterEntryUseCase
BillTable
It would be better if we can just choose the currency from a list using ComboBox, as what we did in the addEntryDialog.
ComboBox
addEntryDialog