Direct payments for invoices

Events can be moved to archive and moved back
Fixed validation
This commit is contained in:
2026-05-12 16:04:15 +02:00
parent e2fb616565
commit 0cf9602958
42 changed files with 851 additions and 132 deletions
+13 -1
View File
@@ -51,6 +51,8 @@ const props = defineProps({
title: { type: String, default: 'App' },
flash: { type: Object, default: () => ({}) }
});
console.log(globalProps)
</script>
<template>
@@ -101,6 +103,16 @@ const props = defineProps({
</li>
</ul>
<ul class="nav-links" v-if="globalProps.navbar.eventControl.length > 0">
<li v-for="navlink in globalProps.navbar.eventControl">
<a
:class="{ navlink_active: navlink.url.endsWith(currentPath) }"
:href="navlink.url"
>{{navlink.display}}</a>
</li>
</ul>
</nav>
</div>
@@ -145,7 +157,7 @@ const props = defineProps({
<footer class="footer">
<table>
<tr>
<td>Version 4.0.0</td>
<td>Version {{ globalProps.version }}</td>
<td>
mareike - Mdodernes Anmeldesystem und richtig einfache Kostenerfassung
</td>