update packinglists from vt portal jobs and schedule

This commit is contained in:
omair saleh
2021-08-30 01:46:56 +08:00
parent 5e44386b24
commit 3f48d85e31
+6 -7
View File
@@ -22,13 +22,12 @@ class OrdersTableSeeder extends Seeder
public function run()
{
FetchContainersStatusUpdateFromVTPortalJob::dispatch();
// FetchWarehouseReceiveListFromVTPortalJob::withChain([
// new FetchLoadedContainersFromVTPortalJob,
// new FetchPackingListFromVTPortalJob,
// new FetchContainersStatusUpdateFromVTPortalJob,
// new FetchDeliveryListFromVTPortalJob
// ])->dispatch();
FetchWarehouseReceiveListFromVTPortalJob::withChain([
new FetchLoadedContainersFromVTPortalJob,
new FetchPackingListFromVTPortalJob,
new FetchContainersStatusUpdateFromVTPortalJob,
new FetchDeliveryListFromVTPortalJob
])->dispatch();
}
}