Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0045697
TypeCategorySeverityReproducibilityDate SubmittedLast Update
backport[Retail Modules] Web POSmajorhave not tried2021-01-05 12:302021-01-14 08:57
ReporteraferrazView Statuspublic 
Assigned ToRetail 
PrioritynormalResolutionfixedFixed in VersionRR20Q4.1
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget VersionRR20Q4.1
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomigueldejuana
Regression levelProduction - QA Approved
Regression date2020-08-19
Regression introduced in releaseRR20Q4
Regression introduced by commithttps://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/06f59cc239c2141539b424a1b9bc4b1ae78649ae [^]
Triggers an Emergency PackNo
Summary

0045697: Delete ticket from cashup window doesn't delete the correct ticket

DescriptionDelete 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.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
blocks defect 0045680RR21Q2 closedRetail Delete ticket from cashup window doesn't delete the correct ticket 

-  Notes
(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
---

- Issue History
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 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
Powered by Mantis Bugtracker