refactored item module → stock, added legacy database creation methods
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
<script>
|
||||
import { t } from '../../translations.svelte';
|
||||
|
||||
let { locations } = $props();
|
||||
</script>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<a>
|
||||
<span class="symbol"></span> {t('add_object',{object:'location'})}
|
||||
</a>
|
||||
</li>
|
||||
{#each Object.entries(locations) as [k,v]}
|
||||
<li>
|
||||
{k}
|
||||
|
||||
Reference in New Issue
Block a user