Skip to content
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

Fixed: Removed PO reallocation job from UI(#32129kj) #301

Merged
merged 3 commits into from
Dec 1, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fixed: Removed PO reallocation job from UI, removed reallocation sect…
…ion from preorder page as it do not solve any problem and can create confusion to the user(#32129kj)
  • Loading branch information
shashwatbangar committed Nov 30, 2022
commit c0b31002820a8e8690c3aa6ddf1ee8e95ac15f7e
12 changes: 0 additions & 12 deletions src/views/PreOrder.vue
Original file line number Diff line number Diff line change
@@ -97,18 +97,6 @@
</ion-item>
</ion-card>

<ion-card>
<ion-card-header>
<ion-card-title>{{ $t("Re-allocate pre-orders") }}</ion-card-title>
</ion-card-header>
<ion-item>
<ion-label class="ion-text-wrap">{{ $t("Allocation") }}</ion-label>
<ion-button fill="outline" color="danger" slot="end" @click="runJob('Re-allocate pre-orders', jobEnums['REALLOC_PRODR'])">{{ $t("Run reallocation") }}</ion-button>
</ion-item>
<ion-item lines="none">
<ion-label class="ion-text-wrap"><p>{{ $t("Re-allocation will re-calculate promise dates on all pre-orders based on upcoming inventory from purchase orders. Promise dates that were manually adjusted will be overriden.") }}</p></ion-label>
</ion-item>
</ion-card>
<MoreJobs v-if="getMoreJobs(jobEnums, enumTypeId).length" :jobs="getMoreJobs(jobEnums, enumTypeId)" />
</section>