You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All financial transactions have to be logged. Refer to the database schema for details.
Implement a controller object that manages this log (adding new entries, viewing a list of entries). Existing entries are not modifyable.
Also, include the possibility to log to an external system, in addition to the local database. A hardware device connected via USB for write-only logging might also be implemented at some point.
The text was updated successfully, but these errors were encountered:
All financial transactions have to be logged. Refer to the database schema for details.
Implement a controller object that manages this log (adding new entries, viewing a list of entries). Existing entries are not modifyable.
Also, include the possibility to log to an external system, in addition to the local database. A hardware device connected via USB for write-only logging might also be implemented at some point.
The text was updated successfully, but these errors were encountered: