feat: add new status columns

This commit is contained in:
Ron
2025-06-04 00:48:44 +03:00
parent bc0fa6fbe0
commit 762fddea70
11 changed files with 589 additions and 222 deletions

View File

@@ -69,6 +69,11 @@ export const updateInterest = async (id: string, data: Partial<Interest>) => {
"Request More Info - To Sales",
"EOI Send to Sales",
"Time LOI Sent",
"EOI Status",
"Berth Info Sent Status",
"Contract Sent Status",
"Deposit 10% Status",
"Contract Status",
];
// Filter the data to only include allowed fields
@@ -112,6 +117,11 @@ export const createInterest = async (data: Partial<Interest>) => {
"Place of Residence",
"Contact Method Preferred",
"Lead Category",
"EOI Status",
"Berth Info Sent Status",
"Contract Sent Status",
"Deposit 10% Status",
"Contract Status",
];
// Filter the data to only include allowed fields