implemented the sales and revenue report

This commit is contained in:
2026-06-23 19:18:01 +05:30
parent 8707004405
commit 93df333df1
17 changed files with 2410 additions and 712 deletions

View File

@@ -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 {