Openbravo Issue Tracking System - Retail Modules
View Issue Details
0034951Retail ModulesWeb POSpublic2017-01-13 14:522017-03-14 09:13
lorenzofidalgo 
rqueralta 
highminoralways
closedfixed 
5
 
RR17Q2 
marvintm
No
0034951: Error message in Split Lines popup is wrong. It says "should" when it must be "must".
Inside Split Lines popup, when the Original Quantity of 'pieces" does not match with the Split Quantity, the following error appears: "The sum of pieces quantity should match the original quantity amount". When that error is shown, it is not possible clicking Apply, so it has to say "The sum of pieces quantity must match the original quantity amount" instead of The sum of pieces quantity should match the original quantity amount.
0-Login POS as vallblanca.1
1-Add 4x "Avalanche transceiver".
2-Click EDIT tab.
3-Click Split button below EDIT tab.
4-When Split popup appears, next to "Line 1 Quantity", click "-" button. DEFECT: The message "The sum of pieces quantity should match the original quantity amount" is wrong. It says "should" when it must say "must".
No tags attached.
Issue History
2017-01-13 14:52lorenzofidalgoNew Issue
2017-01-13 14:52lorenzofidalgoAssigned To => Retail
2017-01-13 14:52lorenzofidalgoTriggers an Emergency Pack => No
2017-02-08 18:33rqueraltaAssigned ToRetail => rqueralta
2017-02-13 20:19hgbotCheckin
2017-02-13 20:19hgbotNote Added: 0094291
2017-02-13 20:19hgbotStatusnew => resolved
2017-02-13 20:19hgbotResolutionopen => fixed
2017-02-13 20:19hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e93a83df0fe5dbc8570127f93ff5ca68837890e8 [^]
2017-02-13 20:24rqueraltaNote Added: 0094292
2017-02-14 13:10hgbotCheckin
2017-02-14 13:10hgbotNote Added: 0094311
2017-03-14 09:13marvintmReview Assigned To => marvintm
2017-03-14 09:13marvintmStatusresolved => closed
2017-03-14 09:13marvintmFixed in Version => RR17Q2

Notes
(0094291)
hgbot   
2017-02-13 20:19   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: e93a83df0fe5dbc8570127f93ff5ca68837890e8
Author: Rafael Queralta Pozo <rqueralta <at> nauta.cu>
Date: Tue Feb 07 11:18:22 2017 -0500
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e93a83df0fe5dbc8570127f93ff5ca68837890e8 [^]

Fixed issue 34951: Error message in Split Lines popup is wrong

Now "should" was changed by "must".

---
M src-db/database/sourcedata/AD_MESSAGE.xml
---
(0094292)
rqueralta   
2017-02-13 20:24   
Test plan:

Go to WebPOS and login POS as vallblanca
  - Add 4x "Avalanche transceiver"
  - Click EDIT tab
  - Click Split button below EDIT tab
  - When Split popup appears, next to "Line 1 Quantity", click "-" button.
  - Check The message says "The sum of pieces quantity must match the original quantity amount".
(0094311)
hgbot   
2017-02-14 13:10   
Repository: tools/automation/pi-mobile
Changeset: a8f666ebeef5f978b5d18c6aa0f9f5646b8d40d3
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Feb 14 13:10:33 2017 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/a8f666ebeef5f978b5d18c6aa0f9f5646b8d40d3 [^]

Ralted to issue 34951: Error message in Split Lines popup is wrong.
It says "should" when it must be "must".

The test must verify the actual message in this scenario.

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/splitline/I34314_ProblemWithNonNumericValues.java
---