-
-
Notifications
You must be signed in to change notification settings - Fork 572
5446 Duplicate Item Entries Related to Multiple Barcodes #5462
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
5446 Duplicate Item Entries Related to Multiple Barcodes #5462
Conversation
|
@janeewheatley is this ready for review? The description is still the default. |
NOT Ready!! Just trying some things out. Will change the title to say draft. |
f0fa8ee to
4ef7224
Compare
aed2de6 to
9c7fb77
Compare
9c7fb77 to
1173f90
Compare
86a024c to
f417ae7
Compare
| document.getElementById('duplicateItemsModal')?.remove() | ||
| document.querySelector('.modal-backdrop')?.remove() | ||
| document.body.classList.remove('modal-open') | ||
| document.body.style.removeProperty('overflow') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See if the modal hide will work for this:
const modal = new bootstrap.Modal(document.getElementById('duplicateItemsModal'))
modal.hide()
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great idea. fixed!
…of audit to isolate audit more robustly in spec
awwaiid
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
|
@janeewheatley: Your PR |
Resolves #5446
Adds duplicate item detection and merging functionality to inventory audits. When users attempt to save or confirm an audit with duplicate items, a modal appears showing all duplicate entries and allows users to either merge the quantities or go back to make changes.
Type of change
How Has This Been Tested?
Screenshots
New modal should look as follows with barcodes included:

Without barcodes included:
