ADD: added first working version

This commit is contained in:
hwinkel
2026-03-11 22:09:49 +01:00
parent 4bc57b2c4e
commit 1ac4fae943
17 changed files with 701 additions and 196 deletions
+7
View File
@@ -11,6 +11,13 @@ import {
} from "lucide-react";
import { InvoiceStatus } from "@prisma/client";
export const handle = {
breadcrumbs: (data: { company: { id: string; name: string } }) => [
{ label: "Mandanten", href: "/companies" },
{ label: data.company.name },
],
};
const statusLabels: Record<InvoiceStatus, string> = {
DRAFT: "Entwurf",
SENT: "Versendet",