Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0034608 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2016-11-23 18:49 | 2018-07-24 17:41 | |||
Reporter | eduardo_Argal | View Status | public | |||||
Assigned To | migueldejuana | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | RR17Q1 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 5f8aa6a836fa | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | marvintm | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0034608: Error after removing ticket (Save removed ticket preference) | |||||||
Description | An error is thrown after deleting a ticket. It seems system is tryng to book a deleted lined twice. problem in json (orderloader) as it sends wrong lines | |||||||
Steps To Reproduce | Enable Save Removed Ticket preference 1) create a ticket 2) Add a product and a related service 3) select both lines and delete 4) delete the ticket The error is thrown (visible when synchronized preference is Y, if not error will be in queue) | |||||||
Tags | No tags attached. | |||||||
Attached Files | issue34608.commit [^] (786 bytes) 2016-11-28 18:57 | |||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0091906) hgbot (developer) 2016-11-29 09:06 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 638d908766299fb3eea6e175706ee04de9defd21 Author: Miguel de Juana <miguel.dejuana <at> openbravo.com> Date: Mon Nov 28 16:43:34 2016 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/638d908766299fb3eea6e175706ee04de9defd21 [^] Fixed issue 0034608: Error after removing ticket - When Save Removed Ticket preference is enabled we are introducing asynchrony in removing lines process. Due to de asynchrony, we try to remove the same service line, 2 times - Add some general code in order to avoid executing deleteLine code 2 times for the same line --- M web/org.openbravo.retail.posterminal/js/model/order.js --- |
(0091912) hgbot (developer) 2016-11-30 08:47 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 5f8aa6a836fa1f50857156094ca6d726ab160573 Author: Miguel de Juana <miguel.dejuana <at> openbravo.com> Date: Tue Nov 29 09:09:53 2016 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5f8aa6a836fa1f50857156094ca6d726ab160573 [^] Fixed issue 0034608: Error after removing ticket - Executer callback if needed --- M web/org.openbravo.retail.posterminal/js/model/order.js --- |
(0105933) hgbot (developer) 2018-07-24 17:41 |
Repository: tools/automation/pi-mobile Changeset: 23c398cdd5d4574a4c7596795c2e88c85344db75 Author: Alejandro <alekosmp86 <at> gmail.com> Date: Fri Jul 20 15:48:58 2018 -0400 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/23c398cdd5d4574a4c7596795c2e88c85344db75 [^] Related to issue 34608: added automated test --- A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I34608_VerifyNoErrorAfterTicketDelete.java --- |
Issue History | |||
Date Modified | Username | Field | Change |
2016-11-23 18:49 | eduardo_Argal | New Issue | |
2016-11-23 18:49 | eduardo_Argal | Assigned To | => marvintm |
2016-11-25 10:43 | marvintm | Project | Java Client POS => Retail Modules |
2016-11-25 10:43 | marvintm | Triggers an Emergency Pack | => No |
2016-11-25 10:43 | marvintm | Category | 01 - General => Web POS |
2016-11-25 10:43 | marvintm | Assigned To | marvintm => Retail |
2016-11-25 12:17 | marvintm | Assigned To | Retail => migueldejuana |
2016-11-28 12:59 | maite | Resolution time | => 1480374000 |
2016-11-28 18:22 | migueldejuana | File Added: issue34608.commit | |
2016-11-28 18:57 | marvintm | File Deleted: issue34608.commit | |
2016-11-28 18:57 | marvintm | File Added: issue34608.commit | |
2016-11-29 09:06 | hgbot | Checkin | |
2016-11-29 09:06 | hgbot | Note Added: 0091906 | |
2016-11-29 09:07 | hgbot | Status | new => resolved |
2016-11-29 09:07 | hgbot | Resolution | open => fixed |
2016-11-29 09:07 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/638d908766299fb3eea6e175706ee04de9defd21 [^] |
2016-11-29 09:07 | migueldejuana | Summary | Error after removing ticket => Error after removing ticket (Save removed ticket preference) |
2016-11-29 09:07 | migueldejuana | Steps to Reproduce Updated | View Revisions |
2016-11-30 08:47 | hgbot | Checkin | |
2016-11-30 08:47 | hgbot | Note Added: 0091912 | |
2016-11-30 08:47 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/638d908766299fb3eea6e175706ee04de9defd21 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5f8aa6a836fa1f50857156094ca6d726ab160573 [^] |
2016-12-05 09:23 | marvintm | Review Assigned To | => marvintm |
2016-12-05 09:23 | marvintm | Status | resolved => closed |
2016-12-05 09:23 | marvintm | Fixed in Version | => RR17Q1 |
2018-04-17 12:07 | samuel_nicuesa | Relationship added | has duplicate 0038387 |
2018-07-24 17:41 | hgbot | Checkin | |
2018-07-24 17:41 | hgbot | Note Added: 0105933 |
Copyright © 2000 - 2009 MantisBT Group |