Added automatic generation in dashboard when employees start application to generate product under limit during absence
This commit is contained in:
@@ -11,8 +11,6 @@
|
||||
|
||||
export interface CreateDeliveryNoteDto {
|
||||
trackingNumber?: string | null;
|
||||
estimateDeliveryDate?: string;
|
||||
expeditionDate?: string;
|
||||
delivererId?: number;
|
||||
supplierId?: number;
|
||||
productQuantities?: { [key: string]: number; } | null;
|
||||
|
||||
Reference in New Issue
Block a user