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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0049241
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[POS2] Restaurantsminoralways2022-05-05 15:512022-09-10 11:23
ReporterFelixakaView Statuspublic 
Assigned Tomtaal 
PrioritynormalResolutionfixedFixed in Version22Q4
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0049241: JIRA 2954 - Biper - In POs the modifier is not taking into account if it has not been select in first place

DescriptionIn POS, FS environement

The modifier (ex : ingredient) is not take into account if we want to change it.

In fact try to apply a modifier on the product "Bavette" then go the last step (With the beeper) when you want to go back to the modifier ingredient the change is not done.


[If you only go to step waiting time, then the change will be ok]

Please watch the video in the jira
Steps To Reproduce-Go on the POS

-Select a product with modifier associated (ex : bavette alloyau)

-Select the "Cuisson"

-Select a ingredient (cornichon)

-Move to the next step "Waiting time" = No waiting time

-Move to the next step with the biper but not enter the biper code

-Now move back to the ingredient part

-Try to change the ingredient to "Salad"

-See that the change is not effective

(Please watch the video associated in the jira)

TagsNo tags attached.
Attached Filespng file icon 2022-06-01_15h29_28.png [^] (82,497 bytes) 2022-06-01 15:30

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0050579 closedRetail Changes in product modifier config are not applied if an option has been previously selected 

-  Notes
(0140728)
hgbot (developer)
2022-09-06 01:23

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1181 [^]
(0140778)
hgbot (developer)
2022-09-07 09:33

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: b769c0995015f9e4bcb420335256d7bb2d0431b9
Author: Martin Taal <martin.taal@openbravo.com>
Date: 07-09-2022 07:32:28
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/b769c0995015f9e4bcb420335256d7bb2d0431b9 [^]

Fixed ISSUE-49241: handle delivery control information only when it is realy set

---
M web-jspack/org.openbravo.pos2/src/model/ticket/actions/AddConfigurationToProduct.js
---
(0140779)
hgbot (developer)
2022-09-07 09:33

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1181 [^]
(0140832)
hgbot (developer)
2022-09-07 22:28

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1186 [^]
(0140833)
hgbot (developer)
2022-09-07 22:36

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.restaurant/-/merge_requests/176 [^]
(0140834)
mtaal (manager)
2022-09-07 23:04

Two new MRs:
https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1186 [^]

https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.restaurant/-/merge_requests/176 [^]
(0140979)
hgbot (developer)
2022-09-10 11:23

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1186 [^]
(0140980)
hgbot (developer)
2022-09-10 11:23

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 457ae26a2f5ddd717acc032ecb4a7edf9aea7873
Author: Martin Taal <martin.taal@openbravo.com>
Date: 10-09-2022 09:23:36
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/457ae26a2f5ddd717acc032ecb4a7edf9aea7873 [^]

Fixed ISSUE-49241: explicitly handle dcm steps and dcm properties

---
M web-jspack/org.openbravo.pos2/src/components/ScanPagerPanel/ScanPagerCouponButton/ScanPagerDCMCouponButton.jsx
M web-jspack/org.openbravo.pos2/src/components/ScanPagerPanel/ScanPagerCouponButton/ScanPagerProductCouponButton.jsx
M web-jspack/org.openbravo.pos2/src/components/ScanPagerPanel/ScanPagerDCMSinglePagerButton/ScanPagerDCMSinglePagerButton.jsx
M web-jspack/org.openbravo.pos2/src/components/ScanPagerPanel/ScanPagerKeypad/ScanPagerProductKeypad.jsx
M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/ProductConfiguration.jsx
M web-jspack/org.openbravo.pos2/src/components/WaitingTimePanel/WaitingTimeDCMPanel.jsx
M web-jspack/org.openbravo.pos2/src/components/WaitingTimePanel/WaitingTimeProductPanel.jsx
M web-jspack/org.openbravo.pos2/src/model/ticket/__test__/AddConfigurationToProduct.test.js
M web-jspack/org.openbravo.pos2/src/model/ticket/actions/AddConfigurationToProduct.js
---
(0140981)
hgbot (developer)
2022-09-10 11:23

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.restaurant [^]
Changeset: d1a4cc65e7472069d32bc2a71dc421d5fdc408d2
Author: Martin Taal <martin.taal@openbravo.com>
Date: 07-09-2022 22:34:58
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.restaurant/-/commit/d1a4cc65e7472069d32bc2a71dc421d5fdc408d2 [^]

Fixed ISSUE-49241: explicitly handle dcm steps when setting product configuration

---
M web-jspack/org.openbravo.pos2.restaurant/src/model/global/__test__/SetDCMMenuConfigurationToLines.test.js
M web-jspack/org.openbravo.pos2.restaurant/src/model/ticket/user-actions/FinishProductConfigurationStep.js
---
(0140982)
hgbot (developer)
2022-09-10 11:23

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.restaurant/-/merge_requests/176 [^]

- Issue History
Date Modified Username Field Change
2022-05-05 15:51 Felixaka New Issue
2022-05-05 15:51 Felixaka Assigned To => Retail
2022-05-05 15:51 Felixaka Triggers an Emergency Pack => No
2022-06-01 15:28 Felixaka Steps to Reproduce Updated View Revisions
2022-06-01 15:30 Felixaka File Added: 2022-06-01_15h29_28.png
2022-06-01 15:35 Felixaka Steps to Reproduce Updated View Revisions
2022-06-01 15:43 Felixaka Description Updated View Revisions
2022-09-05 11:20 guilleaer Status new => scheduled
2022-09-05 11:20 guilleaer Assigned To Retail => mtaal
2022-09-06 01:23 hgbot Note Added: 0140728
2022-09-07 09:33 hgbot Resolution open => fixed
2022-09-07 09:33 hgbot Status scheduled => closed
2022-09-07 09:33 hgbot Fixed in Version => 22Q4
2022-09-07 09:33 hgbot Note Added: 0140778
2022-09-07 09:33 hgbot Note Added: 0140779
2022-09-07 22:17 mtaal Status closed => new
2022-09-07 22:17 mtaal Resolution fixed => open
2022-09-07 22:17 mtaal Fixed in Version 22Q4 =>
2022-09-07 22:28 hgbot Note Added: 0140832
2022-09-07 22:36 hgbot Note Added: 0140833
2022-09-07 23:04 mtaal Note Added: 0140834
2022-09-10 11:23 hgbot Resolution open => fixed
2022-09-10 11:23 hgbot Status new => closed
2022-09-10 11:23 hgbot Note Added: 0140979
2022-09-10 11:23 hgbot Fixed in Version => 22Q4
2022-09-10 11:23 hgbot Note Added: 0140980
2022-09-10 11:23 hgbot Note Added: 0140981
2022-09-10 11:23 hgbot Note Added: 0140982
2022-10-19 11:22 andre_montenegro Relationship added related to 0050579


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker