Bug #5650
openPOS – Manual quantity edit does not reset to 0, preventing higher quantity input
Description
Environment: Testing
Module: POS → Cart → Quantity Edit
Impact: User cannot manually enter higher quantities because the existing value cannot be reset.
Steps to Reproduce:
Go to POS page.
Select any product and add it to the cart.
Click on the quantity field to manually edit.
Try deleting the existing quantity to change it (Example: existing qty = 100, user wants to input 200).
Observe the behavior when trying to clear the field.
Actual Result:
Quantity field does not allow clearing/resetting to 0 ❌
When user tries to delete the existing value:
Field does NOT become zero
Cursor does not allow empty or reset state
Because of this, user cannot change 100 → 200 manually.
Manual editing becomes restricted and frustrating for POS workflow.
Expected Result:
When user clicks to manually edit quantity:
The field should allow clearing existing value
It should allow the user to type 0 → new quantity
User should be able to directly type any number (e.g., 200)
Quantity field must behave like a normal editable input box.
Why This Is a Problem
POS users frequently update large orders.
If quantity = 100, they should be able to type 200 easily.
Not allowing reset makes bulk order entry difficult and slow.
Subtasks
Related issues
Updated by Teja Sriram Sangani 4 days ago
- Status changed from New to Resolved
- Estimated time set to 3:00 h