Detail View - Customer Details
If the user clicks on a row in the results table, a widget with customer details is displayed. In the future, this screen should include widgets for more information - e.g. transaction history, loyalty data, etc.
Person
| Field |
|---|
| Icon |
| Gender |
| First Name |
| Last Name |
| Contact |
| Mobile |
| Address |
| Street |
| No. |
| Postal Code |
| City |
Action
| Action | Content | Description |
|---|---|---|
| Three dots menu |
|
The permissions are checked. The corresponding function opens. Edit: The customer data (person or organization) is edited. Depending on the customer type (person, organization), the function opens in edit mode. See Customer Creation - Person and Customer Creation - Organization. Delete: The selected customer is deleted; the GDPR logic must be followed. A security question is displayed. The DELETE /customers/{id} endpoint is called. |
Organization

| Field |
|---|
| Icon |
| Company Name |
| Tax ID |
The rest, i.e. contact, address, is similar to that of a person.