Add page for calculating paypal invoice taxes

This commit is contained in:
2025-07-30 18:53:10 +02:00
parent 186513a724
commit 25b0fe1c05
10 changed files with 577 additions and 136 deletions

View File

@@ -14,7 +14,7 @@ import InvoiceVat from "./InvoiceVAT.svelte";
let pages = [
{
path: "/admin",
title: "Status",
title: "Admin panel",
icon: "home",
component: Home,
}, {