Mango.Nop.Libraries/Mango.Nop.Core/Dtos
Loretta 3c479e1ad5 Add stock-taking enhancements and validation updates
Enhanced stock-taking functionality by introducing the `CloseStockTaking` method in `StockTakingDbContext` to manage session closures with validation. Added the `IsReadyForClose` method to `IMgStockTaking` and its implementation in `MgStockTaking`. Integrated `FruitBankDbContext` for stock updates.

Improved logging in `StockSignalREndpointServer` and added a new SignalR endpoint for closing stock-taking sessions. Updated `AddStockTaking` to initialize properties for new entries.

Simplified loading logic in `OrderItemDtoDbTable` by commenting out unnecessary `.ThenLoad` chains. Enhanced validation in `RefreshStockTakingItemMeasuredValuesFromPallets` and adjusted return statements in `AddOrUpdateMeasuredStockTakingItemPallet` and `UpdateStockTakingItemPallet` to fetch updated entities.

These changes improve maintainability, robustness, and functionality across the codebase.
2025-12-08 15:49:50 +01:00
..
CustomerDto.cs improvements, fixes 2025-11-26 09:42:07 +01:00
IModelDtoBase.cs improvements, fixes, etc... 2025-09-30 18:18:22 +02:00
MgGenericAttributeDto.cs improvements, fixes 2025-11-26 09:42:07 +01:00
MgOrderDto.cs improvements, fixes, etc.. 2025-11-11 20:51:28 +01:00
MgOrderItemDto.cs Mango.Nop.Core cleanup; 2025-11-05 14:56:40 +01:00
MgProductDto.cs improvements 2025-11-21 07:20:42 +01:00
MgStockQuantityHistoryDto.cs StockQuantityHistoryExt, StockQuantityHistoryDto; improvements, fixes; 2025-11-13 19:58:39 +01:00
ModelDtoBase.cs Add stock-taking enhancements and validation updates 2025-12-08 15:49:50 +01:00