FruitBankHybridApp/FruitBankHybrid.Shared/Services/SignalRs
Loretta 9383041504 Add EKÁER XML support for outgoing orders, refactor config
- Introduced IEkaerSettings interface and refactored code to use it for DI/testability
- Added support for generating EKÁER XML from outgoing orders (OrderDto)
- Extended service and mapper interfaces for outgoing order handling
- Implemented MapOrder and value calculation for order items
- Replaced UnloadLocation with Site in EkaerCompanyInfo for general site usage
- Updated tests, SignalR/controller interfaces, and UI to support new features and signatures
- Improved documentation and code clarity throughout
2026-06-12 07:54:38 +02:00
..
FruitBankSignalRClient.cs Add EKÁER XML support for outgoing orders, refactor config 2026-06-12 07:54:38 +02:00
README.md Update docs: enforce .md sync, clarify structure & TFMs 2026-03-29 09:26:16 +02:00
SignalRDataSource.cs Refactor: remove Server DLLs, unify SignalR references 2026-06-08 16:53:27 +02:00

README.md

SignalRs

Main SignalR hub client and data source wrappers.

Key Files

  • FruitBankSignalRClient.cs — (~343 lines) Central hub client for ALL server communication. Methods for Partners, Shippings, ShippingItems, ShippingDocuments, Orders, OrderItems, OrderItemPallets, Products, StockTaking, GenericAttributes, Authentication.
  • SignalRDataSource.csSignalRDataSourceList<T> and SignalRDataSourceObservable<T> wrappers for DevExpress grid binding.