Loretta
ab6fb3ab88
Update DB to PROD; reformat GetAllByProductId method
...
Switched connection string to use FruitBank_PROD database.
Reformatted GetAllByProductId in OrderDtoDbTable.cs for clarity; no logic changes.
2026-01-06 15:15:57 +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
Loretta
85125132d2
fix: SetOrderStatusToCompleteAsync->GetValueOrDefault<double>(nameof(IMeasuringNetWeight.NetWeight), 0)
2025-11-07 15:51:37 +01:00
Loretta
653652f4d0
Merge branch '4.80' of https://git.aycode.com/Adam/Mango.Nop.Plugins into 4.80
2025-11-07 14:10:18 +01:00
Adam
a476932b40
Újraengedélyezés, UI átalalkítások, üzenetküldés popup
2025-11-07 12:09:47 +01:00
Adam
41275dc003
download page
2025-11-07 09:57:23 +01:00
Loretta
79e5092bfb
Merge branch '4.80' of https://git.aycode.com/Adam/Mango.Nop.Plugins into 4.80
2025-11-07 05:56:55 +01:00
Adam
78404147b2
nameondocument
2025-11-06 21:12:45 +01:00
Loretta
99755e49f4
Merge branch '4.80' of https://git.aycode.com/Adam/Mango.Nop.Plugins into 4.80
2025-11-06 15:12:05 +01:00
Adam
c561c14359
Merge branch '4.80' of https://git.aycode.com/Adam/Mango.Nop.Plugins into 4.80
2025-11-06 10:02:34 +01:00
Adam
10c7bfcc9b
innvoice in order list, company search fixed, add product to order new popup instead of nopcommerce page, replicateservice to get text from image
2025-11-06 10:02:27 +01:00
Loretta
11d82c7193
Mango.Nop.Core cleanup;
2025-11-05 14:56:40 +01:00
Loretta
89eaca8d4a
Add Mango.Nop.Data project to solution
2025-11-04 15:57:09 +01:00
Loretta
91c11ffc79
improvements, fixes, etc...
2025-11-04 15:31:49 +01:00
Loretta
5fad900897
Implement OrderItemMeasuringReset to MeasurementService
2025-11-03 06:44:45 +01:00
Loretta
f048b999cf
AI szopás
2025-11-01 19:43:21 +01:00
Loretta
538dba5773
...
2025-11-01 01:12:51 +01:00
Loretta
6b099cfa49
SendOrderNotification message fix
2025-11-01 01:01:46 +01:00
Loretta
e160f814d5
Merge branch '4.80' of https://git.aycode.com/Adam/Mango.Nop.Plugins into 4.80
2025-11-01 00:57:06 +01:00
Loretta
db14a5add1
Merge branch '4.80' of https://git.aycode.com/Adam/Mango.Nop.Plugins into 4.80
2025-11-01 00:47:06 +01:00
Adam
9d7ae24701
Message button
2025-11-01 00:43:18 +01:00
Loretta
d84276e3ac
improvements, fixes
2025-11-01 00:42:59 +01:00
Adam
771832c6e4
Merge branch '4.80' of https://git.aycode.com/Adam/Mango.Nop.Plugins into 4.80
2025-10-31 15:10:57 +01:00
Adam
9d8f6f5c5a
processdocument call fix
2025-10-31 15:10:51 +01:00
Loretta
9b0afb2d2c
merge
2025-10-31 14:47:39 +01:00
Adam
b9cb52927f
paging, filtering, AI call changes
2025-10-31 14:42:41 +01:00
Loretta
d3e2675dc9
imporvements, fixes, etc...
2025-10-31 05:37:35 +01:00
Loretta
0a64131a8e
Merge branch '4.80' of https://git.aycode.com/Adam/Mango.Nop.Plugins into 4.80
2025-10-30 14:55:14 +01:00
Loretta
946748134c
SignalR improvements; etc...
2025-10-30 14:54:33 +01:00
Adam
55c39537ed
ui changes
2025-10-29 10:10:42 +01:00
Adam
30c8cd3e00
Keresés partnerre a rendelések között, Felhasználó létrehozásakor automatikus számlázási cím hozzáadás, adószám szinkronizálás, egyéb kisebb fixek
2025-10-28 03:26:19 +01:00
Loretta
9a94bc6c06
implement AvailableQuantity; ui improvements
2025-10-26 08:38:00 +01:00
Loretta
1d19bd0e37
Merge branch '4.80' of https://git.aycode.com/Adam/Mango.Nop.Plugins into 4.80
2025-10-26 02:54:47 +02:00
Adam
6735765821
small fixes
2025-10-26 02:48:12 +02:00
Loretta
16cd9ccd73
new order fix
2025-10-26 02:47:53 +02:00
Loretta
11651e4946
fix
2025-10-25 19:57:09 +02:00
Loretta
05d9c97645
merge
2025-10-25 19:12:56 +02:00
Loretta
3b2af72d5e
CalculatePrices improvements, fixes...
2025-10-25 19:11:17 +02:00
Adam
4f508c9cab
order fix
2025-10-25 18:28:13 +02:00
Adam
f73c434ca8
empty order fix
2025-10-25 17:36:08 +02:00
Adam
b12d1d3b81
Merge branch '4.80' of https://git.aycode.com/Adam/Mango.Nop.Plugins into 4.80
2025-10-25 13:28:13 +02:00
Adam
41bb80fc26
faszt
2025-10-25 13:28:04 +02:00
Loretta
dfec11584c
GetAllByIds fix
2025-10-25 11:27:30 +02:00
Loretta
2a34ae4ba7
Add Customer fullname to OrderList
2025-10-25 09:49:02 +02:00
Loretta
31f411d319
"kalkuláció alatt..."
2025-10-25 09:29:42 +02:00
Loretta
9285da4c02
Merge branch '4.80' of https://git.aycode.com/Adam/Mango.Nop.Plugins into 4.80
2025-10-25 09:12:00 +02:00
Loretta
6d2e7df65f
_CustomOrderDetails.Products javascript improvements, fixes
2025-10-25 09:11:06 +02:00
Adam
f3ac82acb2
fixes
2025-10-25 08:57:44 +02:00
Loretta
343fb818c7
improvements, fixes
2025-10-24 22:43:31 +02:00
Loretta
71f2eab412
merge
2025-10-24 19:36:08 +02:00
Loretta
b00bd0508d
fixes
2025-10-24 19:33:37 +02:00
Adam
ffa4e2cc31
Order edit saját kézben
2025-10-24 19:33:21 +02:00