@pksep/zod-shared 0.0.564 → 0.0.566
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -29,7 +29,9 @@ export declare enum ExcelExportStatus {
|
|
|
29
29
|
queued = "queued",
|
|
30
30
|
processing = "processing",
|
|
31
31
|
completed = "completed",
|
|
32
|
-
failed = "failed"
|
|
32
|
+
failed = "failed",
|
|
33
|
+
cancelling = "cancelling",
|
|
34
|
+
cancelled = "cancelled"
|
|
33
35
|
}
|
|
34
36
|
export declare const ExcelExportColumnDefinitionSchema: z.ZodObject<{
|
|
35
37
|
header: z.ZodString;
|
|
@@ -906,13 +908,13 @@ export declare const MetalloworkingOperationExcelExportColumnSchema: z.ZodEnum<[
|
|
|
906
908
|
export declare const MetalloworkingComplectationExcelExportColumnSchema: z.ZodEnum<["number" | "status" | "designation" | "name" | "image" | "parametrs" | "count" | "calculatedCreateTime" | "calculateNeedsTime" | "orderedByProduction" | "startTimeDelay" | "prevOperation" | "nextOperation" | "childrenCalculateNeedsTime" | "workpiece" | "complited" | "remaining" | "standartTime" | "dataExecution" | "executer" | "worked", ...("number" | "status" | "designation" | "name" | "image" | "parametrs" | "count" | "calculatedCreateTime" | "calculateNeedsTime" | "orderedByProduction" | "startTimeDelay" | "prevOperation" | "nextOperation" | "childrenCalculateNeedsTime" | "workpiece" | "complited" | "remaining" | "standartTime" | "dataExecution" | "executer" | "worked")[]]>;
|
|
907
909
|
export declare const MetalloworkingStockOrderExcelExportColumnSchema: z.ZodEnum<["number" | "designation" | "name" | "image" | "ordered" | "warehouseReadinessDate" | "orderedByProduction" | "complectataionReadiness" | "calculatedNeedTime" | "requiredDate" | "delayProduction" | "demand" | "minRemainingDeficit" | "countOnWarehouse", ...("number" | "designation" | "name" | "image" | "ordered" | "warehouseReadinessDate" | "orderedByProduction" | "complectataionReadiness" | "calculatedNeedTime" | "requiredDate" | "delayProduction" | "demand" | "minRemainingDeficit" | "countOnWarehouse")[]]>;
|
|
908
910
|
export declare const ResultWorkExcelExportColumnSchema: z.ZodEnum<["number" | "type" | "operation" | "designation" | "name" | "date" | "image" | "quantity" | "tabelNumber" | "employee" | "oneItemPreTime" | "oneItemAuxTime" | "oneItemMachTime" | "batchPreTime" | "batchAuxTime" | "batchMachTime" | "allTime", ...("number" | "type" | "operation" | "designation" | "name" | "date" | "image" | "quantity" | "tabelNumber" | "employee" | "oneItemPreTime" | "oneItemAuxTime" | "oneItemMachTime" | "batchPreTime" | "batchAuxTime" | "batchMachTime" | "allTime")[]]>;
|
|
909
|
-
export declare const AssemblyOperationExcelExportColumnSchema: z.ZodEnum<["number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "
|
|
910
|
-
export declare const OperationPathExcelExportColumnSchema: z.ZodEnum<["number" | "operation" | "startTime" | "totalTime" | "
|
|
911
|
+
export declare const AssemblyOperationExcelExportColumnSchema: z.ZodEnum<["number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "remainder" | "maked" | "auxTime" | "dateExecution" | "countOfComplete" | "executor", ...("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "remainder" | "maked" | "auxTime" | "dateExecution" | "countOfComplete" | "executor")[]]>;
|
|
912
|
+
export declare const OperationPathExcelExportColumnSchema: z.ZodEnum<["number" | "operation" | "startTime" | "totalTime" | "calculatedTime" | "remainder" | "maked" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "unitTime" | "remainingTime" | "completionPercent", ...("number" | "operation" | "startTime" | "totalTime" | "calculatedTime" | "remainder" | "maked" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "unitTime" | "remainingTime" | "completionPercent")[]]>;
|
|
911
913
|
export declare const AssemblyStockOrderExcelExportColumnSchema: z.ZodEnum<["number" | "type" | "designation" | "name" | "image" | "deficit" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "orderedByPz" | "warehouseReadyDate" | "orderDemand" | "countOfSclad", ...("number" | "type" | "designation" | "name" | "image" | "deficit" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "orderedByPz" | "warehouseReadyDate" | "orderDemand" | "countOfSclad")[]]>;
|
|
912
|
-
export declare const ProductDeficitExcelExportColumnSchema: z.ZodEnum<["number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "
|
|
914
|
+
export declare const ProductDeficitExcelExportColumnSchema: z.ZodEnum<["number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining", ...("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[]]>;
|
|
913
915
|
export declare const CbedDeficitExcelExportColumnSchema: z.ZodEnum<["number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining", ...("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[]]>;
|
|
914
916
|
export declare const DetalDeficitExcelExportColumnSchema: z.ZodEnum<["number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining" | "cnc" | "deficitWithProduction", ...("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining" | "cnc" | "deficitWithProduction")[]]>;
|
|
915
|
-
export declare const MaterialDeficitExcelExportColumnSchema: z.ZodEnum<["number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "
|
|
917
|
+
export declare const MaterialDeficitExcelExportColumnSchema: z.ZodEnum<["number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming", ...("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming")[]]>;
|
|
916
918
|
export declare const CreateAssemblyExcelExportDtoZod: z.ZodObject<{
|
|
917
919
|
reportType: z.ZodLiteral<ExcelExportReportType.assemblyList>;
|
|
918
920
|
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "type" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "readinessToComplectation" | "completionToBuild" | "timeComplete", ...("number" | "type" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "readinessToComplectation" | "completionToBuild" | "timeComplete")[]]>, "many">, ("number" | "type" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "readinessToComplectation" | "completionToBuild" | "timeComplete")[], ("number" | "type" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "readinessToComplectation" | "completionToBuild" | "timeComplete")[]>;
|
|
@@ -1364,7 +1366,7 @@ export declare const CreateResultWorkExcelExportDtoZod: z.ZodObject<{
|
|
|
1364
1366
|
}>;
|
|
1365
1367
|
export declare const CreateAssemblyOperationExcelExportDtoZod: z.ZodObject<{
|
|
1366
1368
|
reportType: z.ZodLiteral<ExcelExportReportType.assemblyOperationList>;
|
|
1367
|
-
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "
|
|
1369
|
+
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "remainder" | "maked" | "auxTime" | "dateExecution" | "countOfComplete" | "executor", ...("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "remainder" | "maked" | "auxTime" | "dateExecution" | "countOfComplete" | "executor")[]]>, "many">, ("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "remainder" | "maked" | "auxTime" | "dateExecution" | "countOfComplete" | "executor")[], ("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "remainder" | "maked" | "auxTime" | "dateExecution" | "countOfComplete" | "executor")[]>;
|
|
1368
1370
|
filters: z.ZodObject<Omit<{
|
|
1369
1371
|
page: z.ZodNumber;
|
|
1370
1372
|
operationId: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -1416,7 +1418,7 @@ export declare const CreateAssemblyOperationExcelExportDtoZod: z.ZodObject<{
|
|
|
1416
1418
|
byOrder?: import("..").IFiltersByByOrder | null | undefined;
|
|
1417
1419
|
};
|
|
1418
1420
|
reportType: ExcelExportReportType.assemblyOperationList;
|
|
1419
|
-
columns: ("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "
|
|
1421
|
+
columns: ("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "remainder" | "maked" | "auxTime" | "dateExecution" | "countOfComplete" | "executor")[];
|
|
1420
1422
|
}, {
|
|
1421
1423
|
filters: {
|
|
1422
1424
|
status: import("../utils").AssembleStatus;
|
|
@@ -1430,11 +1432,11 @@ export declare const CreateAssemblyOperationExcelExportDtoZod: z.ZodObject<{
|
|
|
1430
1432
|
byOrder?: import("..").IFiltersByByOrder | null | undefined;
|
|
1431
1433
|
};
|
|
1432
1434
|
reportType: ExcelExportReportType.assemblyOperationList;
|
|
1433
|
-
columns: ("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "
|
|
1435
|
+
columns: ("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "remainder" | "maked" | "auxTime" | "dateExecution" | "countOfComplete" | "executor")[];
|
|
1434
1436
|
}>;
|
|
1435
1437
|
export declare const CreateOperationPathExcelExportDtoZod: z.ZodObject<{
|
|
1436
1438
|
reportType: z.ZodLiteral<ExcelExportReportType.operationPath>;
|
|
1437
|
-
columns: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "operation" | "startTime" | "totalTime" | "
|
|
1439
|
+
columns: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "operation" | "startTime" | "totalTime" | "calculatedTime" | "remainder" | "maked" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "unitTime" | "remainingTime" | "completionPercent", ...("number" | "operation" | "startTime" | "totalTime" | "calculatedTime" | "remainder" | "maked" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "unitTime" | "remainingTime" | "completionPercent")[]]>, "many">, ("number" | "operation" | "startTime" | "totalTime" | "calculatedTime" | "remainder" | "maked" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "unitTime" | "remainingTime" | "completionPercent")[], ("number" | "operation" | "startTime" | "totalTime" | "calculatedTime" | "remainder" | "maked" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "unitTime" | "remainingTime" | "completionPercent")[]>>;
|
|
1438
1440
|
filters: z.ZodObject<{
|
|
1439
1441
|
sourceType: z.ZodNativeEnum<typeof OperationPathExcelExportSourceType>;
|
|
1440
1442
|
sourceId: z.ZodNumber;
|
|
@@ -1451,14 +1453,14 @@ export declare const CreateOperationPathExcelExportDtoZod: z.ZodObject<{
|
|
|
1451
1453
|
sourceId: number;
|
|
1452
1454
|
};
|
|
1453
1455
|
reportType: ExcelExportReportType.operationPath;
|
|
1454
|
-
columns?: ("number" | "operation" | "startTime" | "totalTime" | "
|
|
1456
|
+
columns?: ("number" | "operation" | "startTime" | "totalTime" | "calculatedTime" | "remainder" | "maked" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "unitTime" | "remainingTime" | "completionPercent")[] | undefined;
|
|
1455
1457
|
}, {
|
|
1456
1458
|
filters: {
|
|
1457
1459
|
sourceType: OperationPathExcelExportSourceType;
|
|
1458
1460
|
sourceId: number;
|
|
1459
1461
|
};
|
|
1460
1462
|
reportType: ExcelExportReportType.operationPath;
|
|
1461
|
-
columns?: ("number" | "operation" | "startTime" | "totalTime" | "
|
|
1463
|
+
columns?: ("number" | "operation" | "startTime" | "totalTime" | "calculatedTime" | "remainder" | "maked" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "unitTime" | "remainingTime" | "completionPercent")[] | undefined;
|
|
1462
1464
|
}>;
|
|
1463
1465
|
export declare const CreateAssemblyStockOrderExcelExportDtoZod: z.ZodObject<{
|
|
1464
1466
|
reportType: z.ZodLiteral<ExcelExportReportType.assemblyStockOrderList>;
|
|
@@ -1542,7 +1544,7 @@ export declare const CreateAssemblyStockOrderExcelExportDtoZod: z.ZodObject<{
|
|
|
1542
1544
|
}>;
|
|
1543
1545
|
export declare const CreateProductDeficitExcelExportDtoZod: z.ZodObject<{
|
|
1544
1546
|
reportType: z.ZodLiteral<ExcelExportReportType.productDeficitList>;
|
|
1545
|
-
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "
|
|
1547
|
+
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining", ...("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[]]>, "many">, ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[], ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[]>;
|
|
1546
1548
|
filters: z.ZodObject<Omit<{
|
|
1547
1549
|
productIds: z.ZodArray<z.ZodNumber, "many">;
|
|
1548
1550
|
statusWorking: z.ZodNativeEnum<typeof import("../utils").statusWorkingsDeficit>;
|
|
@@ -1598,7 +1600,7 @@ export declare const CreateProductDeficitExcelExportDtoZod: z.ZodObject<{
|
|
|
1598
1600
|
shipmentIds?: number[] | null | undefined;
|
|
1599
1601
|
};
|
|
1600
1602
|
reportType: ExcelExportReportType.productDeficitList;
|
|
1601
|
-
columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "
|
|
1603
|
+
columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[];
|
|
1602
1604
|
}, {
|
|
1603
1605
|
filters: {
|
|
1604
1606
|
searchString: string;
|
|
@@ -1613,7 +1615,7 @@ export declare const CreateProductDeficitExcelExportDtoZod: z.ZodObject<{
|
|
|
1613
1615
|
shipmentIds?: number[] | null | undefined;
|
|
1614
1616
|
};
|
|
1615
1617
|
reportType: ExcelExportReportType.productDeficitList;
|
|
1616
|
-
columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "
|
|
1618
|
+
columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[];
|
|
1617
1619
|
}>;
|
|
1618
1620
|
export declare const CreateCbedDeficitExcelExportDtoZod: z.ZodObject<{
|
|
1619
1621
|
reportType: z.ZodLiteral<ExcelExportReportType.cbedDeficitList>;
|
|
@@ -1767,7 +1769,7 @@ export declare const CreateDetalDeficitExcelExportDtoZod: z.ZodObject<{
|
|
|
1767
1769
|
}>;
|
|
1768
1770
|
export declare const CreateMaterialDeficitExcelExportDtoZod: z.ZodObject<{
|
|
1769
1771
|
reportType: z.ZodLiteral<ExcelExportReportType.materialDeficitList>;
|
|
1770
|
-
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "
|
|
1772
|
+
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming", ...("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming")[]]>, "many">, ("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming")[], ("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming")[]>;
|
|
1771
1773
|
filters: z.ZodObject<Omit<{
|
|
1772
1774
|
materialIds: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
1773
1775
|
typeMaterialIds: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -1827,7 +1829,7 @@ export declare const CreateMaterialDeficitExcelExportDtoZod: z.ZodObject<{
|
|
|
1827
1829
|
warehouseReadinessDateFilter?: import("../utils").WarehouseReadinessDateFilterEnum | undefined;
|
|
1828
1830
|
};
|
|
1829
1831
|
reportType: ExcelExportReportType.materialDeficitList;
|
|
1830
|
-
columns: ("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "
|
|
1832
|
+
columns: ("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming")[];
|
|
1831
1833
|
}, {
|
|
1832
1834
|
filters: {
|
|
1833
1835
|
sort?: {
|
|
@@ -1843,10 +1845,11 @@ export declare const CreateMaterialDeficitExcelExportDtoZod: z.ZodObject<{
|
|
|
1843
1845
|
subTypeMaterialIds?: number[] | undefined;
|
|
1844
1846
|
};
|
|
1845
1847
|
reportType: ExcelExportReportType.materialDeficitList;
|
|
1846
|
-
columns: ("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "
|
|
1848
|
+
columns: ("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming")[];
|
|
1847
1849
|
}>;
|
|
1848
1850
|
export declare const CreateWarehouseShipmentExcelExportSchema: z.ZodObject<{
|
|
1849
1851
|
reportType: z.ZodLiteral<ExcelExportReportType.warehouseShipmentList>;
|
|
1852
|
+
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime", ...("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[]]>, "many">, ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[], ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[]>;
|
|
1850
1853
|
filters: z.ZodObject<Omit<{
|
|
1851
1854
|
offset: z.ZodNumber;
|
|
1852
1855
|
parentId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -1921,6 +1924,7 @@ export declare const CreateWarehouseShipmentExcelExportSchema: z.ZodObject<{
|
|
|
1921
1924
|
companyId?: number | null | undefined;
|
|
1922
1925
|
};
|
|
1923
1926
|
reportType: ExcelExportReportType.warehouseShipmentList;
|
|
1927
|
+
columns: ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[];
|
|
1924
1928
|
}, {
|
|
1925
1929
|
filters: {
|
|
1926
1930
|
status: import("../utils").statusShipment[];
|
|
@@ -1938,9 +1942,11 @@ export declare const CreateWarehouseShipmentExcelExportSchema: z.ZodObject<{
|
|
|
1938
1942
|
companyId?: number | null | undefined;
|
|
1939
1943
|
};
|
|
1940
1944
|
reportType: ExcelExportReportType.warehouseShipmentList;
|
|
1945
|
+
columns: ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[];
|
|
1941
1946
|
}>;
|
|
1942
1947
|
export declare const CreateShippedOrderExcelExportSchema: z.ZodObject<{
|
|
1943
1948
|
reportType: z.ZodLiteral<ExcelExportReportType.shippedOrderList>;
|
|
1949
|
+
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "buyer" | "shipment" | "name" | "date" | "order" | "article", ...("number" | "buyer" | "shipment" | "name" | "date" | "order" | "article")[]]>, "many">, ("number" | "buyer" | "shipment" | "name" | "date" | "order" | "article")[], ("number" | "buyer" | "shipment" | "name" | "date" | "order" | "article")[]>;
|
|
1944
1950
|
filters: z.ZodObject<Omit<{
|
|
1945
1951
|
page: z.ZodNumber;
|
|
1946
1952
|
searchString: z.ZodOptional<z.ZodString>;
|
|
@@ -1976,6 +1982,7 @@ export declare const CreateShippedOrderExcelExportSchema: z.ZodObject<{
|
|
|
1976
1982
|
searchString?: string | undefined;
|
|
1977
1983
|
};
|
|
1978
1984
|
reportType: ExcelExportReportType.shippedOrderList;
|
|
1985
|
+
columns: ("number" | "buyer" | "shipment" | "name" | "date" | "order" | "article")[];
|
|
1979
1986
|
}, {
|
|
1980
1987
|
filters: {
|
|
1981
1988
|
dateRange: {
|
|
@@ -1985,9 +1992,11 @@ export declare const CreateShippedOrderExcelExportSchema: z.ZodObject<{
|
|
|
1985
1992
|
searchString?: string | undefined;
|
|
1986
1993
|
};
|
|
1987
1994
|
reportType: ExcelExportReportType.shippedOrderList;
|
|
1995
|
+
columns: ("number" | "buyer" | "shipment" | "name" | "date" | "order" | "article")[];
|
|
1988
1996
|
}>;
|
|
1989
1997
|
export declare const CreateWarehouseConsumptionExcelExportSchema: z.ZodObject<{
|
|
1990
1998
|
reportType: z.ZodLiteral<ExcelExportReportType.warehouseConsumptionList>;
|
|
1999
|
+
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "type" | "name" | "date" | "quantity" | "base" | "order" | "customer", ...("number" | "type" | "name" | "date" | "quantity" | "base" | "order" | "customer")[]]>, "many">, ("number" | "type" | "name" | "date" | "quantity" | "base" | "order" | "customer")[], ("number" | "type" | "name" | "date" | "quantity" | "base" | "order" | "customer")[]>;
|
|
1991
2000
|
filters: z.ZodObject<Omit<{
|
|
1992
2001
|
page: z.ZodNumber;
|
|
1993
2002
|
customer: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("../expenditure").ExpenditureTypeEnum>>>;
|
|
@@ -2027,6 +2036,7 @@ export declare const CreateWarehouseConsumptionExcelExportSchema: z.ZodObject<{
|
|
|
2027
2036
|
customer?: import("../expenditure").ExpenditureTypeEnum | null | undefined;
|
|
2028
2037
|
};
|
|
2029
2038
|
reportType: ExcelExportReportType.warehouseConsumptionList;
|
|
2039
|
+
columns: ("number" | "type" | "name" | "date" | "quantity" | "base" | "order" | "customer")[];
|
|
2030
2040
|
}, {
|
|
2031
2041
|
filters: {
|
|
2032
2042
|
dateRange: {
|
|
@@ -2037,9 +2047,11 @@ export declare const CreateWarehouseConsumptionExcelExportSchema: z.ZodObject<{
|
|
|
2037
2047
|
customer?: import("../expenditure").ExpenditureTypeEnum | null | undefined;
|
|
2038
2048
|
};
|
|
2039
2049
|
reportType: ExcelExportReportType.warehouseConsumptionList;
|
|
2050
|
+
columns: ("number" | "type" | "name" | "date" | "quantity" | "base" | "order" | "customer")[];
|
|
2040
2051
|
}>;
|
|
2041
2052
|
export declare const CreateOrderToWayExcelExportSchema: z.ZodObject<{
|
|
2042
2053
|
reportType: z.ZodLiteral<ExcelExportReportType.orderToWayList>;
|
|
2054
|
+
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "provider" | "date" | "order" | "sum" | "bill", ...("number" | "provider" | "date" | "order" | "sum" | "bill")[]]>, "many">, ("number" | "provider" | "date" | "order" | "sum" | "bill")[], ("number" | "provider" | "date" | "order" | "sum" | "bill")[]>;
|
|
2043
2055
|
filters: z.ZodObject<Omit<{
|
|
2044
2056
|
page: z.ZodNumber;
|
|
2045
2057
|
searchString: z.ZodOptional<z.ZodString>;
|
|
@@ -2084,6 +2096,7 @@ export declare const CreateOrderToWayExcelExportSchema: z.ZodObject<{
|
|
|
2084
2096
|
selectedIds?: number[] | undefined;
|
|
2085
2097
|
};
|
|
2086
2098
|
reportType: ExcelExportReportType.orderToWayList;
|
|
2099
|
+
columns: ("number" | "provider" | "date" | "order" | "sum" | "bill")[];
|
|
2087
2100
|
}, {
|
|
2088
2101
|
filters: {
|
|
2089
2102
|
type: 1 | 2 | 3;
|
|
@@ -2095,9 +2108,11 @@ export declare const CreateOrderToWayExcelExportSchema: z.ZodObject<{
|
|
|
2095
2108
|
selectedIds?: number[] | undefined;
|
|
2096
2109
|
};
|
|
2097
2110
|
reportType: ExcelExportReportType.orderToWayList;
|
|
2111
|
+
columns: ("number" | "provider" | "date" | "order" | "sum" | "bill")[];
|
|
2098
2112
|
}>;
|
|
2099
2113
|
export declare const CreateWarehouseReceiptExcelExportSchema: z.ZodObject<{
|
|
2100
2114
|
reportType: z.ZodLiteral<ExcelExportReportType.warehouseReceiptList>;
|
|
2115
|
+
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "provider" | "waybill" | "date" | "base" | "order" | "sum", ...("number" | "provider" | "waybill" | "date" | "base" | "order" | "sum")[]]>, "many">, ("number" | "provider" | "waybill" | "date" | "base" | "order" | "sum")[], ("number" | "provider" | "waybill" | "date" | "base" | "order" | "sum")[]>;
|
|
2101
2116
|
filters: z.ZodObject<Omit<{
|
|
2102
2117
|
page: z.ZodNumber;
|
|
2103
2118
|
searchString: z.ZodOptional<z.ZodString>;
|
|
@@ -2138,6 +2153,7 @@ export declare const CreateWarehouseReceiptExcelExportSchema: z.ZodObject<{
|
|
|
2138
2153
|
} | undefined;
|
|
2139
2154
|
};
|
|
2140
2155
|
reportType: ExcelExportReportType.warehouseReceiptList;
|
|
2156
|
+
columns: ("number" | "provider" | "waybill" | "date" | "base" | "order" | "sum")[];
|
|
2141
2157
|
}, {
|
|
2142
2158
|
filters: {
|
|
2143
2159
|
typeComing: WaybilTypeComingEnums;
|
|
@@ -2148,9 +2164,11 @@ export declare const CreateWarehouseReceiptExcelExportSchema: z.ZodObject<{
|
|
|
2148
2164
|
} | undefined;
|
|
2149
2165
|
};
|
|
2150
2166
|
reportType: ExcelExportReportType.warehouseReceiptList;
|
|
2167
|
+
columns: ("number" | "provider" | "waybill" | "date" | "base" | "order" | "sum")[];
|
|
2151
2168
|
}>;
|
|
2152
2169
|
export declare const CreateMovementObjectExcelExportSchema: z.ZodObject<{
|
|
2153
2170
|
reportType: z.ZodLiteral<ExcelExportReportType.movementObjectList>;
|
|
2171
|
+
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "type" | "user" | "name" | "date" | "base" | "before" | "movement" | "remainder", ...("number" | "type" | "user" | "name" | "date" | "base" | "before" | "movement" | "remainder")[]]>, "many">, ("number" | "type" | "user" | "name" | "date" | "base" | "before" | "movement" | "remainder")[], ("number" | "type" | "user" | "name" | "date" | "base" | "before" | "movement" | "remainder")[]>;
|
|
2154
2172
|
filters: z.ZodEffects<z.ZodObject<{
|
|
2155
2173
|
byParents: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2156
2174
|
productIds: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -2238,6 +2256,7 @@ export declare const CreateMovementObjectExcelExportSchema: z.ZodObject<{
|
|
|
2238
2256
|
} | null | undefined;
|
|
2239
2257
|
};
|
|
2240
2258
|
reportType: ExcelExportReportType.movementObjectList;
|
|
2259
|
+
columns: ("number" | "type" | "user" | "name" | "date" | "base" | "before" | "movement" | "remainder")[];
|
|
2241
2260
|
}, {
|
|
2242
2261
|
filters: {
|
|
2243
2262
|
date: {
|
|
@@ -2252,6 +2271,7 @@ export declare const CreateMovementObjectExcelExportSchema: z.ZodObject<{
|
|
|
2252
2271
|
} | null | undefined;
|
|
2253
2272
|
};
|
|
2254
2273
|
reportType: ExcelExportReportType.movementObjectList;
|
|
2274
|
+
columns: ("number" | "type" | "user" | "name" | "date" | "base" | "before" | "movement" | "remainder")[];
|
|
2255
2275
|
}>;
|
|
2256
2276
|
export type CreateWarehouseShipmentExcelExport = z.infer<typeof CreateWarehouseShipmentExcelExportSchema>;
|
|
2257
2277
|
export type CreateShippedOrderExcelExport = z.infer<typeof CreateShippedOrderExcelExportSchema>;
|
|
@@ -2350,7 +2370,7 @@ export declare const CreateExcelExportRequestSchema: z.ZodDiscriminatedUnion<"re
|
|
|
2350
2370
|
columns: ("number" | "type" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "readinessToComplectation" | "completionToBuild" | "timeComplete")[];
|
|
2351
2371
|
}>, z.ZodObject<{
|
|
2352
2372
|
reportType: z.ZodLiteral<ExcelExportReportType.assemblyOperationList>;
|
|
2353
|
-
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "
|
|
2373
|
+
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "remainder" | "maked" | "auxTime" | "dateExecution" | "countOfComplete" | "executor", ...("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "remainder" | "maked" | "auxTime" | "dateExecution" | "countOfComplete" | "executor")[]]>, "many">, ("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "remainder" | "maked" | "auxTime" | "dateExecution" | "countOfComplete" | "executor")[], ("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "remainder" | "maked" | "auxTime" | "dateExecution" | "countOfComplete" | "executor")[]>;
|
|
2354
2374
|
filters: z.ZodObject<Omit<{
|
|
2355
2375
|
page: z.ZodNumber;
|
|
2356
2376
|
operationId: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -2402,7 +2422,7 @@ export declare const CreateExcelExportRequestSchema: z.ZodDiscriminatedUnion<"re
|
|
|
2402
2422
|
byOrder?: import("..").IFiltersByByOrder | null | undefined;
|
|
2403
2423
|
};
|
|
2404
2424
|
reportType: ExcelExportReportType.assemblyOperationList;
|
|
2405
|
-
columns: ("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "
|
|
2425
|
+
columns: ("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "remainder" | "maked" | "auxTime" | "dateExecution" | "countOfComplete" | "executor")[];
|
|
2406
2426
|
}, {
|
|
2407
2427
|
filters: {
|
|
2408
2428
|
status: import("../utils").AssembleStatus;
|
|
@@ -2416,10 +2436,10 @@ export declare const CreateExcelExportRequestSchema: z.ZodDiscriminatedUnion<"re
|
|
|
2416
2436
|
byOrder?: import("..").IFiltersByByOrder | null | undefined;
|
|
2417
2437
|
};
|
|
2418
2438
|
reportType: ExcelExportReportType.assemblyOperationList;
|
|
2419
|
-
columns: ("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "
|
|
2439
|
+
columns: ("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "remainder" | "maked" | "auxTime" | "dateExecution" | "countOfComplete" | "executor")[];
|
|
2420
2440
|
}>, z.ZodObject<{
|
|
2421
2441
|
reportType: z.ZodLiteral<ExcelExportReportType.operationPath>;
|
|
2422
|
-
columns: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "operation" | "startTime" | "totalTime" | "
|
|
2442
|
+
columns: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "operation" | "startTime" | "totalTime" | "calculatedTime" | "remainder" | "maked" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "unitTime" | "remainingTime" | "completionPercent", ...("number" | "operation" | "startTime" | "totalTime" | "calculatedTime" | "remainder" | "maked" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "unitTime" | "remainingTime" | "completionPercent")[]]>, "many">, ("number" | "operation" | "startTime" | "totalTime" | "calculatedTime" | "remainder" | "maked" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "unitTime" | "remainingTime" | "completionPercent")[], ("number" | "operation" | "startTime" | "totalTime" | "calculatedTime" | "remainder" | "maked" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "unitTime" | "remainingTime" | "completionPercent")[]>>;
|
|
2423
2443
|
filters: z.ZodObject<{
|
|
2424
2444
|
sourceType: z.ZodNativeEnum<typeof OperationPathExcelExportSourceType>;
|
|
2425
2445
|
sourceId: z.ZodNumber;
|
|
@@ -2436,14 +2456,14 @@ export declare const CreateExcelExportRequestSchema: z.ZodDiscriminatedUnion<"re
|
|
|
2436
2456
|
sourceId: number;
|
|
2437
2457
|
};
|
|
2438
2458
|
reportType: ExcelExportReportType.operationPath;
|
|
2439
|
-
columns?: ("number" | "operation" | "startTime" | "totalTime" | "
|
|
2459
|
+
columns?: ("number" | "operation" | "startTime" | "totalTime" | "calculatedTime" | "remainder" | "maked" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "unitTime" | "remainingTime" | "completionPercent")[] | undefined;
|
|
2440
2460
|
}, {
|
|
2441
2461
|
filters: {
|
|
2442
2462
|
sourceType: OperationPathExcelExportSourceType;
|
|
2443
2463
|
sourceId: number;
|
|
2444
2464
|
};
|
|
2445
2465
|
reportType: ExcelExportReportType.operationPath;
|
|
2446
|
-
columns?: ("number" | "operation" | "startTime" | "totalTime" | "
|
|
2466
|
+
columns?: ("number" | "operation" | "startTime" | "totalTime" | "calculatedTime" | "remainder" | "maked" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "unitTime" | "remainingTime" | "completionPercent")[] | undefined;
|
|
2447
2467
|
}>, z.ZodObject<{
|
|
2448
2468
|
reportType: z.ZodLiteral<ExcelExportReportType.assemblyStockOrderList>;
|
|
2449
2469
|
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "type" | "designation" | "name" | "image" | "deficit" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "orderedByPz" | "warehouseReadyDate" | "orderDemand" | "countOfSclad", ...("number" | "type" | "designation" | "name" | "image" | "deficit" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "orderedByPz" | "warehouseReadyDate" | "orderDemand" | "countOfSclad")[]]>, "many">, ("number" | "type" | "designation" | "name" | "image" | "deficit" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "orderedByPz" | "warehouseReadyDate" | "orderDemand" | "countOfSclad")[], ("number" | "type" | "designation" | "name" | "image" | "deficit" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "orderedByPz" | "warehouseReadyDate" | "orderDemand" | "countOfSclad")[]>;
|
|
@@ -2879,7 +2899,7 @@ export declare const CreateExcelExportRequestSchema: z.ZodDiscriminatedUnion<"re
|
|
|
2879
2899
|
columns: ("number" | "type" | "operation" | "designation" | "name" | "date" | "image" | "quantity" | "tabelNumber" | "employee" | "oneItemPreTime" | "oneItemAuxTime" | "oneItemMachTime" | "batchPreTime" | "batchAuxTime" | "batchMachTime" | "allTime")[];
|
|
2880
2900
|
}>, z.ZodObject<{
|
|
2881
2901
|
reportType: z.ZodLiteral<ExcelExportReportType.productDeficitList>;
|
|
2882
|
-
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "
|
|
2902
|
+
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining", ...("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[]]>, "many">, ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[], ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[]>;
|
|
2883
2903
|
filters: z.ZodObject<Omit<{
|
|
2884
2904
|
productIds: z.ZodArray<z.ZodNumber, "many">;
|
|
2885
2905
|
statusWorking: z.ZodNativeEnum<typeof import("../utils").statusWorkingsDeficit>;
|
|
@@ -2935,7 +2955,7 @@ export declare const CreateExcelExportRequestSchema: z.ZodDiscriminatedUnion<"re
|
|
|
2935
2955
|
shipmentIds?: number[] | null | undefined;
|
|
2936
2956
|
};
|
|
2937
2957
|
reportType: ExcelExportReportType.productDeficitList;
|
|
2938
|
-
columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "
|
|
2958
|
+
columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[];
|
|
2939
2959
|
}, {
|
|
2940
2960
|
filters: {
|
|
2941
2961
|
searchString: string;
|
|
@@ -2950,7 +2970,7 @@ export declare const CreateExcelExportRequestSchema: z.ZodDiscriminatedUnion<"re
|
|
|
2950
2970
|
shipmentIds?: number[] | null | undefined;
|
|
2951
2971
|
};
|
|
2952
2972
|
reportType: ExcelExportReportType.productDeficitList;
|
|
2953
|
-
columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "
|
|
2973
|
+
columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[];
|
|
2954
2974
|
}>, z.ZodObject<{
|
|
2955
2975
|
reportType: z.ZodLiteral<ExcelExportReportType.cbedDeficitList>;
|
|
2956
2976
|
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining", ...("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[]]>, "many">, ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[], ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[]>;
|
|
@@ -3101,7 +3121,7 @@ export declare const CreateExcelExportRequestSchema: z.ZodDiscriminatedUnion<"re
|
|
|
3101
3121
|
columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining" | "cnc" | "deficitWithProduction")[];
|
|
3102
3122
|
}>, z.ZodObject<{
|
|
3103
3123
|
reportType: z.ZodLiteral<ExcelExportReportType.materialDeficitList>;
|
|
3104
|
-
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "
|
|
3124
|
+
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming", ...("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming")[]]>, "many">, ("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming")[], ("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming")[]>;
|
|
3105
3125
|
filters: z.ZodObject<Omit<{
|
|
3106
3126
|
materialIds: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
3107
3127
|
typeMaterialIds: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -3161,7 +3181,7 @@ export declare const CreateExcelExportRequestSchema: z.ZodDiscriminatedUnion<"re
|
|
|
3161
3181
|
warehouseReadinessDateFilter?: import("../utils").WarehouseReadinessDateFilterEnum | undefined;
|
|
3162
3182
|
};
|
|
3163
3183
|
reportType: ExcelExportReportType.materialDeficitList;
|
|
3164
|
-
columns: ("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "
|
|
3184
|
+
columns: ("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming")[];
|
|
3165
3185
|
}, {
|
|
3166
3186
|
filters: {
|
|
3167
3187
|
sort?: {
|
|
@@ -3177,9 +3197,10 @@ export declare const CreateExcelExportRequestSchema: z.ZodDiscriminatedUnion<"re
|
|
|
3177
3197
|
subTypeMaterialIds?: number[] | undefined;
|
|
3178
3198
|
};
|
|
3179
3199
|
reportType: ExcelExportReportType.materialDeficitList;
|
|
3180
|
-
columns: ("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "
|
|
3200
|
+
columns: ("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming")[];
|
|
3181
3201
|
}>, z.ZodObject<{
|
|
3182
3202
|
reportType: z.ZodLiteral<ExcelExportReportType.warehouseShipmentList>;
|
|
3203
|
+
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime", ...("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[]]>, "many">, ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[], ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[]>;
|
|
3183
3204
|
filters: z.ZodObject<Omit<{
|
|
3184
3205
|
offset: z.ZodNumber;
|
|
3185
3206
|
parentId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -3254,6 +3275,7 @@ export declare const CreateExcelExportRequestSchema: z.ZodDiscriminatedUnion<"re
|
|
|
3254
3275
|
companyId?: number | null | undefined;
|
|
3255
3276
|
};
|
|
3256
3277
|
reportType: ExcelExportReportType.warehouseShipmentList;
|
|
3278
|
+
columns: ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[];
|
|
3257
3279
|
}, {
|
|
3258
3280
|
filters: {
|
|
3259
3281
|
status: import("../utils").statusShipment[];
|
|
@@ -3271,8 +3293,10 @@ export declare const CreateExcelExportRequestSchema: z.ZodDiscriminatedUnion<"re
|
|
|
3271
3293
|
companyId?: number | null | undefined;
|
|
3272
3294
|
};
|
|
3273
3295
|
reportType: ExcelExportReportType.warehouseShipmentList;
|
|
3296
|
+
columns: ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[];
|
|
3274
3297
|
}>, z.ZodObject<{
|
|
3275
3298
|
reportType: z.ZodLiteral<ExcelExportReportType.shippedOrderList>;
|
|
3299
|
+
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "buyer" | "shipment" | "name" | "date" | "order" | "article", ...("number" | "buyer" | "shipment" | "name" | "date" | "order" | "article")[]]>, "many">, ("number" | "buyer" | "shipment" | "name" | "date" | "order" | "article")[], ("number" | "buyer" | "shipment" | "name" | "date" | "order" | "article")[]>;
|
|
3276
3300
|
filters: z.ZodObject<Omit<{
|
|
3277
3301
|
page: z.ZodNumber;
|
|
3278
3302
|
searchString: z.ZodOptional<z.ZodString>;
|
|
@@ -3308,6 +3332,7 @@ export declare const CreateExcelExportRequestSchema: z.ZodDiscriminatedUnion<"re
|
|
|
3308
3332
|
searchString?: string | undefined;
|
|
3309
3333
|
};
|
|
3310
3334
|
reportType: ExcelExportReportType.shippedOrderList;
|
|
3335
|
+
columns: ("number" | "buyer" | "shipment" | "name" | "date" | "order" | "article")[];
|
|
3311
3336
|
}, {
|
|
3312
3337
|
filters: {
|
|
3313
3338
|
dateRange: {
|
|
@@ -3317,8 +3342,10 @@ export declare const CreateExcelExportRequestSchema: z.ZodDiscriminatedUnion<"re
|
|
|
3317
3342
|
searchString?: string | undefined;
|
|
3318
3343
|
};
|
|
3319
3344
|
reportType: ExcelExportReportType.shippedOrderList;
|
|
3345
|
+
columns: ("number" | "buyer" | "shipment" | "name" | "date" | "order" | "article")[];
|
|
3320
3346
|
}>, z.ZodObject<{
|
|
3321
3347
|
reportType: z.ZodLiteral<ExcelExportReportType.warehouseConsumptionList>;
|
|
3348
|
+
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "type" | "name" | "date" | "quantity" | "base" | "order" | "customer", ...("number" | "type" | "name" | "date" | "quantity" | "base" | "order" | "customer")[]]>, "many">, ("number" | "type" | "name" | "date" | "quantity" | "base" | "order" | "customer")[], ("number" | "type" | "name" | "date" | "quantity" | "base" | "order" | "customer")[]>;
|
|
3322
3349
|
filters: z.ZodObject<Omit<{
|
|
3323
3350
|
page: z.ZodNumber;
|
|
3324
3351
|
customer: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("../expenditure").ExpenditureTypeEnum>>>;
|
|
@@ -3358,6 +3385,7 @@ export declare const CreateExcelExportRequestSchema: z.ZodDiscriminatedUnion<"re
|
|
|
3358
3385
|
customer?: import("../expenditure").ExpenditureTypeEnum | null | undefined;
|
|
3359
3386
|
};
|
|
3360
3387
|
reportType: ExcelExportReportType.warehouseConsumptionList;
|
|
3388
|
+
columns: ("number" | "type" | "name" | "date" | "quantity" | "base" | "order" | "customer")[];
|
|
3361
3389
|
}, {
|
|
3362
3390
|
filters: {
|
|
3363
3391
|
dateRange: {
|
|
@@ -3368,8 +3396,10 @@ export declare const CreateExcelExportRequestSchema: z.ZodDiscriminatedUnion<"re
|
|
|
3368
3396
|
customer?: import("../expenditure").ExpenditureTypeEnum | null | undefined;
|
|
3369
3397
|
};
|
|
3370
3398
|
reportType: ExcelExportReportType.warehouseConsumptionList;
|
|
3399
|
+
columns: ("number" | "type" | "name" | "date" | "quantity" | "base" | "order" | "customer")[];
|
|
3371
3400
|
}>, z.ZodObject<{
|
|
3372
3401
|
reportType: z.ZodLiteral<ExcelExportReportType.orderToWayList>;
|
|
3402
|
+
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "provider" | "date" | "order" | "sum" | "bill", ...("number" | "provider" | "date" | "order" | "sum" | "bill")[]]>, "many">, ("number" | "provider" | "date" | "order" | "sum" | "bill")[], ("number" | "provider" | "date" | "order" | "sum" | "bill")[]>;
|
|
3373
3403
|
filters: z.ZodObject<Omit<{
|
|
3374
3404
|
page: z.ZodNumber;
|
|
3375
3405
|
searchString: z.ZodOptional<z.ZodString>;
|
|
@@ -3414,6 +3444,7 @@ export declare const CreateExcelExportRequestSchema: z.ZodDiscriminatedUnion<"re
|
|
|
3414
3444
|
selectedIds?: number[] | undefined;
|
|
3415
3445
|
};
|
|
3416
3446
|
reportType: ExcelExportReportType.orderToWayList;
|
|
3447
|
+
columns: ("number" | "provider" | "date" | "order" | "sum" | "bill")[];
|
|
3417
3448
|
}, {
|
|
3418
3449
|
filters: {
|
|
3419
3450
|
type: 1 | 2 | 3;
|
|
@@ -3425,8 +3456,10 @@ export declare const CreateExcelExportRequestSchema: z.ZodDiscriminatedUnion<"re
|
|
|
3425
3456
|
selectedIds?: number[] | undefined;
|
|
3426
3457
|
};
|
|
3427
3458
|
reportType: ExcelExportReportType.orderToWayList;
|
|
3459
|
+
columns: ("number" | "provider" | "date" | "order" | "sum" | "bill")[];
|
|
3428
3460
|
}>, z.ZodObject<{
|
|
3429
3461
|
reportType: z.ZodLiteral<ExcelExportReportType.warehouseReceiptList>;
|
|
3462
|
+
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "provider" | "waybill" | "date" | "base" | "order" | "sum", ...("number" | "provider" | "waybill" | "date" | "base" | "order" | "sum")[]]>, "many">, ("number" | "provider" | "waybill" | "date" | "base" | "order" | "sum")[], ("number" | "provider" | "waybill" | "date" | "base" | "order" | "sum")[]>;
|
|
3430
3463
|
filters: z.ZodObject<Omit<{
|
|
3431
3464
|
page: z.ZodNumber;
|
|
3432
3465
|
searchString: z.ZodOptional<z.ZodString>;
|
|
@@ -3467,6 +3500,7 @@ export declare const CreateExcelExportRequestSchema: z.ZodDiscriminatedUnion<"re
|
|
|
3467
3500
|
} | undefined;
|
|
3468
3501
|
};
|
|
3469
3502
|
reportType: ExcelExportReportType.warehouseReceiptList;
|
|
3503
|
+
columns: ("number" | "provider" | "waybill" | "date" | "base" | "order" | "sum")[];
|
|
3470
3504
|
}, {
|
|
3471
3505
|
filters: {
|
|
3472
3506
|
typeComing: WaybilTypeComingEnums;
|
|
@@ -3477,8 +3511,10 @@ export declare const CreateExcelExportRequestSchema: z.ZodDiscriminatedUnion<"re
|
|
|
3477
3511
|
} | undefined;
|
|
3478
3512
|
};
|
|
3479
3513
|
reportType: ExcelExportReportType.warehouseReceiptList;
|
|
3514
|
+
columns: ("number" | "provider" | "waybill" | "date" | "base" | "order" | "sum")[];
|
|
3480
3515
|
}>, z.ZodObject<{
|
|
3481
3516
|
reportType: z.ZodLiteral<ExcelExportReportType.movementObjectList>;
|
|
3517
|
+
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "type" | "user" | "name" | "date" | "base" | "before" | "movement" | "remainder", ...("number" | "type" | "user" | "name" | "date" | "base" | "before" | "movement" | "remainder")[]]>, "many">, ("number" | "type" | "user" | "name" | "date" | "base" | "before" | "movement" | "remainder")[], ("number" | "type" | "user" | "name" | "date" | "base" | "before" | "movement" | "remainder")[]>;
|
|
3482
3518
|
filters: z.ZodEffects<z.ZodObject<{
|
|
3483
3519
|
byParents: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3484
3520
|
productIds: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -3566,6 +3602,7 @@ export declare const CreateExcelExportRequestSchema: z.ZodDiscriminatedUnion<"re
|
|
|
3566
3602
|
} | null | undefined;
|
|
3567
3603
|
};
|
|
3568
3604
|
reportType: ExcelExportReportType.movementObjectList;
|
|
3605
|
+
columns: ("number" | "type" | "user" | "name" | "date" | "base" | "before" | "movement" | "remainder")[];
|
|
3569
3606
|
}, {
|
|
3570
3607
|
filters: {
|
|
3571
3608
|
date: {
|
|
@@ -3580,6 +3617,7 @@ export declare const CreateExcelExportRequestSchema: z.ZodDiscriminatedUnion<"re
|
|
|
3580
3617
|
} | null | undefined;
|
|
3581
3618
|
};
|
|
3582
3619
|
reportType: ExcelExportReportType.movementObjectList;
|
|
3620
|
+
columns: ("number" | "type" | "user" | "name" | "date" | "base" | "before" | "movement" | "remainder")[];
|
|
3583
3621
|
}>]>;
|
|
3584
3622
|
export declare const CreateExcelExportDtoZod: z.ZodEffects<z.ZodObject<{
|
|
3585
3623
|
reportType: z.ZodNativeEnum<typeof ExcelExportReportType>;
|
|
@@ -3729,7 +3767,7 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
3729
3767
|
columns: ("number" | "type" | "designation" | "name" | "image" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "readinessToComplectation" | "completionToBuild" | "timeComplete")[];
|
|
3730
3768
|
}>, z.ZodObject<{
|
|
3731
3769
|
reportType: z.ZodLiteral<ExcelExportReportType.assemblyOperationList>;
|
|
3732
|
-
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "
|
|
3770
|
+
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "remainder" | "maked" | "auxTime" | "dateExecution" | "countOfComplete" | "executor", ...("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "remainder" | "maked" | "auxTime" | "dateExecution" | "countOfComplete" | "executor")[]]>, "many">, ("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "remainder" | "maked" | "auxTime" | "dateExecution" | "countOfComplete" | "executor")[], ("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "remainder" | "maked" | "auxTime" | "dateExecution" | "countOfComplete" | "executor")[]>;
|
|
3733
3771
|
filters: z.ZodObject<Omit<{
|
|
3734
3772
|
page: z.ZodNumber;
|
|
3735
3773
|
operationId: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -3781,7 +3819,7 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
3781
3819
|
byOrder?: import("..").IFiltersByByOrder | null | undefined;
|
|
3782
3820
|
};
|
|
3783
3821
|
reportType: ExcelExportReportType.assemblyOperationList;
|
|
3784
|
-
columns: ("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "
|
|
3822
|
+
columns: ("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "remainder" | "maked" | "auxTime" | "dateExecution" | "countOfComplete" | "executor")[];
|
|
3785
3823
|
}, {
|
|
3786
3824
|
filters: {
|
|
3787
3825
|
status: import("../utils").AssembleStatus;
|
|
@@ -3795,10 +3833,10 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
3795
3833
|
byOrder?: import("..").IFiltersByByOrder | null | undefined;
|
|
3796
3834
|
};
|
|
3797
3835
|
reportType: ExcelExportReportType.assemblyOperationList;
|
|
3798
|
-
columns: ("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "
|
|
3836
|
+
columns: ("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "remainder" | "maked" | "auxTime" | "dateExecution" | "countOfComplete" | "executor")[];
|
|
3799
3837
|
}>, z.ZodObject<{
|
|
3800
3838
|
reportType: z.ZodLiteral<ExcelExportReportType.operationPath>;
|
|
3801
|
-
columns: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "operation" | "startTime" | "totalTime" | "
|
|
3839
|
+
columns: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "operation" | "startTime" | "totalTime" | "calculatedTime" | "remainder" | "maked" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "unitTime" | "remainingTime" | "completionPercent", ...("number" | "operation" | "startTime" | "totalTime" | "calculatedTime" | "remainder" | "maked" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "unitTime" | "remainingTime" | "completionPercent")[]]>, "many">, ("number" | "operation" | "startTime" | "totalTime" | "calculatedTime" | "remainder" | "maked" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "unitTime" | "remainingTime" | "completionPercent")[], ("number" | "operation" | "startTime" | "totalTime" | "calculatedTime" | "remainder" | "maked" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "unitTime" | "remainingTime" | "completionPercent")[]>>;
|
|
3802
3840
|
filters: z.ZodObject<{
|
|
3803
3841
|
sourceType: z.ZodNativeEnum<typeof OperationPathExcelExportSourceType>;
|
|
3804
3842
|
sourceId: z.ZodNumber;
|
|
@@ -3815,14 +3853,14 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
3815
3853
|
sourceId: number;
|
|
3816
3854
|
};
|
|
3817
3855
|
reportType: ExcelExportReportType.operationPath;
|
|
3818
|
-
columns?: ("number" | "operation" | "startTime" | "totalTime" | "
|
|
3856
|
+
columns?: ("number" | "operation" | "startTime" | "totalTime" | "calculatedTime" | "remainder" | "maked" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "unitTime" | "remainingTime" | "completionPercent")[] | undefined;
|
|
3819
3857
|
}, {
|
|
3820
3858
|
filters: {
|
|
3821
3859
|
sourceType: OperationPathExcelExportSourceType;
|
|
3822
3860
|
sourceId: number;
|
|
3823
3861
|
};
|
|
3824
3862
|
reportType: ExcelExportReportType.operationPath;
|
|
3825
|
-
columns?: ("number" | "operation" | "startTime" | "totalTime" | "
|
|
3863
|
+
columns?: ("number" | "operation" | "startTime" | "totalTime" | "calculatedTime" | "remainder" | "maked" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "unitTime" | "remainingTime" | "completionPercent")[] | undefined;
|
|
3826
3864
|
}>, z.ZodObject<{
|
|
3827
3865
|
reportType: z.ZodLiteral<ExcelExportReportType.assemblyStockOrderList>;
|
|
3828
3866
|
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "type" | "designation" | "name" | "image" | "deficit" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "orderedByPz" | "warehouseReadyDate" | "orderDemand" | "countOfSclad", ...("number" | "type" | "designation" | "name" | "image" | "deficit" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "orderedByPz" | "warehouseReadyDate" | "orderDemand" | "countOfSclad")[]]>, "many">, ("number" | "type" | "designation" | "name" | "image" | "deficit" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "orderedByPz" | "warehouseReadyDate" | "orderDemand" | "countOfSclad")[], ("number" | "type" | "designation" | "name" | "image" | "deficit" | "ordered" | "calculatedCreateTime" | "calculateNeedsTime" | "productionDelay" | "startTimeDelay" | "startTime" | "complectataionReadiness" | "orderedByPz" | "warehouseReadyDate" | "orderDemand" | "countOfSclad")[]>;
|
|
@@ -4258,7 +4296,7 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
4258
4296
|
columns: ("number" | "type" | "operation" | "designation" | "name" | "date" | "image" | "quantity" | "tabelNumber" | "employee" | "oneItemPreTime" | "oneItemAuxTime" | "oneItemMachTime" | "batchPreTime" | "batchAuxTime" | "batchMachTime" | "allTime")[];
|
|
4259
4297
|
}>, z.ZodObject<{
|
|
4260
4298
|
reportType: z.ZodLiteral<ExcelExportReportType.productDeficitList>;
|
|
4261
|
-
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "
|
|
4299
|
+
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining", ...("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[]]>, "many">, ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[], ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[]>;
|
|
4262
4300
|
filters: z.ZodObject<Omit<{
|
|
4263
4301
|
productIds: z.ZodArray<z.ZodNumber, "many">;
|
|
4264
4302
|
statusWorking: z.ZodNativeEnum<typeof import("../utils").statusWorkingsDeficit>;
|
|
@@ -4314,7 +4352,7 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
4314
4352
|
shipmentIds?: number[] | null | undefined;
|
|
4315
4353
|
};
|
|
4316
4354
|
reportType: ExcelExportReportType.productDeficitList;
|
|
4317
|
-
columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "
|
|
4355
|
+
columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[];
|
|
4318
4356
|
}, {
|
|
4319
4357
|
filters: {
|
|
4320
4358
|
searchString: string;
|
|
@@ -4329,7 +4367,7 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
4329
4367
|
shipmentIds?: number[] | null | undefined;
|
|
4330
4368
|
};
|
|
4331
4369
|
reportType: ExcelExportReportType.productDeficitList;
|
|
4332
|
-
columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "
|
|
4370
|
+
columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[];
|
|
4333
4371
|
}>, z.ZodObject<{
|
|
4334
4372
|
reportType: z.ZodLiteral<ExcelExportReportType.cbedDeficitList>;
|
|
4335
4373
|
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining", ...("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[]]>, "many">, ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[], ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[]>;
|
|
@@ -4480,7 +4518,7 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
4480
4518
|
columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining" | "cnc" | "deficitWithProduction")[];
|
|
4481
4519
|
}>, z.ZodObject<{
|
|
4482
4520
|
reportType: z.ZodLiteral<ExcelExportReportType.materialDeficitList>;
|
|
4483
|
-
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "
|
|
4521
|
+
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming", ...("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming")[]]>, "many">, ("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming")[], ("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming")[]>;
|
|
4484
4522
|
filters: z.ZodObject<Omit<{
|
|
4485
4523
|
materialIds: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
4486
4524
|
typeMaterialIds: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -4540,7 +4578,7 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
4540
4578
|
warehouseReadinessDateFilter?: import("../utils").WarehouseReadinessDateFilterEnum | undefined;
|
|
4541
4579
|
};
|
|
4542
4580
|
reportType: ExcelExportReportType.materialDeficitList;
|
|
4543
|
-
columns: ("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "
|
|
4581
|
+
columns: ("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming")[];
|
|
4544
4582
|
}, {
|
|
4545
4583
|
filters: {
|
|
4546
4584
|
sort?: {
|
|
@@ -4556,9 +4594,10 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
4556
4594
|
subTypeMaterialIds?: number[] | undefined;
|
|
4557
4595
|
};
|
|
4558
4596
|
reportType: ExcelExportReportType.materialDeficitList;
|
|
4559
|
-
columns: ("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "
|
|
4597
|
+
columns: ("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming")[];
|
|
4560
4598
|
}>, z.ZodObject<{
|
|
4561
4599
|
reportType: z.ZodLiteral<ExcelExportReportType.warehouseShipmentList>;
|
|
4600
|
+
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime", ...("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[]]>, "many">, ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[], ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[]>;
|
|
4562
4601
|
filters: z.ZodObject<Omit<{
|
|
4563
4602
|
offset: z.ZodNumber;
|
|
4564
4603
|
parentId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -4633,6 +4672,7 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
4633
4672
|
companyId?: number | null | undefined;
|
|
4634
4673
|
};
|
|
4635
4674
|
reportType: ExcelExportReportType.warehouseShipmentList;
|
|
4675
|
+
columns: ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[];
|
|
4636
4676
|
}, {
|
|
4637
4677
|
filters: {
|
|
4638
4678
|
status: import("../utils").statusShipment[];
|
|
@@ -4650,8 +4690,10 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
4650
4690
|
companyId?: number | null | undefined;
|
|
4651
4691
|
};
|
|
4652
4692
|
reportType: ExcelExportReportType.warehouseShipmentList;
|
|
4693
|
+
columns: ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[];
|
|
4653
4694
|
}>, z.ZodObject<{
|
|
4654
4695
|
reportType: z.ZodLiteral<ExcelExportReportType.shippedOrderList>;
|
|
4696
|
+
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "buyer" | "shipment" | "name" | "date" | "order" | "article", ...("number" | "buyer" | "shipment" | "name" | "date" | "order" | "article")[]]>, "many">, ("number" | "buyer" | "shipment" | "name" | "date" | "order" | "article")[], ("number" | "buyer" | "shipment" | "name" | "date" | "order" | "article")[]>;
|
|
4655
4697
|
filters: z.ZodObject<Omit<{
|
|
4656
4698
|
page: z.ZodNumber;
|
|
4657
4699
|
searchString: z.ZodOptional<z.ZodString>;
|
|
@@ -4687,6 +4729,7 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
4687
4729
|
searchString?: string | undefined;
|
|
4688
4730
|
};
|
|
4689
4731
|
reportType: ExcelExportReportType.shippedOrderList;
|
|
4732
|
+
columns: ("number" | "buyer" | "shipment" | "name" | "date" | "order" | "article")[];
|
|
4690
4733
|
}, {
|
|
4691
4734
|
filters: {
|
|
4692
4735
|
dateRange: {
|
|
@@ -4696,8 +4739,10 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
4696
4739
|
searchString?: string | undefined;
|
|
4697
4740
|
};
|
|
4698
4741
|
reportType: ExcelExportReportType.shippedOrderList;
|
|
4742
|
+
columns: ("number" | "buyer" | "shipment" | "name" | "date" | "order" | "article")[];
|
|
4699
4743
|
}>, z.ZodObject<{
|
|
4700
4744
|
reportType: z.ZodLiteral<ExcelExportReportType.warehouseConsumptionList>;
|
|
4745
|
+
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "type" | "name" | "date" | "quantity" | "base" | "order" | "customer", ...("number" | "type" | "name" | "date" | "quantity" | "base" | "order" | "customer")[]]>, "many">, ("number" | "type" | "name" | "date" | "quantity" | "base" | "order" | "customer")[], ("number" | "type" | "name" | "date" | "quantity" | "base" | "order" | "customer")[]>;
|
|
4701
4746
|
filters: z.ZodObject<Omit<{
|
|
4702
4747
|
page: z.ZodNumber;
|
|
4703
4748
|
customer: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("../expenditure").ExpenditureTypeEnum>>>;
|
|
@@ -4737,6 +4782,7 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
4737
4782
|
customer?: import("../expenditure").ExpenditureTypeEnum | null | undefined;
|
|
4738
4783
|
};
|
|
4739
4784
|
reportType: ExcelExportReportType.warehouseConsumptionList;
|
|
4785
|
+
columns: ("number" | "type" | "name" | "date" | "quantity" | "base" | "order" | "customer")[];
|
|
4740
4786
|
}, {
|
|
4741
4787
|
filters: {
|
|
4742
4788
|
dateRange: {
|
|
@@ -4747,8 +4793,10 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
4747
4793
|
customer?: import("../expenditure").ExpenditureTypeEnum | null | undefined;
|
|
4748
4794
|
};
|
|
4749
4795
|
reportType: ExcelExportReportType.warehouseConsumptionList;
|
|
4796
|
+
columns: ("number" | "type" | "name" | "date" | "quantity" | "base" | "order" | "customer")[];
|
|
4750
4797
|
}>, z.ZodObject<{
|
|
4751
4798
|
reportType: z.ZodLiteral<ExcelExportReportType.orderToWayList>;
|
|
4799
|
+
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "provider" | "date" | "order" | "sum" | "bill", ...("number" | "provider" | "date" | "order" | "sum" | "bill")[]]>, "many">, ("number" | "provider" | "date" | "order" | "sum" | "bill")[], ("number" | "provider" | "date" | "order" | "sum" | "bill")[]>;
|
|
4752
4800
|
filters: z.ZodObject<Omit<{
|
|
4753
4801
|
page: z.ZodNumber;
|
|
4754
4802
|
searchString: z.ZodOptional<z.ZodString>;
|
|
@@ -4793,6 +4841,7 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
4793
4841
|
selectedIds?: number[] | undefined;
|
|
4794
4842
|
};
|
|
4795
4843
|
reportType: ExcelExportReportType.orderToWayList;
|
|
4844
|
+
columns: ("number" | "provider" | "date" | "order" | "sum" | "bill")[];
|
|
4796
4845
|
}, {
|
|
4797
4846
|
filters: {
|
|
4798
4847
|
type: 1 | 2 | 3;
|
|
@@ -4804,8 +4853,10 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
4804
4853
|
selectedIds?: number[] | undefined;
|
|
4805
4854
|
};
|
|
4806
4855
|
reportType: ExcelExportReportType.orderToWayList;
|
|
4856
|
+
columns: ("number" | "provider" | "date" | "order" | "sum" | "bill")[];
|
|
4807
4857
|
}>, z.ZodObject<{
|
|
4808
4858
|
reportType: z.ZodLiteral<ExcelExportReportType.warehouseReceiptList>;
|
|
4859
|
+
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "provider" | "waybill" | "date" | "base" | "order" | "sum", ...("number" | "provider" | "waybill" | "date" | "base" | "order" | "sum")[]]>, "many">, ("number" | "provider" | "waybill" | "date" | "base" | "order" | "sum")[], ("number" | "provider" | "waybill" | "date" | "base" | "order" | "sum")[]>;
|
|
4809
4860
|
filters: z.ZodObject<Omit<{
|
|
4810
4861
|
page: z.ZodNumber;
|
|
4811
4862
|
searchString: z.ZodOptional<z.ZodString>;
|
|
@@ -4846,6 +4897,7 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
4846
4897
|
} | undefined;
|
|
4847
4898
|
};
|
|
4848
4899
|
reportType: ExcelExportReportType.warehouseReceiptList;
|
|
4900
|
+
columns: ("number" | "provider" | "waybill" | "date" | "base" | "order" | "sum")[];
|
|
4849
4901
|
}, {
|
|
4850
4902
|
filters: {
|
|
4851
4903
|
typeComing: WaybilTypeComingEnums;
|
|
@@ -4856,8 +4908,10 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
4856
4908
|
} | undefined;
|
|
4857
4909
|
};
|
|
4858
4910
|
reportType: ExcelExportReportType.warehouseReceiptList;
|
|
4911
|
+
columns: ("number" | "provider" | "waybill" | "date" | "base" | "order" | "sum")[];
|
|
4859
4912
|
}>, z.ZodObject<{
|
|
4860
4913
|
reportType: z.ZodLiteral<ExcelExportReportType.movementObjectList>;
|
|
4914
|
+
columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "type" | "user" | "name" | "date" | "base" | "before" | "movement" | "remainder", ...("number" | "type" | "user" | "name" | "date" | "base" | "before" | "movement" | "remainder")[]]>, "many">, ("number" | "type" | "user" | "name" | "date" | "base" | "before" | "movement" | "remainder")[], ("number" | "type" | "user" | "name" | "date" | "base" | "before" | "movement" | "remainder")[]>;
|
|
4861
4915
|
filters: z.ZodEffects<z.ZodObject<{
|
|
4862
4916
|
byParents: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4863
4917
|
productIds: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -4945,6 +4999,7 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
4945
4999
|
} | null | undefined;
|
|
4946
5000
|
};
|
|
4947
5001
|
reportType: ExcelExportReportType.movementObjectList;
|
|
5002
|
+
columns: ("number" | "type" | "user" | "name" | "date" | "base" | "before" | "movement" | "remainder")[];
|
|
4948
5003
|
}, {
|
|
4949
5004
|
filters: {
|
|
4950
5005
|
date: {
|
|
@@ -4959,6 +5014,7 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
4959
5014
|
} | null | undefined;
|
|
4960
5015
|
};
|
|
4961
5016
|
reportType: ExcelExportReportType.movementObjectList;
|
|
5017
|
+
columns: ("number" | "type" | "user" | "name" | "date" | "base" | "before" | "movement" | "remainder")[];
|
|
4962
5018
|
}>]>;
|
|
4963
5019
|
}, "strip", z.ZodTypeAny, {
|
|
4964
5020
|
userId: number;
|
|
@@ -5066,14 +5122,14 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
5066
5122
|
byOrder?: import("..").IFiltersByByOrder | null | undefined;
|
|
5067
5123
|
};
|
|
5068
5124
|
reportType: ExcelExportReportType.assemblyOperationList;
|
|
5069
|
-
columns: ("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "
|
|
5125
|
+
columns: ("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "remainder" | "maked" | "auxTime" | "dateExecution" | "countOfComplete" | "executor")[];
|
|
5070
5126
|
} | {
|
|
5071
5127
|
filters: {
|
|
5072
5128
|
sourceType: OperationPathExcelExportSourceType;
|
|
5073
5129
|
sourceId: number;
|
|
5074
5130
|
};
|
|
5075
5131
|
reportType: ExcelExportReportType.operationPath;
|
|
5076
|
-
columns?: ("number" | "operation" | "startTime" | "totalTime" | "
|
|
5132
|
+
columns?: ("number" | "operation" | "startTime" | "totalTime" | "calculatedTime" | "remainder" | "maked" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "unitTime" | "remainingTime" | "completionPercent")[] | undefined;
|
|
5077
5133
|
} | {
|
|
5078
5134
|
filters: {
|
|
5079
5135
|
type: import("../utils").AssembleIzdEnum | null;
|
|
@@ -5104,7 +5160,7 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
5104
5160
|
shipmentIds?: number[] | null | undefined;
|
|
5105
5161
|
};
|
|
5106
5162
|
reportType: ExcelExportReportType.productDeficitList;
|
|
5107
|
-
columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "
|
|
5163
|
+
columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[];
|
|
5108
5164
|
} | {
|
|
5109
5165
|
filters: {
|
|
5110
5166
|
sort: {
|
|
@@ -5150,7 +5206,7 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
5150
5206
|
warehouseReadinessDateFilter?: import("../utils").WarehouseReadinessDateFilterEnum | undefined;
|
|
5151
5207
|
};
|
|
5152
5208
|
reportType: ExcelExportReportType.materialDeficitList;
|
|
5153
|
-
columns: ("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "
|
|
5209
|
+
columns: ("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming")[];
|
|
5154
5210
|
} | {
|
|
5155
5211
|
filters: {
|
|
5156
5212
|
sort: {
|
|
@@ -5168,6 +5224,7 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
5168
5224
|
companyId?: number | null | undefined;
|
|
5169
5225
|
};
|
|
5170
5226
|
reportType: ExcelExportReportType.warehouseShipmentList;
|
|
5227
|
+
columns: ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[];
|
|
5171
5228
|
} | {
|
|
5172
5229
|
filters: {
|
|
5173
5230
|
dateRange: {
|
|
@@ -5177,6 +5234,7 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
5177
5234
|
searchString?: string | undefined;
|
|
5178
5235
|
};
|
|
5179
5236
|
reportType: ExcelExportReportType.shippedOrderList;
|
|
5237
|
+
columns: ("number" | "buyer" | "shipment" | "name" | "date" | "order" | "article")[];
|
|
5180
5238
|
} | {
|
|
5181
5239
|
filters: {
|
|
5182
5240
|
dateRange: {
|
|
@@ -5187,6 +5245,7 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
5187
5245
|
customer?: import("../expenditure").ExpenditureTypeEnum | null | undefined;
|
|
5188
5246
|
};
|
|
5189
5247
|
reportType: ExcelExportReportType.warehouseConsumptionList;
|
|
5248
|
+
columns: ("number" | "type" | "name" | "date" | "quantity" | "base" | "order" | "customer")[];
|
|
5190
5249
|
} | {
|
|
5191
5250
|
filters: {
|
|
5192
5251
|
type: 1 | 2 | 3;
|
|
@@ -5198,6 +5257,7 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
5198
5257
|
selectedIds?: number[] | undefined;
|
|
5199
5258
|
};
|
|
5200
5259
|
reportType: ExcelExportReportType.orderToWayList;
|
|
5260
|
+
columns: ("number" | "provider" | "date" | "order" | "sum" | "bill")[];
|
|
5201
5261
|
} | {
|
|
5202
5262
|
filters: {
|
|
5203
5263
|
typeComing: WaybilTypeComingEnums;
|
|
@@ -5208,6 +5268,7 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
5208
5268
|
} | undefined;
|
|
5209
5269
|
};
|
|
5210
5270
|
reportType: ExcelExportReportType.warehouseReceiptList;
|
|
5271
|
+
columns: ("number" | "provider" | "waybill" | "date" | "base" | "order" | "sum")[];
|
|
5211
5272
|
} | {
|
|
5212
5273
|
filters: {
|
|
5213
5274
|
date: {
|
|
@@ -5222,6 +5283,7 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
5222
5283
|
} | null | undefined;
|
|
5223
5284
|
};
|
|
5224
5285
|
reportType: ExcelExportReportType.movementObjectList;
|
|
5286
|
+
columns: ("number" | "type" | "user" | "name" | "date" | "base" | "before" | "movement" | "remainder")[];
|
|
5225
5287
|
};
|
|
5226
5288
|
}, {
|
|
5227
5289
|
userId: number;
|
|
@@ -5329,14 +5391,14 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
5329
5391
|
byOrder?: import("..").IFiltersByByOrder | null | undefined;
|
|
5330
5392
|
};
|
|
5331
5393
|
reportType: ExcelExportReportType.assemblyOperationList;
|
|
5332
|
-
columns: ("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "
|
|
5394
|
+
columns: ("number" | "type" | "status" | "designation" | "name" | "preTime" | "mainTime" | "image" | "count" | "remainder" | "maked" | "auxTime" | "dateExecution" | "countOfComplete" | "executor")[];
|
|
5333
5395
|
} | {
|
|
5334
5396
|
filters: {
|
|
5335
5397
|
sourceType: OperationPathExcelExportSourceType;
|
|
5336
5398
|
sourceId: number;
|
|
5337
5399
|
};
|
|
5338
5400
|
reportType: ExcelExportReportType.operationPath;
|
|
5339
|
-
columns?: ("number" | "operation" | "startTime" | "totalTime" | "
|
|
5401
|
+
columns?: ("number" | "operation" | "startTime" | "totalTime" | "calculatedTime" | "remainder" | "maked" | "dateExecution" | "countOfComplete" | "executor" | "requiredTime" | "unitTime" | "remainingTime" | "completionPercent")[] | undefined;
|
|
5340
5402
|
} | {
|
|
5341
5403
|
filters: {
|
|
5342
5404
|
searchString: string;
|
|
@@ -5367,7 +5429,7 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
5367
5429
|
shipmentIds?: number[] | null | undefined;
|
|
5368
5430
|
};
|
|
5369
5431
|
reportType: ExcelExportReportType.productDeficitList;
|
|
5370
|
-
columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "
|
|
5432
|
+
columns: ("number" | "status" | "designation" | "name" | "deficit" | "minRemaining" | "ordered" | "warehouseReadinessDate" | "article" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "timeNorm" | "ownQuantity" | "realRemaining")[];
|
|
5371
5433
|
} | {
|
|
5372
5434
|
filters: {
|
|
5373
5435
|
searchString: string;
|
|
@@ -5413,7 +5475,7 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
5413
5475
|
subTypeMaterialIds?: number[] | undefined;
|
|
5414
5476
|
};
|
|
5415
5477
|
reportType: ExcelExportReportType.materialDeficitList;
|
|
5416
|
-
columns: ("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "
|
|
5478
|
+
columns: ("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming")[];
|
|
5417
5479
|
} | {
|
|
5418
5480
|
filters: {
|
|
5419
5481
|
status: import("../utils").statusShipment[];
|
|
@@ -5431,6 +5493,7 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
5431
5493
|
companyId?: number | null | undefined;
|
|
5432
5494
|
};
|
|
5433
5495
|
reportType: ExcelExportReportType.warehouseShipmentList;
|
|
5496
|
+
columns: ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[];
|
|
5434
5497
|
} | {
|
|
5435
5498
|
filters: {
|
|
5436
5499
|
dateRange: {
|
|
@@ -5440,6 +5503,7 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
5440
5503
|
searchString?: string | undefined;
|
|
5441
5504
|
};
|
|
5442
5505
|
reportType: ExcelExportReportType.shippedOrderList;
|
|
5506
|
+
columns: ("number" | "buyer" | "shipment" | "name" | "date" | "order" | "article")[];
|
|
5443
5507
|
} | {
|
|
5444
5508
|
filters: {
|
|
5445
5509
|
dateRange: {
|
|
@@ -5450,6 +5514,7 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
5450
5514
|
customer?: import("../expenditure").ExpenditureTypeEnum | null | undefined;
|
|
5451
5515
|
};
|
|
5452
5516
|
reportType: ExcelExportReportType.warehouseConsumptionList;
|
|
5517
|
+
columns: ("number" | "type" | "name" | "date" | "quantity" | "base" | "order" | "customer")[];
|
|
5453
5518
|
} | {
|
|
5454
5519
|
filters: {
|
|
5455
5520
|
type: 1 | 2 | 3;
|
|
@@ -5461,6 +5526,7 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
5461
5526
|
selectedIds?: number[] | undefined;
|
|
5462
5527
|
};
|
|
5463
5528
|
reportType: ExcelExportReportType.orderToWayList;
|
|
5529
|
+
columns: ("number" | "provider" | "date" | "order" | "sum" | "bill")[];
|
|
5464
5530
|
} | {
|
|
5465
5531
|
filters: {
|
|
5466
5532
|
typeComing: WaybilTypeComingEnums;
|
|
@@ -5471,6 +5537,7 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
5471
5537
|
} | undefined;
|
|
5472
5538
|
};
|
|
5473
5539
|
reportType: ExcelExportReportType.warehouseReceiptList;
|
|
5540
|
+
columns: ("number" | "provider" | "waybill" | "date" | "base" | "order" | "sum")[];
|
|
5474
5541
|
} | {
|
|
5475
5542
|
filters: {
|
|
5476
5543
|
date: {
|
|
@@ -5485,6 +5552,7 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
|
|
|
5485
5552
|
} | null | undefined;
|
|
5486
5553
|
};
|
|
5487
5554
|
reportType: ExcelExportReportType.movementObjectList;
|
|
5555
|
+
columns: ("number" | "type" | "user" | "name" | "date" | "base" | "before" | "movement" | "remainder")[];
|
|
5488
5556
|
};
|
|
5489
5557
|
}>;
|
|
5490
5558
|
export declare const ExcelExportResultSchema: z.ZodObject<{
|
|
@@ -5492,17 +5560,225 @@ export declare const ExcelExportResultSchema: z.ZodObject<{
|
|
|
5492
5560
|
fileName: z.ZodString;
|
|
5493
5561
|
contentType: z.ZodString;
|
|
5494
5562
|
rowCount: z.ZodNumber;
|
|
5563
|
+
sizeBytes: z.ZodOptional<z.ZodNumber>;
|
|
5495
5564
|
}, "strip", z.ZodTypeAny, {
|
|
5496
5565
|
rowCount: number;
|
|
5497
5566
|
objectName: string;
|
|
5498
5567
|
fileName: string;
|
|
5499
5568
|
contentType: string;
|
|
5569
|
+
sizeBytes?: number | undefined;
|
|
5500
5570
|
}, {
|
|
5501
5571
|
rowCount: number;
|
|
5502
5572
|
objectName: string;
|
|
5503
5573
|
fileName: string;
|
|
5504
5574
|
contentType: string;
|
|
5575
|
+
sizeBytes?: number | undefined;
|
|
5505
5576
|
}>;
|
|
5577
|
+
/** Срок считается от готовности, скачивания не продлевают хранение. */
|
|
5578
|
+
export declare const EXCEL_EXPORT_RETENTION_MS: number;
|
|
5579
|
+
export declare const ExcelExportHistoryEntrySchema: z.ZodObject<{
|
|
5580
|
+
id: z.ZodString;
|
|
5581
|
+
status: z.ZodNativeEnum<typeof ExcelExportStatus>;
|
|
5582
|
+
rowCount: z.ZodOptional<z.ZodNumber>;
|
|
5583
|
+
error: z.ZodOptional<z.ZodString>;
|
|
5584
|
+
} & {
|
|
5585
|
+
reportType: z.ZodNativeEnum<typeof ExcelExportReportType>;
|
|
5586
|
+
createdAt: z.ZodNumber;
|
|
5587
|
+
finishedAt: z.ZodOptional<z.ZodNumber>;
|
|
5588
|
+
expiresAt: z.ZodOptional<z.ZodNumber>;
|
|
5589
|
+
fileName: z.ZodOptional<z.ZodString>;
|
|
5590
|
+
sizeBytes: z.ZodOptional<z.ZodNumber>;
|
|
5591
|
+
}, "strip", z.ZodTypeAny, {
|
|
5592
|
+
status: ExcelExportStatus;
|
|
5593
|
+
id: string;
|
|
5594
|
+
createdAt: number;
|
|
5595
|
+
reportType: ExcelExportReportType;
|
|
5596
|
+
error?: string | undefined;
|
|
5597
|
+
rowCount?: number | undefined;
|
|
5598
|
+
fileName?: string | undefined;
|
|
5599
|
+
sizeBytes?: number | undefined;
|
|
5600
|
+
finishedAt?: number | undefined;
|
|
5601
|
+
expiresAt?: number | undefined;
|
|
5602
|
+
}, {
|
|
5603
|
+
status: ExcelExportStatus;
|
|
5604
|
+
id: string;
|
|
5605
|
+
createdAt: number;
|
|
5606
|
+
reportType: ExcelExportReportType;
|
|
5607
|
+
error?: string | undefined;
|
|
5608
|
+
rowCount?: number | undefined;
|
|
5609
|
+
fileName?: string | undefined;
|
|
5610
|
+
sizeBytes?: number | undefined;
|
|
5611
|
+
finishedAt?: number | undefined;
|
|
5612
|
+
expiresAt?: number | undefined;
|
|
5613
|
+
}>;
|
|
5614
|
+
export declare const ExcelExportHistoryRecordSchema: z.ZodObject<{
|
|
5615
|
+
id: z.ZodString;
|
|
5616
|
+
status: z.ZodNativeEnum<typeof ExcelExportStatus>;
|
|
5617
|
+
rowCount: z.ZodOptional<z.ZodNumber>;
|
|
5618
|
+
error: z.ZodOptional<z.ZodString>;
|
|
5619
|
+
} & {
|
|
5620
|
+
reportType: z.ZodNativeEnum<typeof ExcelExportReportType>;
|
|
5621
|
+
createdAt: z.ZodNumber;
|
|
5622
|
+
finishedAt: z.ZodOptional<z.ZodNumber>;
|
|
5623
|
+
expiresAt: z.ZodOptional<z.ZodNumber>;
|
|
5624
|
+
fileName: z.ZodOptional<z.ZodString>;
|
|
5625
|
+
sizeBytes: z.ZodOptional<z.ZodNumber>;
|
|
5626
|
+
} & {
|
|
5627
|
+
userId: z.ZodNumber;
|
|
5628
|
+
result: z.ZodOptional<z.ZodObject<{
|
|
5629
|
+
objectName: z.ZodString;
|
|
5630
|
+
fileName: z.ZodString;
|
|
5631
|
+
contentType: z.ZodString;
|
|
5632
|
+
rowCount: z.ZodNumber;
|
|
5633
|
+
sizeBytes: z.ZodOptional<z.ZodNumber>;
|
|
5634
|
+
}, "strip", z.ZodTypeAny, {
|
|
5635
|
+
rowCount: number;
|
|
5636
|
+
objectName: string;
|
|
5637
|
+
fileName: string;
|
|
5638
|
+
contentType: string;
|
|
5639
|
+
sizeBytes?: number | undefined;
|
|
5640
|
+
}, {
|
|
5641
|
+
rowCount: number;
|
|
5642
|
+
objectName: string;
|
|
5643
|
+
fileName: string;
|
|
5644
|
+
contentType: string;
|
|
5645
|
+
sizeBytes?: number | undefined;
|
|
5646
|
+
}>>;
|
|
5647
|
+
}, "strip", z.ZodTypeAny, {
|
|
5648
|
+
userId: number;
|
|
5649
|
+
status: ExcelExportStatus;
|
|
5650
|
+
id: string;
|
|
5651
|
+
createdAt: number;
|
|
5652
|
+
reportType: ExcelExportReportType;
|
|
5653
|
+
error?: string | undefined;
|
|
5654
|
+
result?: {
|
|
5655
|
+
rowCount: number;
|
|
5656
|
+
objectName: string;
|
|
5657
|
+
fileName: string;
|
|
5658
|
+
contentType: string;
|
|
5659
|
+
sizeBytes?: number | undefined;
|
|
5660
|
+
} | undefined;
|
|
5661
|
+
rowCount?: number | undefined;
|
|
5662
|
+
fileName?: string | undefined;
|
|
5663
|
+
sizeBytes?: number | undefined;
|
|
5664
|
+
finishedAt?: number | undefined;
|
|
5665
|
+
expiresAt?: number | undefined;
|
|
5666
|
+
}, {
|
|
5667
|
+
userId: number;
|
|
5668
|
+
status: ExcelExportStatus;
|
|
5669
|
+
id: string;
|
|
5670
|
+
createdAt: number;
|
|
5671
|
+
reportType: ExcelExportReportType;
|
|
5672
|
+
error?: string | undefined;
|
|
5673
|
+
result?: {
|
|
5674
|
+
rowCount: number;
|
|
5675
|
+
objectName: string;
|
|
5676
|
+
fileName: string;
|
|
5677
|
+
contentType: string;
|
|
5678
|
+
sizeBytes?: number | undefined;
|
|
5679
|
+
} | undefined;
|
|
5680
|
+
rowCount?: number | undefined;
|
|
5681
|
+
fileName?: string | undefined;
|
|
5682
|
+
sizeBytes?: number | undefined;
|
|
5683
|
+
finishedAt?: number | undefined;
|
|
5684
|
+
expiresAt?: number | undefined;
|
|
5685
|
+
}>;
|
|
5686
|
+
export declare const ExcelExportHistoryQuerySchema: z.ZodObject<{
|
|
5687
|
+
before: z.ZodOptional<z.ZodNumber>;
|
|
5688
|
+
}, "strip", z.ZodTypeAny, {
|
|
5689
|
+
before?: number | undefined;
|
|
5690
|
+
}, {
|
|
5691
|
+
before?: number | undefined;
|
|
5692
|
+
}>;
|
|
5693
|
+
export declare const ExcelExportHistorySchema: z.ZodObject<{
|
|
5694
|
+
rows: z.ZodArray<z.ZodObject<{
|
|
5695
|
+
id: z.ZodString;
|
|
5696
|
+
status: z.ZodNativeEnum<typeof ExcelExportStatus>;
|
|
5697
|
+
rowCount: z.ZodOptional<z.ZodNumber>;
|
|
5698
|
+
error: z.ZodOptional<z.ZodString>;
|
|
5699
|
+
} & {
|
|
5700
|
+
reportType: z.ZodNativeEnum<typeof ExcelExportReportType>;
|
|
5701
|
+
createdAt: z.ZodNumber;
|
|
5702
|
+
finishedAt: z.ZodOptional<z.ZodNumber>;
|
|
5703
|
+
expiresAt: z.ZodOptional<z.ZodNumber>;
|
|
5704
|
+
fileName: z.ZodOptional<z.ZodString>;
|
|
5705
|
+
sizeBytes: z.ZodOptional<z.ZodNumber>;
|
|
5706
|
+
}, "strip", z.ZodTypeAny, {
|
|
5707
|
+
status: ExcelExportStatus;
|
|
5708
|
+
id: string;
|
|
5709
|
+
createdAt: number;
|
|
5710
|
+
reportType: ExcelExportReportType;
|
|
5711
|
+
error?: string | undefined;
|
|
5712
|
+
rowCount?: number | undefined;
|
|
5713
|
+
fileName?: string | undefined;
|
|
5714
|
+
sizeBytes?: number | undefined;
|
|
5715
|
+
finishedAt?: number | undefined;
|
|
5716
|
+
expiresAt?: number | undefined;
|
|
5717
|
+
}, {
|
|
5718
|
+
status: ExcelExportStatus;
|
|
5719
|
+
id: string;
|
|
5720
|
+
createdAt: number;
|
|
5721
|
+
reportType: ExcelExportReportType;
|
|
5722
|
+
error?: string | undefined;
|
|
5723
|
+
rowCount?: number | undefined;
|
|
5724
|
+
fileName?: string | undefined;
|
|
5725
|
+
sizeBytes?: number | undefined;
|
|
5726
|
+
finishedAt?: number | undefined;
|
|
5727
|
+
expiresAt?: number | undefined;
|
|
5728
|
+
}>, "many">;
|
|
5729
|
+
nextCursor: z.ZodNullable<z.ZodNumber>;
|
|
5730
|
+
unreadCount: z.ZodNumber;
|
|
5731
|
+
activeCount: z.ZodNumber;
|
|
5732
|
+
}, "strip", z.ZodTypeAny, {
|
|
5733
|
+
rows: {
|
|
5734
|
+
status: ExcelExportStatus;
|
|
5735
|
+
id: string;
|
|
5736
|
+
createdAt: number;
|
|
5737
|
+
reportType: ExcelExportReportType;
|
|
5738
|
+
error?: string | undefined;
|
|
5739
|
+
rowCount?: number | undefined;
|
|
5740
|
+
fileName?: string | undefined;
|
|
5741
|
+
sizeBytes?: number | undefined;
|
|
5742
|
+
finishedAt?: number | undefined;
|
|
5743
|
+
expiresAt?: number | undefined;
|
|
5744
|
+
}[];
|
|
5745
|
+
nextCursor: number | null;
|
|
5746
|
+
unreadCount: number;
|
|
5747
|
+
activeCount: number;
|
|
5748
|
+
}, {
|
|
5749
|
+
rows: {
|
|
5750
|
+
status: ExcelExportStatus;
|
|
5751
|
+
id: string;
|
|
5752
|
+
createdAt: number;
|
|
5753
|
+
reportType: ExcelExportReportType;
|
|
5754
|
+
error?: string | undefined;
|
|
5755
|
+
rowCount?: number | undefined;
|
|
5756
|
+
fileName?: string | undefined;
|
|
5757
|
+
sizeBytes?: number | undefined;
|
|
5758
|
+
finishedAt?: number | undefined;
|
|
5759
|
+
expiresAt?: number | undefined;
|
|
5760
|
+
}[];
|
|
5761
|
+
nextCursor: number | null;
|
|
5762
|
+
unreadCount: number;
|
|
5763
|
+
activeCount: number;
|
|
5764
|
+
}>;
|
|
5765
|
+
export declare const ExcelExportSeenSchema: z.ZodObject<{
|
|
5766
|
+
ids: z.ZodArray<z.ZodString, "many">;
|
|
5767
|
+
}, "strip", z.ZodTypeAny, {
|
|
5768
|
+
ids: string[];
|
|
5769
|
+
}, {
|
|
5770
|
+
ids: string[];
|
|
5771
|
+
}>;
|
|
5772
|
+
export type ExcelExportHistoryEntry = z.infer<typeof ExcelExportHistoryEntrySchema>;
|
|
5773
|
+
export type ExcelExportHistoryRecord = z.infer<typeof ExcelExportHistoryRecordSchema>;
|
|
5774
|
+
export type ExcelExportHistory = z.infer<typeof ExcelExportHistorySchema>;
|
|
5775
|
+
export type ExcelExportHistoryQuery = z.infer<typeof ExcelExportHistoryQuerySchema>;
|
|
5776
|
+
export type ExcelExportSeen = z.infer<typeof ExcelExportSeenSchema>;
|
|
5777
|
+
export interface ExcelExportExecutionContext {
|
|
5778
|
+
signal: AbortSignal;
|
|
5779
|
+
checkpoint: () => Promise<void>;
|
|
5780
|
+
}
|
|
5781
|
+
export declare const ExcelExportReportTitles: Record<ExcelExportReportType, string>;
|
|
5506
5782
|
export type AssemblyExcelExportColumn = z.infer<typeof AssemblyExcelExportColumnSchema>;
|
|
5507
5783
|
export type MetalloworkingExcelExportColumn = z.infer<typeof MetalloworkingExcelExportColumnSchema>;
|
|
5508
5784
|
export type MetalloworkingOperationExcelExportColumn = z.infer<typeof MetalloworkingOperationExcelExportColumnSchema>;
|