Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0036308 | Retail Modules | Web POS | public | 2017-06-22 11:59 | 2017-09-21 16:49 |
|
Reporter | naiaramartinez | |
Assigned To | prakashmurugesan88 | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR17Q4 | |
Merge Request Status | |
Review Assigned To | guilleaer |
OBNetwork customer | OBPS |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0036308: [SERQA 3037] Replacement order is duplicating the amount paid in the ticket |
Description | When creating a cancel&Replace layaways, the amount paid is duplicated in each replacement order. |
Steps To Reproduce | *Login into WebPOS
*Create a layaway with a product and pay partially (for example 0.20€)
*Click in Search Receipt and get the newly created layaway
*Click in Cancel&Replace and add a new product (Do not add new payment). Complete the layaway
*Click in Search Receipt and get the newly created layaway
*Click in Cancel&Replace and add a new product (Do not add new payment).
*Click in the total amount of the order. Notice that in payments done it says that 0.40 is paid (the payment that we did at the beginning is 0.20 and not 0.40) |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2017-06-22 11:59 | naiaramartinez | New Issue | |
2017-06-22 11:59 | naiaramartinez | Assigned To | => marvintm |
2017-06-22 11:59 | naiaramartinez | OBNetwork customer | => Yes |
2017-06-22 11:59 | naiaramartinez | Resolution time | => 1498687200 |
2017-06-22 11:59 | naiaramartinez | Triggers an Emergency Pack | => No |
2017-06-26 09:21 | marvintm | Assigned To | marvintm => Retail |
2017-06-26 13:52 | marvintm | Severity | trivial => major |
2017-06-26 13:55 | asiermartirena | Assigned To | Retail => prakashmurugesan88 |
2017-07-05 09:00 | prakashmurugesan88 | Status | new => scheduled |
2017-07-05 15:56 | hgbot | Checkin | |
2017-07-05 15:56 | hgbot | Note Added: 0097874 | |
2017-07-05 15:56 | hgbot | Status | scheduled => resolved |
2017-07-05 15:56 | hgbot | Resolution | open => fixed |
2017-07-05 15:56 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/b06cf6616ecc6ea7f21b1d7a378480e4d8175f71 [^] |
2017-07-05 15:57 | hgbot | Checkin | |
2017-07-05 15:57 | hgbot | Note Added: 0097875 | |
2017-07-07 11:01 | marvintm | Note Added: 0097938 | |
2017-07-07 11:01 | marvintm | Status | resolved => new |
2017-07-07 11:01 | marvintm | Resolution | fixed => open |
2017-07-11 10:33 | hgbot | Checkin | |
2017-07-11 10:33 | hgbot | Note Added: 0098011 | |
2017-07-11 10:33 | hgbot | Status | new => resolved |
2017-07-11 10:33 | hgbot | Resolution | open => fixed |
2017-07-11 10:33 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/b06cf6616ecc6ea7f21b1d7a378480e4d8175f71 [^] => http://code.openbravo.com/erp/devel/pi/rev/774cff79b78dce959e5143fc8e9ac47afd0e267c [^] |
2017-07-16 10:22 | guilleaer | Review Assigned To | => guilleaer |
2017-07-16 10:22 | guilleaer | Status | resolved => closed |
2017-07-16 10:22 | guilleaer | Fixed in Version | => RR17Q4 |
2017-09-21 16:49 | hudsonbot | Checkin | |
2017-09-21 16:49 | hudsonbot | Note Added: 0099235 | |
2017-09-21 16:49 | hudsonbot | Checkin | |
2017-09-21 16:49 | hudsonbot | Note Added: 0099266 | |
Notes |
|
(0097874)
|
hgbot
|
2017-07-05 15:56
|
|
|
|
(0097875)
|
hgbot
|
2017-07-05 15:57
|
|
Repository: tools/automation/pi-mobile
Changeset: 3e903582facb36679a8468ac85eb5fe44ae5fd47
Author: Prakash M <prakash <at> qualiantech.com>
Date: Wed Jul 05 19:25:40 2017 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/3e903582facb36679a8468ac85eb5fe44ae5fd47 [^]
Verifies issue 36308 : Added Automated Test I36308_CancelAndRplcLayawayIII
---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/TestIdPack.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/terminals/WebPOSCancelAndReplaceTerminalHelper.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cancelandreplace/I36308_CancelAndRplcLayawayIII.java
---
|
|
|
|
The change seems to work correctly, but the code currently is reusing a list which comes from a OBDal query, which is quite strange.
I propose to change it to have separate lists, as I don't really know the consequences of modifying a list generated by a Hibernate query. |
|
|
(0098011)
|
hgbot
|
2017-07-11 10:33
|
|
Repository: erp/devel/pi
Changeset: 774cff79b78dce959e5143fc8e9ac47afd0e267c
Author: Prakash M <prakash <at> qualiantech.com>
Date: Tue Jul 11 10:46:15 2017 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/774cff79b78dce959e5143fc8e9ac47afd0e267c [^]
Fixed Issue 36308: Used separate list for cancel and replace payment schedule detail
---
M src/org/openbravo/erpCommon/businessUtility/CancelAndReplaceUtils.java
---
|
|
|
|
|
|
|
|