Просмотр исходного кода

feat(notifications): add new icons for account payable and payment credited notifications

ebagabee 1 неделя назад
Родитель
Сommit
bcc8301bf5
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      src/components/layout/DefaultHeaderPage.vue

+ 2 - 0
src/components/layout/DefaultHeaderPage.vue

@@ -340,6 +340,8 @@ const NOTIFICATION_ICONS = {
   kanban_reply: "mdi-comment-text-outline",
   kanban_status_changed: "mdi-swap-horizontal",
   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";