diff --git a/src/main.ts b/src/main.ts index a35a94a..01a598f 100644 --- a/src/main.ts +++ b/src/main.ts @@ -30,6 +30,7 @@ async function initApp() { const routes = [ { path: '/', name: 'index', component: () => import('./pages/HomeView.vue') }, { path: '/general-ledger', name: 'general-ledger', component: () => import('./pages/GeneralLedgerView.vue') }, + { path: '/journal', name: 'journal', component: () => import('./pages/JournalView.vue') }, { path: '/transactions/:account', name: 'transactions', component: () => import('./pages/TransactionsView.vue') }, { path: '/trial-balance', name: 'trial-balance', component: () => import('./pages/TrialBalanceView.vue') }, ]; diff --git a/src/pages/GeneralLedgerView.vue b/src/pages/GeneralLedgerView.vue index 4d07e74..ca72b82 100644 --- a/src/pages/GeneralLedgerView.vue +++ b/src/pages/GeneralLedgerView.vue @@ -22,8 +22,8 @@
Date | +Description | + +Dr | +Cr | + + +Dr | +Cr | + +||
---|---|---|---|---|---|---|---|
Loading data… | +