Przeglądaj źródła

feat(financial): adiciona Plano de Contas ao menu Financeiro

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
ebagabee 1 miesiąc temu
rodzic
commit
4a7c6ce83a
1 zmienionych plików z 8 dodań i 0 usunięć
  1. 8 0
      src/stores/navigation.js

+ 8 - 0
src/stores/navigation.js

@@ -67,6 +67,14 @@ export const navigationStore = defineStore("navigation", () => {
           disable: false,
           permission: true,
         },
+        {
+          type: "single",
+          title: "Plano de Contas",
+          name: "ChartOfAccountsPage",
+          icon: "mdi-format-list-bulleted",
+          disable: false,
+          permission: true,
+        },
       ],
     },
     {