Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0045696 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
backport | [Retail Modules] Web POS | major | have not tried | 2021-01-05 12:30 | 2021-01-13 13:33 | |||
Reporter | aferraz | View Status | public | |||||
Assigned To | Retail | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | RR21Q1 | |||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | RR21Q1 | |||
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 | 0045696: 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 | ||||||||
![]() |
||||||||
|
![]() |
|
(0125416) hgbot (developer) 2021-01-13 10:29 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/254 [^] |
(0125420) hgbot (developer) 2021-01-13 13:32 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/254 [^] |
(0125421) hgbot (developer) 2021-01-13 13:32 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^] Changeset: f52e1196bd3496ab60fd2f84593c0919dec0a038 Author: Álvaro Ferraz <alvaro.ferraz@openbravo.com> Date: 2021-01-13T10:24:02+01:00 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/f52e1196bd3496ab60fd2f84593c0919dec0a038 [^] Fixes ISSUE-45696: Do not sync delete ticket without lines --- M web/org.openbravo.retail.posterminal/app/model/business-object/ticket/actions/DeleteTicket.js --- |
(0125422) hgbot (developer) 2021-01-13 13:32 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^] Changeset: 6cb8af6e36eef8b6542deb5dd415e07e12a90bfc Author: Álvaro Ferraz <alvaro.ferraz@openbravo.com> Date: 2021-01-13T10:24:38+01:00 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/6cb8af6e36eef8b6542deb5dd415e07e12a90bfc [^] Fixes ISSUE-45696: 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 --- |
(0125423) hgbot (developer) 2021-01-13 13:32 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^] Changeset: 86755c665e095d312f8c6aa5f97d55adc8d6f984 Author: Álvaro Ferraz <alvaro.ferraz@openbravo.com> Date: 2021-01-13T10:24:43+01:00 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/86755c665e095d312f8c6aa5f97d55adc8d6f984 [^] Fixes ISSUE-45696: Add more tests for DeleteTicket action --- M web-test/model/business-object/ticket/actions/DeleteTicket.test.js --- |
(0125424) hgbot (developer) 2021-01-13 13:32 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^] Changeset: 8db797629b6a58977bff1e70b39ab2d16a9df178 Author: Álvaro Ferraz <alvaro.ferraz@openbravo.com> Date: 2021-01-13T10:24:49+01:00 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/8db797629b6a58977bff1e70b39ab2d16a9df178 [^] Fixes ISSUE-45696: 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 --- |
(0125425) hgbot (developer) 2021-01-13 13:32 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^] Changeset: 4d8881c12cc03693f59a28dc8bd77535952bbd45 Author: Álvaro Ferraz <alvaro.ferraz@openbravo.com> Date: 2021-01-13T10:24:54+01:00 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/4d8881c12cc03693f59a28dc8bd77535952bbd45 [^] Fixes ISSUE-45696: 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 --- |
(0125426) hgbot (developer) 2021-01-13 13:32 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^] Changeset: ce02f1ab388fde8edd1b21730c6dd68c84c6c09c Author: Álvaro Ferraz <alvaro.ferraz@openbravo.com> Date: 2021-01-13T10:27:40+01:00 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/ce02f1ab388fde8edd1b21730c6dd68c84c6c09c [^] Fixes ISSUE-45696: 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 => RR21Q1 |
2021-01-07 16:57 | aferraz | Proposed Solution updated | |
2021-01-13 10:29 | hgbot | Note Added: 0125416 | |
2021-01-13 13:32 | hgbot | Merge Request Status | open => merged |
2021-01-13 13:32 | hgbot | Note Added: 0125420 | |
2021-01-13 13:32 | hgbot | Resolution | open => fixed |
2021-01-13 13:32 | hgbot | Status | scheduled => resolved |
2021-01-13 13:32 | hgbot | Fixed in Version | => RR21Q1 |
2021-01-13 13:32 | hgbot | Note Added: 0125421 | |
2021-01-13 13:32 | hgbot | Note Added: 0125422 | |
2021-01-13 13:32 | hgbot | Note Added: 0125423 | |
2021-01-13 13:32 | hgbot | Note Added: 0125424 | |
2021-01-13 13:32 | hgbot | Note Added: 0125425 | |
2021-01-13 13:32 | hgbot | Note Added: 0125426 | |
2021-01-13 13:33 | aferraz | Review Assigned To | => migueldejuana |
2021-01-13 13:33 | aferraz | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |