Updated charge close to working

This commit is contained in:
2025-09-09 18:26:21 -04:00
parent fd11c9e794
commit 98fe855e65
19 changed files with 1785 additions and 372 deletions

View File

@@ -94,6 +94,21 @@
</details>
</li>
<!-- Transactions Section -->
<li>
<details>
<summary class="font-bold text-lg">Transactions</summary>
<ul>
<li>
<router-link :to="{ name: 'transactionsAuthorize' }" exact-active-class="active">
Authorize
<span v-if="countsStore.transaction > 0" class="badge badge-secondary">{{ countsStore.transaction }}</span>
</router-link>
</li>
</ul>
</details>
</li>
<!-- Admin Section remains the same -->
<li>
<details>