Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0045697 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
backport | [Retail Modules] Web POS | major | have not tried | 2021-01-05 12:30 | 2021-01-14 08:57 | |||
Reporter | aferraz | View Status | public | |||||
Assigned To | Retail | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | RR20Q4.1 | |||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | RR20Q4.1 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | merged | |||||||
Review Assigned To | migueldejuana | |||||||
OBNetwork customer | No | |||||||
Support ticket | ||||||||
Regression level | Production - QA Approved | |||||||
Regression date | 2020-08-19 | |||||||
Regression introduced in release | RR20Q4 | |||||||
Regression introduced by commit | https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/06f59cc239c2141539b424a1b9bc4b1ae78649ae [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0045697: Delete ticket from cashup window doesn't delete the correct ticket | |||||||
Description | Delete ticket from cashup window doesn't delete the correct ticket | |||||||
Steps To Reproduce | - Login in POS. - Create new ticket with 1 unit of Adhesive body warmers classic. Amount: 5. - Create new ticket with 1 unit of Balaclava cap. Amount: 169. - Click on Menu - Cash Up - Click on Delete button on the ticket with amount 5 and confirm. - Realize cashup window shows ticket with amount 169 remains created. - Click on Cancel. - Realize the ticket deleted was the one with amount 169 instead of the one with amount 5. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0125418) hgbot (developer) 2021-01-13 11:08 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/255 [^] |
(0125443) hgbot (developer) 2021-01-14 08:56 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^] Changeset: bca71b8a67d436663b9cf22d40826cdb2e2d79cd Author: Álvaro Ferraz <alvaro.ferraz@openbravo.com> Date: 2021-01-13T10:50:24+01:00 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/bca71b8a67d436663b9cf22d40826cdb2e2d79cd [^] Fixes ISSUE-45697: Do not sync delete ticket without lines --- M web/org.openbravo.retail.posterminal/app/model/business-object/ticket/actions/DeleteTicket.js --- |
(0125444) hgbot (developer) 2021-01-14 08:56 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/255 [^] |
(0125445) hgbot (developer) 2021-01-14 08:56 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^] Changeset: 1edcdbd4c01590762edf603e1649734bc3d21b10 Author: Álvaro Ferraz <alvaro.ferraz@openbravo.com> Date: 2021-01-13T11:06:09+01:00 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/1edcdbd4c01590762edf603e1649734bc3d21b10 [^] Fixes ISSUE-45697: Allow to delete several tickets in deleteTicket action --- M web-test/model/business-object/ticket/actions/DeleteTicket.test.js M web/org.openbravo.retail.posterminal/app/model/business-object/ticket/actions/DeleteTicket.js M web/org.openbravo.retail.posterminal/js/model/order.js --- |
(0125446) hgbot (developer) 2021-01-14 08:56 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^] Changeset: 0b413f5d54815ed48fce8af9fdd7581a418bdd73 Author: Álvaro Ferraz <alvaro.ferraz@openbravo.com> Date: 2021-01-13T11:06:21+01:00 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/0b413f5d54815ed48fce8af9fdd7581a418bdd73 [^] Fixes ISSUE-45697: Add more tests for DeleteTicket action --- M web-test/model/business-object/ticket/actions/DeleteTicket.test.js --- |
(0125447) hgbot (developer) 2021-01-14 08:56 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^] Changeset: adb6738d794f6ec77fde819db679aff5f73ae9aa Author: Álvaro Ferraz <alvaro.ferraz@openbravo.com> Date: 2021-01-13T11:06:26+01:00 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/adb6738d794f6ec77fde819db679aff5f73ae9aa [^] Fixes ISSUE-45697: Synchronize ticket without lines. It will be fixed in a different issue --- M web-test/model/business-object/ticket/actions/DeleteTicket.test.js M web/org.openbravo.retail.posterminal/app/model/business-object/ticket/actions/DeleteTicket.js --- |
(0125448) hgbot (developer) 2021-01-14 08:56 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^] Changeset: 813a88eb110c15aa18a9ba0dac437494fac56bd2 Author: Álvaro Ferraz <alvaro.ferraz@openbravo.com> Date: 2021-01-13T11:06:31+01:00 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/813a88eb110c15aa18a9ba0dac437494fac56bd2 [^] Fixes ISSUE-45697: Calculate deleted ticket header taxes from lines and deletedLines --- M web-test/model/business-object/ticket/actions/DeleteTicket.test.js M web/org.openbravo.retail.posterminal/app/model/business-object/ticket/actions/DeleteTicket.js --- |
(0125449) hgbot (developer) 2021-01-14 08:56 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^] Changeset: 6355a3aeac7e71f69e50cbabfa056717ce6caab1 Author: Álvaro Ferraz <alvaro.ferraz@openbravo.com> Date: 2021-01-13T13:34:22+01:00 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/6355a3aeac7e71f69e50cbabfa056717ce6caab1 [^] Fixes ISSUE-45697: Delete ticket from cashup window doesn't delete the correct ticket --- M web-test/model/business-object/ticket/actions/DeleteTicket.test.js M web/org.openbravo.retail.posterminal/app/model/business-object/ticket/actions/DeleteTicket.js M web/org.openbravo.retail.posterminal/js/model/order.js --- |
![]() |
|||
Date Modified | Username | Field | Change |
2021-01-07 16:55 | aferraz | Type | defect => backport |
2021-01-07 16:55 | aferraz | Target Version | RR21Q2 => RR20Q4.1 |
2021-01-07 16:57 | aferraz | Proposed Solution updated | |
2021-01-13 11:08 | hgbot | Note Added: 0125418 | |
2021-01-14 08:56 | hgbot | Resolution | open => fixed |
2021-01-14 08:56 | hgbot | Status | scheduled => resolved |
2021-01-14 08:56 | hgbot | Fixed in Version | => RR20Q4.1 |
2021-01-14 08:56 | hgbot | Note Added: 0125443 | |
2021-01-14 08:56 | hgbot | Merge Request Status | open => merged |
2021-01-14 08:56 | hgbot | Note Added: 0125444 | |
2021-01-14 08:56 | hgbot | Note Added: 0125445 | |
2021-01-14 08:56 | hgbot | Note Added: 0125446 | |
2021-01-14 08:56 | hgbot | Note Added: 0125447 | |
2021-01-14 08:56 | hgbot | Note Added: 0125448 | |
2021-01-14 08:56 | hgbot | Note Added: 0125449 | |
2021-01-14 08:57 | aferraz | Review Assigned To | => migueldejuana |
2021-01-14 08:57 | aferraz | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |