feat: implement image carousel in product dialog; enhance image upload handling and preview functionality
This commit is contained in:
@@ -12,4 +12,5 @@ export interface PsProduct {
|
||||
priceTtc: number; // saisi côté UI (TTC)
|
||||
vatRate?: number; // ex: 0.20 (20%). Défaut: 0.20 si non fourni
|
||||
quantity: number; // stock souhaité (pour id_product_attribute = 0)
|
||||
thumbUrl?: string | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user