Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0041363 | Retail Modules | Web POS | public | 2019-07-15 18:17 | 2019-08-21 15:17 |
|
Reporter | ucarrion | |
Assigned To | alekosmp86 | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR19Q4 | |
Merge Request Status | |
Review Assigned To | marvintm |
OBNetwork customer | Gold |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0041363: 'Add associations' button for services allows adding associations to lines/documents that are currently being canceled |
Description | 'Add associations' button for services allows adding associations to lines/documents that are currently being canceled |
Steps To Reproduce | -Configure an szenario to do cancel&replace
-Login and create a layaway adding two products related to the same service
-Add the related service to the order
-Layaway the order
-Open the order again and cancel&replace it
-Select the service line and select 'Add associations' button
-Check that the lines of the original order can be selected |
Proposed Solution | This button should check if the lines proposed are already canceled / currently being canceled |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2019-07-15 18:17 | ucarrion | New Issue | |
2019-07-15 18:17 | ucarrion | Assigned To | => Retail |
2019-07-15 18:17 | ucarrion | OBNetwork customer | => Gold |
2019-07-15 18:17 | ucarrion | Resolution time | => 1564956000 |
2019-07-15 18:17 | ucarrion | Triggers an Emergency Pack | => No |
2019-08-01 20:54 | alekosmp86 | Assigned To | Retail => alekosmp86 |
2019-08-12 15:20 | hgbot | Checkin | |
2019-08-12 15:20 | hgbot | Note Added: 0113952 | |
2019-08-12 15:20 | hgbot | Status | new => resolved |
2019-08-12 15:20 | hgbot | Resolution | open => fixed |
2019-08-12 15:20 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b316e67a6f552d467378c25e7b6d0429cf3c9f8d [^] |
2019-08-14 10:58 | hgbot | Checkin | |
2019-08-14 10:58 | hgbot | Note Added: 0114011 | |
2019-08-14 10:58 | marvintm | Review Assigned To | => marvintm |
2019-08-14 10:58 | marvintm | Status | resolved => closed |
2019-08-14 10:58 | marvintm | Fixed in Version | => RR19Q4 |
2019-08-14 12:15 | hgbot | Checkin | |
2019-08-14 12:15 | hgbot | Note Added: 0114013 | |
2019-08-16 14:02 | xmiras | Note Added: 0114040 | |
2019-08-16 14:02 | xmiras | Status | closed => new |
2019-08-16 14:02 | xmiras | Resolution | fixed => open |
2019-08-16 14:02 | xmiras | Fixed in Version | RR19Q4 => |
2019-08-16 15:38 | hgbot | Checkin | |
2019-08-16 15:38 | hgbot | Note Added: 0114041 | |
2019-08-16 15:39 | alekosmp86 | Status | new => acknowledged |
2019-08-16 15:39 | alekosmp86 | Status | acknowledged => scheduled |
2019-08-16 15:39 | alekosmp86 | Status | scheduled => resolved |
2019-08-16 15:39 | alekosmp86 | Resolution | open => fixed |
2019-08-19 11:55 | marvintm | Status | resolved => closed |
2019-08-19 11:55 | marvintm | Fixed in Version | => RR19Q4 |
2019-08-21 15:17 | hgbot | Checkin | |
2019-08-21 15:17 | hgbot | Note Added: 0114111 | |
Notes |
|
(0113952)
|
hgbot
|
2019-08-12 15:20
|
|
|
|
(0114011)
|
hgbot
|
2019-08-14 10:58
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 092081b40821a92fc7104e5d5dcc328b6d80a061
Author: Antonio Moreno Perez <antonio.moreno <at> openbravo.com>
Date: Wed Aug 14 10:57:44 2019 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/092081b40821a92fc7104e5d5dcc328b6d80a061 [^]
Related to issue 41363. Canceledorder should be used instead of the orderId of the selected line.
If the orderId of the selected line is used, the flow works in the case the service line was created in the original ticket, but doesn't work if the service lin is created in the new, replacing ticket. If canceledorder is used, the flow works correctly in both cases.
---
M web/org.openbravo.retail.posterminal/js/components/modalassociatetickets.js
---
|
|
|
(0114013)
|
hgbot
|
2019-08-14 12:15
|
|
|
|
(0114040)
|
xmiras
|
2019-08-16 14:02
|
|
|
|
(0114041)
|
hgbot
|
2019-08-16 15:38
|
|
|
|
(0114111)
|
hgbot
|
2019-08-21 15:17
|
|
Repository: tools/automation/pi-mobile
Changeset: a649330a68009383cd44a42f7acb58be76cc5fe0
Author: Alejandro <alekosmp86 <at> gmail.com>
Date: Tue Aug 20 16:54:48 2019 -0400
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/a649330a68009383cd44a42f7acb58be76cc5fe0 [^]
Related to issue 41363: added automated test
---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/TestIdPack.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/services/I41363_VerifyNoOriginalTicketLinesInAddAssocOfCanclReplace.java
---
|
|