Commit Graph

393 Commits

Author SHA1 Message Date
Adam 303fa213dc adding final url 2025-12-26 21:17:40 +01:00
Adam 51a60b0d53 Merge branch '4.80' of https://git.aycode.com/Adam/Mango.Nop.Plugins into 4.80 2025-12-22 16:15:32 +01:00
Adam bf3456e534 bleh... nullref fix 2025-12-22 16:15:24 +01:00
Loretta fd7f2b3407 Merge branch '4.80' of https://git.aycode.com/Adam/Mango.Nop.Plugins into 4.80 2025-12-22 14:39:32 +01:00
Loretta 9b5155684e Add AddPartner method with SignalR support to controller
Added AddPartner to FruitBankDataController, enabling partner creation via SignalR. The method logs the action, inserts the partner into the database, and returns the newly created partner, including ShippingDocuments if available.
2025-12-22 14:37:59 +01:00
Adam 50e9c7316f Merge branch '4.80' of https://git.aycode.com/Adam/Mango.Nop.Plugins into 4.80 2025-12-20 12:55:17 +01:00
Loretta 8574c2a136 Add AyCode.Core.Extensions using directive
Added the AyCode.Core.Extensions namespace to StockSignalREndpointServer.cs to enable access to its extension methods and utilities. No other changes were made.
2025-12-20 08:39:48 +01:00
Loretta d12fcfef4f Add AyCode.Core.Helpers and Serializers usings to files
Added using statements for AyCode.Core.Helpers across several files and AyCode.Core.Serializers.Binaries in DevAdminSignalRHubSandbox.cs to enable new helper and serializer functionalities. No other code changes were made.
2025-12-19 07:14:58 +01:00
Adam 365c911c11 AI document parsing small fixes (ismeasurable fix)
ShippingItem.UnitCostOnDocument added
other developments
2025-12-19 01:43:51 +01:00
Adam eb40643d62 AI document upload latest approach, innvoice order sync 2025-12-17 19:09:09 +01:00
Adam b5ef6caa39 Merge branch '4.80' of https://git.aycode.com/Adam/Mango.Nop.Plugins into 4.80 2025-12-14 13:37:40 +01:00
Adam a058557620 AI progress 2025-12-14 13:37:25 +01:00
Loretta bc7a5e0be5 Merge branch '4.80' of https://git.aycode.com/Adam/Mango.Nop.Plugins into 4.80 2025-12-13 12:53:38 +01:00
Loretta a64089f6a8 Minimal SignalR test hub and endpoint for isolated testing
Refactored Mango.Sandbox.EndPoints to enable minimal, dependency-light SignalR endpoint testing. Introduced DevAdminSignalRHubSandbox and TestSignalREndpoint for protocol/contract tests without full NopCommerce/FruitBank infra. Added SignalRClientSandbox and comprehensive MSTest coverage for all parameter types. Simplified Program.cs startup, updated project references, and added minimal logger. Original SignalREndpointTests replaced with focused, low-level and high-level tests. CORS and DTOs updated for compatibility.
2025-12-11 23:46:36 +01:00
Adam 61d3b2089c extra features, after publish, before upgrade 2025-12-11 18:30:56 +01:00
Loretta e178c18f80 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:51 +01:00
Loretta bb553ed35d StockTaking in progress... 2025-12-04 13:52:46 +01:00
Loretta 070d7ec3d2 .Net10, VS2026; StockTaking in progress... 2025-12-01 16:17:57 +01:00
Loretta 805c5e2299 Merge branch '4.80' of https://git.aycode.com/Adam/Mango.Nop.Plugins into 4.80 2025-11-26 10:16:49 +01:00
Loretta 3b0b9ccd10 improvements, fixes 2025-11-26 09:42:07 +01:00
Adam 8e3829670b order price fix 2025-11-25 09:48:10 +01:00
Loretta 22307c2318 Merge branch '4.80' of https://git.aycode.com/Adam/Mango.Nop.Plugins into 4.80 2025-11-24 08:28:55 +01:00
Loretta 1673f1fd90 improvements, fixes, etc... 2025-11-24 08:27:02 +01:00
Adam b2af6b0bdc Merge 2025-11-22 01:32:16 +01:00
Loretta 7c07811ef6 fromDateUtc 2025-11-21 21:40:29 +01:00
Loretta b5057b9a4d improvements 2025-11-21 16:29:12 +01:00
Loretta 139413b1ae improvements 2025-11-21 07:20:43 +01:00
Adam e1851c3329 Merge branch '4.80' of https://git.aycode.com/Adam/Mango.Nop.Plugins into 4.80 2025-11-20 13:33:00 +01:00
Adam 98df36d37d message in order, remove sendgrid 2025-11-20 13:32:50 +01:00
Loretta f71acbf562 Discount unitprice fix 2025-11-20 09:18:16 +01:00
Loretta dd0d4f2097 improvements, fixes 2025-11-20 08:30:46 +01:00
Loretta 0db7f7f342 ... 2025-11-18 13:02:44 +01:00
Loretta 91f1d5b9f8 Merge branch '4.80' of https://git.aycode.com/Adam/Mango.Nop.Plugins into 4.80 2025-11-18 12:52:15 +01:00
Loretta c750b33651 fixes 2025-11-18 12:52:08 +01:00
Adam 2cd76a58a5 Merge branch '4.80' of https://git.aycode.com/Adam/Mango.Nop.Plugins into 4.80 2025-11-18 11:09:33 +01:00
Adam 2c1e692e9d átlagsúly, pdf-to-image, képfeltöltés újratöltve, AI válasz felület 2025-11-18 11:09:14 +01:00
Loretta 02f7c768cb MapHub TransportSendTimeout, WebSockets.CloseTimeout fix 2025-11-16 19:20:23 +01:00
Loretta 0dafd6c5c4 fixes 2025-11-15 15:42:34 +01:00
Loretta 6c58cf6ee8 improvements, fixes, etc.. 2025-11-15 08:14:03 +01:00
Adam ad683a587e Merge branch '4.80' of https://git.aycode.com/Adam/Mango.Nop.Plugins into 4.80 2025-11-14 21:13:54 +01:00
Adam b6ceb6fc29 disable netweight 2025-11-14 21:13:47 +01:00
Loretta d831ed5cee ??? 2025-11-14 17:56:15 +01:00
Loretta f2e99f3050 improvements, fixes... 2025-11-14 15:04:17 +01:00
Loretta ad5f27a77c UpdateStockQuantityAndWeightAsync 2025-11-14 13:20:21 +01:00
Loretta f72a031a7e StockQuantityHistoryExt, StockQuantityHistoryDto; improvements, fixes; 2025-11-13 19:58:39 +01:00
Adam 995fa050ef Merge branch '4.80' of https://git.aycode.com/Adam/Mango.Nop.Plugins into 4.80 2025-11-12 17:57:44 +01:00
Adam 22d2436d5f Innvoice order fix and note addition 2025-11-12 17:56:49 +01:00
Loretta 2a4ccf5490 Merge branch '4.80' of https://git.aycode.com/Adam/Mango.Nop.Plugins into 4.80 2025-11-11 20:51:56 +01:00
Loretta 66632fee95 improvements, fixes, etc.. 2025-11-11 20:51:28 +01:00
Adam a4af03be3c small fixes, cors policy, discounts, innvoice order date fix, innvoice email address fix 2025-11-11 20:15:07 +01:00