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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0056114
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[POS2] POSmajoralways2024-07-26 01:022024-08-30 07:56
ReporterivazquezView Statuspublic 
Assigned Tosreehari 
PriorityhighResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Versionpi
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionpiSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0056114: MultiUPC reading in Print Product Label section in POS2 does not work

DescriptionIf you try to add a product to print the label in the Print Product Label section using any of the UPCs in the “Multi UPC” tab, it does not work.

Reproduced in:

https://livebuilds.openbravo.com/context/retail_pos2_modules_pgsql/web/pos/?terminal=VBS-2 [^]
Steps To Reproduce-In the back office, search for a product with MultiUPC or add more UPCs to an existing product.
-In POS2 go to the “Print Product Labels” section.
-Scan the main UPC and we see that it is added.
-If we try to add one of the UPC inside the “Multi UPC” tab we see that it is not added although in the sale of a normal order it is taken.
TagsNo tags attached.
Attached Files? file icon printLableProductMultiUPC.mp4 [^] (3,365,792 bytes) 2024-07-26 01:02

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0167670)
hgbot (developer)
2024-08-03 06:54

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.product.label.printing/-/merge_requests/75 [^]
(0168184)
hgbot (developer)
2024-08-17 10:17

Merge request closed: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.product.label.printing/-/merge_requests/75 [^]
(0168189)
hgbot (developer)
2024-08-19 07:15

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.multiupc/-/merge_requests/25 [^]
(0168477)
hgbot (developer)
2024-08-27 11:26

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.product.label.printing/-/merge_requests/78 [^]
(0168570)
hgbot (developer)
2024-08-30 07:56

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.product.label.printing [^]
Changeset: 09dc71f435734822275df04b2ba4dc2f28323ba0
Author: Sreehari Venkataraman <sreehari.venkataraman.ext@openbravo.com>
Date: 26-08-2024 15:54:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.product.label.printing/-/commit/09dc71f435734822275df04b2ba4dc2f28323ba0 [^]

Related ISSUE-56114: Added condition to return eventHandled: false

---
M web-jspack/org.openbravo.pos2.product.label.printing/src/services/scan/handlers/PrintProductLabelScanEventHandler.js
---
(0168571)
hgbot (developer)
2024-08-30 07:56

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.product.label.printing/-/merge_requests/78 [^]
(0168572)
hgbot (developer)
2024-08-30 07:56

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.multiupc [^]
Changeset: 4dc9c8642d424cdc88189288c51d56d99c4e7607
Author: Sreehari Venkataraman <sreehari.venkataraman.ext@openbravo.com>
Date: 17-08-2024 14:01:26
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.multiupc/-/commit/4dc9c8642d424cdc88189288c51d56d99c4e7607 [^]

Fixes ISSUE-56114: Added scan handlers for printUPCProductLabelScan
*registered printUPCProductLabelScan in BO

---
A web-jspack/org.openbravo.retail.multiupc/src/services/scan/handlers/PrintMultiUPCProductLabelScanEventHandler.js
M src-db/database/sourcedata/OBC2_SCAN_EVENTHANDLER.xml
M web-jspack/org.openbravo.retail.multiupc/src/services/scan/registerScanningDevicesAndHandlers.js
---
(0168573)
hgbot (developer)
2024-08-30 07:56

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.multiupc [^]
Changeset: e22231c30dadb7d8cfa7a0ce52b8012e63c6f33e
Author: Sreehari Venkataraman <sreehari.venkataraman.ext@openbravo.com>
Date: 27-08-2024 14:37:07
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.multiupc/-/commit/e22231c30dadb7d8cfa7a0ce52b8012e63c6f33e [^]

Fixes ISSUE-56114: Added service call for multiUPC handler

---
M web-jspack/org.openbravo.retail.multiupc/src/services/scan/handlers/PrintMultiUPCProductLabelScanEventHandler.js
---
(0168574)
hgbot (developer)
2024-08-30 07:56

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.multiupc [^]
Changeset: e364aaada2a71a1cf45edce595933d188c28a3bb
Author: Sreehari Venkataraman <sreehari.venkataraman.ext@openbravo.com>
Date: 28-08-2024 15:50:55
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.multiupc/-/commit/e364aaada2a71a1cf45edce595933d188c28a3bb [^]

Fixes ISSUE-56114: Used MultiUPC service before ProductExtension
*get the product ID from multiUPC service
*use productId to get the product details from ProductExtension

---
M web-jspack/org.openbravo.retail.multiupc/src/services/scan/handlers/PrintMultiUPCProductLabelScanEventHandler.js
---
(0168575)
hgbot (developer)
2024-08-30 07:56

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.multiupc/-/merge_requests/25 [^]

- Issue History
Date Modified Username Field Change
2024-07-26 01:02 ivazquez New Issue
2024-07-26 01:02 ivazquez Assigned To => Retail
2024-07-26 01:02 ivazquez File Added: printLableProductMultiUPC.mp4
2024-07-26 01:02 ivazquez Triggers an Emergency Pack => No
2024-08-01 08:34 guilleaer Status new => acknowledged
2024-08-01 08:35 sreehari Assigned To Retail => sreehari
2024-08-01 08:35 sreehari Status acknowledged => scheduled
2024-08-03 06:54 hgbot Note Added: 0167670
2024-08-17 10:17 hgbot Note Added: 0168184
2024-08-19 07:15 hgbot Note Added: 0168189
2024-08-27 11:26 hgbot Note Added: 0168477
2024-08-30 07:56 hgbot Note Added: 0168570
2024-08-30 07:56 hgbot Note Added: 0168571
2024-08-30 07:56 hgbot Resolution open => fixed
2024-08-30 07:56 hgbot Status scheduled => closed
2024-08-30 07:56 hgbot Note Added: 0168572
2024-08-30 07:56 hgbot Note Added: 0168573
2024-08-30 07:56 hgbot Note Added: 0168574
2024-08-30 07:56 hgbot Note Added: 0168575


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker