From 63531d30d9e217395ded80bf51e55fabbbb43932 Mon Sep 17 00:00:00 2001 From: kovakmedya Date: Thu, 7 May 2026 19:40:34 +0300 Subject: [PATCH] feat: add taxOffice and website fields to customers (db: customers) --- .../components/customer-form-sheet.tsx | 22 +++++++++++++++++++ .../(dashboard)/customers/components/types.ts | 2 ++ src/app/(dashboard)/customers/page.tsx | 2 ++ src/lib/appwrite/customer-actions.ts | 2 ++ src/lib/appwrite/schema.ts | 2 ++ src/lib/validation/customers.ts | 2 ++ 6 files changed, 32 insertions(+) diff --git a/src/app/(dashboard)/customers/components/customer-form-sheet.tsx b/src/app/(dashboard)/customers/components/customer-form-sheet.tsx index e02c1b7..3c68c40 100644 --- a/src/app/(dashboard)/customers/components/customer-form-sheet.tsx +++ b/src/app/(dashboard)/customers/components/customer-form-sheet.tsx @@ -122,6 +122,28 @@ export function CustomerFormSheet({ open, onOpenChange, customer }: Props) { inputMode="numeric" /> +
+ + +
+ + +
+
+ + +