implemented the sales and revenue report
This commit is contained in:
@@ -15,6 +15,13 @@ export interface CompareProduct {
|
||||
unit?: string;
|
||||
color?: string;
|
||||
label?: string;
|
||||
// Global Marketing Metrics
|
||||
wholesalePrice?: number;
|
||||
mrp?: number;
|
||||
profitMargin?: number;
|
||||
rating?: number;
|
||||
globalSales?: number;
|
||||
isGlobal?: boolean;
|
||||
}
|
||||
|
||||
interface CompareContextType {
|
||||
|
||||
Reference in New Issue
Block a user