Added automatic generation in dashboard when employees start application to generate product under limit during absence

This commit is contained in:
2026-05-27 17:59:41 +01:00
parent e66c95a65e
commit c20a0c5daf
3 changed files with 33 additions and 10 deletions
@@ -11,8 +11,6 @@
export interface CreateDeliveryNoteDto {
trackingNumber?: string | null;
estimateDeliveryDate?: string;
expeditionDate?: string;
delivererId?: number;
supplierId?: number;
productQuantities?: { [key: string]: number; } | null;