Merge branch 'accounting' into dev
Build Docker Image / Docker-Build (push) Successful in 2m32s
Build Docker Image / Clean-Registry (push) Successful in 6s

This commit is contained in:
2026-04-23 20:17:25 +02:00
@@ -27,6 +27,7 @@
if (!transaction.destination.id) sums[0] += transaction.amount;
if (!transaction.source.id) sums[0] -= transaction.amount;
}
window.setTimeout(scrollToBottom,100);
return sums;
}
@@ -65,6 +66,10 @@
load();
}
function scrollToBottom(){
window.scrollTo(0, document.body.scrollHeight);
}
onMount(load);
</script>