scottohara / loot

An implementation of some of the core MS Money features in Ruby on Rails
MIT License
4 stars 3 forks source link

Quick flags #191

Closed scottohara closed 2 years ago

scottohara commented 2 years ago

Flags are used for highlighting special transactions, and two common uses are:

  1. Transactions that have no receipt (so that during reconciliation, we know that these can be cleared)
  2. Unknown transactions (for follow up)

It would be convenient to have these two as quick options so that we don't need to manually write a flag message each time. (message could be prepopulated).

Or, perhaps even better than just quick pre-population of the flag message; introducing a flag type would allow us to use different flag colours, so that (for example) scanning a transaction list, we can easily identify transactions that are flagged simply because there's no receipt (yellow flag) vs transactions that need follow-up (red flag).