Add client purchase pattern charts
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m9s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m9s
This commit is contained in:
@@ -203,6 +203,14 @@ export interface ClientDetailsAnalytics {
|
||||
date: string;
|
||||
value: number;
|
||||
}>;
|
||||
purchaseWeekdays?: Array<{
|
||||
label: string;
|
||||
value: number;
|
||||
}>;
|
||||
purchaseHours?: Array<{
|
||||
label: string;
|
||||
value: number;
|
||||
}>;
|
||||
groupedOrders: GroupedClientOrder[];
|
||||
allTimeOrderCount: number;
|
||||
clientName: string;
|
||||
|
||||
Reference in New Issue
Block a user