-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate job fetching logic to moqui #299
Labels
enhancement
New feature or request
Comments
ymaheshwari1
added
bug
Something isn't working
enhancement
New feature or request
and removed
bug
Something isn't working
labels
Sep 12, 2024
ymaheshwari1
changed the title
Migrate job fetching logic using moqui
Migrate job fetching logic to moqui
Sep 12, 2024
The other two jobs, JOB_REL_PREODR_CAT(loadPreorderCatalog) and JOB_RLS_ORD_DTE(checkPreOrderedItemsForRelease) will be still be fetched from ofbiz, but the job JOB_BKR_ORD(brokerOrders) will be replaced with the group runs from moqui. We will fetch the routingGroupId from the ProductStore and then will fetch the runs for the group and display the runs in the background jobs modal. |
amansinghbais
added a commit
to amansinghbais/preorder
that referenced
this issue
Oct 4, 2024
amansinghbais
added a commit
to amansinghbais/preorder
that referenced
this issue
Oct 4, 2024
amansinghbais
added a commit
to amansinghbais/preorder
that referenced
this issue
Oct 4, 2024
1 task
amansinghbais
added a commit
to amansinghbais/preorder
that referenced
this issue
Oct 4, 2024
…ble related to category jobs (hotwax#299)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the motivation for adding/enhancing this feature?
We are deprecating the brokering from ofbiz and will use moqui for brokering, so need to migrate job fetching logic to moqui before the brokering is completely removed from ofbiz.
What are the acceptance criteria?
JOB_REL_PREODR_CAT
,JOB_BKR_ORD
,JOB_RLS_ORD_DTE
and out of this only the jobJOB_BKR_ORD
is for brokering so need to make migration mainly for this job.Can you complete this feature request by yourself?
Additional information
The text was updated successfully, but these errors were encountered: