I need some help with this, please ...
If I save a transaction status as a code in the db, but I want to translate them to meaningful names how do I do that? Is that even recommended? If no, what would be an alternative to that?
For example: in the db the statuses are "S", "P", "A" and in the actual application I'd like to display: "Submitted", "Pending", "Approved" accordingly.
Thank you!