corrections in stockrequest table
This commit is contained in:
@@ -470,3 +470,12 @@ type SalesSummaryResponse struct {
|
||||
ChartData []SalesSummaryChartData `json:"chartData"`
|
||||
TopLocations []SalesSummaryTopLocation `json:"topLocations"`
|
||||
}
|
||||
|
||||
type TimeSeriesData struct {
|
||||
Label string `json:"label"`
|
||||
Orders int `json:"orders"`
|
||||
Revenue float64 `json:"revenue"`
|
||||
Cancelled int `json:"cancelled"`
|
||||
Delivered int `json:"delivered"`
|
||||
Activeskus int `json:"activeskus"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user