feat(customers): add controlled CSV and XLSX customer import
This commit is contained in:
parent
613ffdc8b7
commit
82e03877b3
566 changed files with 2752 additions and 991 deletions
|
|
@ -8,6 +8,8 @@ export type Entity = {
|
|||
|
||||
export type Customer = Entity & {
|
||||
customer_type: "practice" | "clinic";
|
||||
source_system?: string | null;
|
||||
external_id?: string | null;
|
||||
name: string;
|
||||
city?: string | null;
|
||||
phone?: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue