New Notification

* adds new notification setting to user settings form
* adds translations
* adds initial creating of ENUM on setup command
This commit is contained in:
2022-08-10 08:03:18 +02:00
parent 00336c24b9
commit 4138481a1b
5 changed files with 49 additions and 41 deletions

View File

@@ -28,4 +28,5 @@ USER_NOTIFICATIONS_NAMES = {
"NOTIFY_ON_SHARED_DATA_RECORDED": _("On shared data recorded"),
"NOTIFY_ON_SHARED_DATA_DELETED": _("On shared data deleted"),
"NOTIFY_ON_SHARED_DATA_CHECKED": _("On shared data checked"),
}
"NOTIFY_ON_DEDUCTION_CHANGES": _("On deduction changes"),
}