Connect supplies to project demand
This commit is contained in:
11
src/types.ts
11
src/types.ts
@@ -232,6 +232,17 @@ export interface SupplyPurchaseNeed {
|
||||
status: 'critical' | 'attention' | 'ok';
|
||||
suppliers: string[];
|
||||
colors: string[];
|
||||
unit?: string;
|
||||
source?: string;
|
||||
missingReference?: boolean;
|
||||
products?: Array<{
|
||||
productId: string;
|
||||
name: string;
|
||||
suggestedQuantity: number;
|
||||
quantitySold: number;
|
||||
stockQuantity: number;
|
||||
yieldPerKg?: number;
|
||||
}>;
|
||||
}
|
||||
|
||||
export interface SupplyStats {
|
||||
|
||||
Reference in New Issue
Block a user