Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0041363 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2019-07-15 18:17 | 2019-08-21 15:17 | |||
Reporter | ucarrion | View Status | public | |||||
Assigned To | alekosmp86 | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | RR19Q4 | |||
Status | closed | Fix in branch | Fixed in SCM revision | b316e67a6f55 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
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 | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0113952) hgbot (developer) 2019-08-12 15:20 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: b316e67a6f552d467378c25e7b6d0429cf3c9f8d Author: Alejandro <alekosmp86 <at> gmail.com> Date: Sun Aug 11 13:03:15 2019 -0400 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b316e67a6f552d467378c25e7b6d0429cf3c9f8d [^] Fixed issue 41363: 'Add Associations' for services excludes the lines of the order --- M src/org/openbravo/retail/posterminal/AssociateOrderLines.java M web/org.openbravo.retail.posterminal/js/components/modalassociatetickets.js --- |
(0114011) hgbot (developer) 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 (developer) 2019-08-14 12:15 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 0f617d166113ea931a3847be23bb6f25d6c7e282 Author: Antonio Moreno Perez <antonio.moreno <at> openbravo.com> Date: Wed Aug 14 12:14:59 2019 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0f617d166113ea931a3847be23bb6f25d6c7e282 [^] Related to issue 41363. Apply formatter correctly --- M web/org.openbravo.retail.posterminal/js/components/modalassociatetickets.js --- |
(0114040) xmiras (viewer) 2019-08-16 14:02 |
I tested in livebuils and is still failing https://drive.google.com/file/d/11V2SQiiOFZSwpR11NnHbATQ5xbE0884d/view [^] |
(0114041) hgbot (developer) 2019-08-16 15:38 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 148b83e1110d6f58123070bb7ccb5fc3646d5989 Author: Alejandro <alekosmp86 <at> gmail.com> Date: Fri Aug 16 09:36:58 2019 -0400 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/148b83e1110d6f58123070bb7ccb5fc3646d5989 [^] Related to issue 41363: Fixed condition when getting the id of the order whose orderlines will be excluded from selection --- M web/org.openbravo.retail.posterminal/js/components/modalassociatetickets.js --- |
(0114111) hgbot (developer) 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 --- |
![]() |
|||
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 |
Copyright © 2000 - 2009 MantisBT Group |