瀏覽代碼

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

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
ebagabee 1 月之前
父節點
當前提交
4a7c6ce83a
共有 1 個文件被更改,包括 8 次插入0 次删除
  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,
+        },
       ],
     },
     {