feat: add outlet name at analytic response and new overview dashboard

This commit is contained in:
Efril
2026-06-23 22:18:16 +07:00
parent 25024c210a
commit 793919cf10
6 changed files with 137 additions and 24 deletions
+3
View File
@@ -120,6 +120,9 @@ type DashboardOverview struct {
TotalCustomers int64 `json:"total_customers"`
VoidedOrders int64 `json:"voided_orders"`
RefundedOrders int64 `json:"refunded_orders"`
TotalItemSold int64 `json:"total_item_sold"`
TotalLowStock int64 `json:"total_low_stock"`
TotalProductActive int64 `json:"total_product_active"`
}
type ProfitLossAnalytics struct {