Kundenportal Vertragsanfragen ergänzen

This commit is contained in:
2026-05-08 20:01:57 +02:00
parent 2b1a9a456b
commit 5dc44e571f
9 changed files with 588 additions and 10 deletions

View File

@@ -3,6 +3,7 @@ import { historyitems } from "../../db/schema";
const HISTORY_ENTITY_LABELS: Record<string, string> = {
customers: "Kunden",
contracts: "Verträge",
members: "Mitglieder",
vendors: "Lieferanten",
projects: "Projekte",
@@ -63,6 +64,7 @@ export async function insertHistoryItem(
const columnMap: Record<string, string> = {
customers: "customer",
contracts: "contract",
members: "customer",
vendors: "vendor",
projects: "project",