Build: #463 was successful Changes by David Butt
Code commits
TabletDirector
-
David Butt 9e234db674dee98203ec44df4cb3e363c72e7c27
fixed detail line split not carrying over the host id made the integration service for ecommerce a singleton to help with web call counts
- TabletDirector/API/PrintMessagesController.cs (diffs)
- TabletDirector/Controllers/WebServiceController.cs (diffs)
- TabletDirector/Models/PrintMessage.cs (diffs)
- TabletDirector/Models/PushApiModels/OrderComplete.cs (diffs)
- TabletDirector/Models/PushApiModels/PackingComplete.cs (diffs)
- TabletDirector/Services/AllocationServices/AllocationServiceInventory.cs (diffs)
- TabletDirector/Services/AllocationServices/AllocationServiceInventory_Threaded.cs (diffs)
- TabletDirector/Services/AllocationServices/AllocationServiceMinGrab.cs (diffs)
- TabletDirector/Services/AllocationServices/AllocationServiceMinGrab_Threaded.cs (diffs)
- TabletDirector/Services/AllocationServices/AllocationServiceZone.cs (diffs)
- TabletDirector/Services/AllocationServices/AllocationServiceZone_Threaded.cs (diffs)
- TabletDirector/TabletDirector.csproj (diffs)
- TabletDirector/Views/Home/Index.cshtml (diffs)
- TabletDirector/Views/Shared/_MenuPartial.cshtml (diffs)
- eCommerce.ExecutionConsole/Program.cs (diffs)
- eCommerce.ServiceLayer/IntegrationModels/ShipStation/ShipStationWebApi.cs (diffs)
- eCommerce.ServiceLayer/IntegrationServices/ShipStationService.cs (diffs)
- eCommerce.ServiceLayer/IntegrationServices/ShopifyService.cs (diffs)
- eCommerce.ServiceLayer/SchedulerModels/QuickbooksDesktop/GetOrders.cs (diffs)
- eCommerce.ServiceLayer/SchedulerModels/QuickbooksDesktop/ImportItems.cs (diffs)
- eCommerce.ServiceLayer/SchedulerModels/QuickbooksDesktop/ProcessCompletedOrders.cs (diffs)
- eCommerce.ServiceLayer/SchedulerModels/QuickbooksDesktop/ProcessInventory.cs (diffs)
- eCommerce.ServiceLayer/SchedulerModels/ShipStation/GetOrders.cs (diffs)
- eCommerce.ServiceLayer/SchedulerModels/ShipStation/ProcessCompletedOrders.cs (diffs)
- eCommerce.ServiceLayer/SchedulerModels/ShipStation/ProcessInventory.cs (diffs)
- eCommerce.ServiceLayer/SchedulerModels/Shopify/GetOrders.cs (diffs)
- eCommerce.ServiceLayer/SchedulerModels/Shopify/ImportItems.cs (diffs)
- eCommerce.ServiceLayer/SchedulerModels/Shopify/ProcessCompletedOrders.cs (diffs)
- eCommerce.ServiceLayer/SchedulerModels/Shopify/ProcessInventory.cs (diffs)
- eCommerce.ServiceLayer/ServiceConfiguration.cs (diffs)
- eCommerce.ServiceLayer/Services/IntegrationService.cs (diffs)