Openbravo Issue Tracking System - POS2
View Issue Details
0052678POS2POSpublic2023-06-06 11:132023-06-22 14:07
prakashmurugesan88 
prakashmurugesan88 
normalminorhave not tried
closedfixed 
5
 
 
No
0052678: Extended properties is not included in product master
In Print Product Label it should allow to fetch some custom product properties from external module.
For this it necessary to join with external tables.
For this purpose new class "ProductExtension" is added by extending existing Product master.
However still new properties from external module is still missing in Product Master.
NA
HQLEntitiesJoined are included
But HQLProperties are missing, so include it
No tags attached.
Issue History
2023-06-06 11:13prakashmurugesan88New Issue
2023-06-06 11:13prakashmurugesan88Assigned To => prakashmurugesan88
2023-06-06 11:13prakashmurugesan88Triggers an Emergency Pack => No
2023-06-06 11:13prakashmurugesan88Statusnew => scheduled
2023-06-06 11:18prakashmurugesan88Note Added: 0150792
2023-06-13 03:56hgbotNote Added: 0151074
2023-06-22 14:07hgbotNote Added: 0151504
2023-06-22 14:07hgbotResolutionopen => fixed
2023-06-22 14:07hgbotStatusscheduled => closed
2023-06-22 14:07hgbotNote Added: 0151505

Notes
(0150792)
prakashmurugesan88   
2023-06-06 11:18   
Following Merge Request created,
https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.product.label.printing/-/merge_requests/26 [^]
(0151074)
hgbot   
2023-06-13 03:56   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.product.label.printing/-/merge_requests/28 [^]
(0151504)
hgbot   
2023-06-22 14:07   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.product.label.printing/-/merge_requests/28 [^]
(0151505)
hgbot   
2023-06-22 14:07   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.product.label.printing [^]
Changeset: ac44991cf81dedc7e5979f23cd9dc4fb5b9af94a
Author: Prakash M <prakash@qualiantech.com>
Date: 13-06-2023 07:24:51
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.product.label.printing/-/commit/ac44991cf81dedc7e5979f23cd9dc4fb5b9af94a [^]

Fixes ISSUE-52678: Fixed new properties extended not included in product master

---
M src/org/openbravo/pos2/product/label/printing/master/ProductExtension.java
---