hotwax / inventory-count

HotWax Commerce Inventory Count
Apache License 2.0
16 stars 66 forks source link

Update Message for Mismatched Product Search Across Tabs #512

Open Adameddy26 opened 2 weeks ago

Adameddy26 commented 2 weeks ago

Description

Currently, when a user searches for a product in the Pending tab that has already been counted, or in the Counted tab for an item still pending for count, the message "Scanned item is not present in the count" is displayed. This can be misleading, as the item is present but in a different tab. To improve clarity and guide the user appropriately, the displayed message should be updated to indicate the item's actual status and location.

Proposed Enhancement

If the item is already counted and the user searches in the Pending tab: "Scanned item has already been counted. Please check the Counted tab." If the item is pending for count and the user searches in the Counted tab: "Scanned item is pending for count. Please check the Pending tab."