|
@@ -340,6 +340,8 @@ const NOTIFICATION_ICONS = {
|
|
|
kanban_reply: "mdi-comment-text-outline",
|
|
kanban_reply: "mdi-comment-text-outline",
|
|
|
kanban_status_changed: "mdi-swap-horizontal",
|
|
kanban_status_changed: "mdi-swap-horizontal",
|
|
|
tbr_month_closed: "mdi-cash-multiple",
|
|
tbr_month_closed: "mdi-cash-multiple",
|
|
|
|
|
+ account_payable_created: "mdi-file-document-plus-outline",
|
|
|
|
|
+ payment_credited: "mdi-cash-check",
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
const iconFor = (type) => NOTIFICATION_ICONS[type] || "mdi-bell-outline";
|
|
const iconFor = (type) => NOTIFICATION_ICONS[type] || "mdi-bell-outline";
|