byrokrat / giroapp

Command line app for managing autogiro donations.
GNU General Public License v3.0
4 stars 2 forks source link

Store message with state ERROR #149

Closed hanneskod closed 6 years ago

hanneskod commented 6 years ago

When a donor has state set to error the reason is not persisted.. That makes it hard to understand what errored when time has passed...

hanneskod commented 6 years ago

Add string $stateMessage to Donor::setState() and persist. That way we can keep a custom message regarding why a specific state was entered...

Add to formatters as well.. More places where donors are processed?