Openbravo Issue Tracking System - Retail Modules
View Issue Details
0033300Retail ModulesWeb POSpublic2016-06-17 10:272016-06-21 14:05
aaroncalero 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
 
 
marvintm
No
0033300: [SERQA 1298] It is possible to remove lines from paid tickets using the '-' button of the keyboard
When the 'Use external input' flag is checked at Pos Terminal Type level, it is possible to load a paid receipt in web pos and remove lines from it, using the '-' button of the physical keyboard.
It happens only if the qty of the line is 1.

It also appears to be a regression since it is not reproducible in 16Q1.2
Login in backend, go to the POS Terminal window and open the VBS-1 record.
From there, navigate to its POS Terminal Type. Enable the Use External Input flag and save.

Go to webpos and login in the VBS-1 terminal.
Load the receipt with docNo VBS1/0000080
Select one of its lines, and using the physical keyboard, tap on '-'.
The selected line will be removed from the receipt.
If the qty of the line is greater than 1 or the user taps the '+' button, the ticket is not modified, so it seems that there is a missing validation when the 'final qty' will be 0.
SER-QA
related to defect 0033318 closed ranjith_qualiantech_com [SER QA 1327] Product info available after deleting return ticket 
causes defect 0034251 closed ranjith_qualiantech_com gift card line can not be edited 
Issue History
2016-06-17 10:27aaroncaleroNew Issue
2016-06-17 10:27aaroncaleroAssigned To => Retail
2016-06-17 10:27aaroncaleroResolution time => 1467324000
2016-06-17 10:27aaroncaleroTriggers an Emergency Pack => No
2016-06-17 10:27aaroncaleroSummaryIt is possible to remove lines from paid tickets using the '-' button of the keyboard => [SERQA 1298] It is possible to remove lines from paid tickets using the '-' button of the keyboard
2016-06-17 10:27aaroncaleroTag Attached: SER-QA
2016-06-20 09:45ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2016-06-20 09:45ranjith_qualiantech_comStatusnew => scheduled
2016-06-21 06:45hgbotCheckin
2016-06-21 06:45hgbotNote Added: 0087693
2016-06-21 06:45hgbotCheckin
2016-06-21 06:45hgbotNote Added: 0087694
2016-06-21 06:45hgbotStatusscheduled => resolved
2016-06-21 06:45hgbotResolutionopen => fixed
2016-06-21 06:45hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/bcb475a1bca507591bbab24cef77fd9cf2832533 [^]
2016-06-21 08:16ranjith_qualiantech_comRelationship addedrelated to 0033318
2016-06-21 14:05marvintmReview Assigned To => marvintm
2016-06-21 14:05marvintmStatusresolved => closed
2016-11-06 12:42dmitry_mezentsevRelationship addedcauses 0034251

Notes
(0087693)
hgbot   
2016-06-21 06:45   
Repository: tools/automation/pi-mobile
Changeset: b5fe8d43714e6a82f7e2d73231314799103c94fa
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Jun 21 10:14:36 2016 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/b5fe8d43714e6a82f7e2d73231314799103c94fa [^]

Verifies issue 33300 : Added automated test 'I33300_VerifyReceiptKeyEvent'

---
A src-test/org/openbravo/test/mobile/quarantine/pack/RAN/system/I33300_VerifyReceiptKeyEvent.java
---
(0087694)
hgbot   
2016-06-21 06:45   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: bcb475a1bca507591bbab24cef77fd9cf2832533
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Jun 21 10:13:27 2016 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/bcb475a1bca507591bbab24cef77fd9cf2832533 [^]

Fixes issue 33300 : Added receipt validation for '-' minus command key

- Created global method for receipt validation and removed duplicate code

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/keyboardorder.js
---