preparing stock module

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-10-12 19:16:50 +02:00
parent 0bbb6157e1
commit fea21872e3
7 changed files with 101 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ onMount(fetchModules);
<a href="/time" {onclick}>{t('timetracking')}</a>
<a href="/wiki" {onclick}>{t('wiki')}</a>
<a href="/contact" {onclick}>{t('contacts')}</a>
<a href="/stock" {onclick}>{t('stock')}</a>
{#if user.id == 2}
<a href="https://svelte.dev/tutorial/svelte/state" target="_blank">{t('tutorial')}</a>
{/if}