feat: add quantity field to product CRUD; implement image upload and condition handling in product dialog

This commit is contained in:
Vincent Guillet
2025-11-18 15:38:24 +01:00
parent bcc71b965b
commit d4ffcf0562
5 changed files with 691 additions and 298 deletions

View File

@@ -43,6 +43,11 @@
<td mat-cell *matCellDef="let el">{{ el.priceTtc | number:'1.2-2' }}</td>
</ng-container>
<ng-container matColumnDef="quantity">
<th mat-header-cell *matHeaderCellDef mat-sort-header>Quantité</th>
<td mat-cell *matCellDef="let el">{{ el.quantity }}</td>
</ng-container>
<ng-container matColumnDef="actions">
<th mat-header-cell *matHeaderCellDef>Actions</th>
<td mat-cell *matCellDef="let el">