diff --git a/pages/accounts/index.vue b/pages/accounts/index.vue
new file mode 100644
index 0000000..1b31e1d
--- /dev/null
+++ b/pages/accounts/index.vue
@@ -0,0 +1,147 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Spalten
+
+
+
+
+ Filter
+
+
+
+
+ router.push(`/accounts/show/${i.id}`)"
+ :empty-state="{ icon: 'i-heroicons-circle-stack-20-solid', label: 'Keine Buchungen anzuzeigen' }"
+ >
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/accounts/show/[id].vue b/pages/accounts/show/[id].vue
new file mode 100644
index 0000000..0bb1510
--- /dev/null
+++ b/pages/accounts/show/[id].vue
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+ Zurück
+
+
+ Übersicht
+
+
+
+ {{itemInfo ? `Buchungskonto: ${itemInfo.number} - ${itemInfo.label}`: '' }}
+
+
+
+
+
+
+
+
+
+ | Nummer: |
+ {{itemInfo.number}} |
+
+
+ | Name: |
+ {{itemInfo.label}} |
+
+
+ | Beschreibung: |
+ {{itemInfo.description}} |
+
+
+
+
+
+
+ selectAllocation(i)"
+ :empty-state="{ icon: 'i-heroicons-circle-stack-20-solid', label: 'Keine Buchungen anzuzeigen' }"
+ >
+
+ {{useCurrency(row.amount)}}
+ {{useCurrency(row.amount)}}
+ {{useCurrency(row.amount)}}
+
+
+ {{row.bs_id ? dayjs(row.bs_id.date).format('DD.MM.YYYY') : ''}}
+
+
+ {{row.bs_id ? (row.bs_id.debName ? row.bs_id.debName : (row.bs_id.credName ? row.bs_id.credName : '')) : ''}}
+
+
+ {{row.description ? row.description : ''}}
+
+
+
+
+
+
+
+
+
\ No newline at end of file