Openbravo Issue Tracking System - POS2
View Issue Details
0050349POS2POSpublic2022-09-27 00:172022-10-11 01:15
mtaal 
mtaal 
normalminorhave not tried
closedfixed 
5
 
23Q1 
No
0050349: RM-2495: Add the printable price option for UI
This option controls price display at ticket line level in the user interface
See spec:
https://docs.google.com/document/d/12bVsbMoJIy-PWbcvbqOMnhhLtNbTb-PFZRYvd6iAOKE/edit [^]
No tags attached.
related to defect 0051304 closed ranjith_qualiantech_com [OPECOM] [WebPos]The Discount percentage disappear when adding a product qty > 1 to my sale in WebPos UI 
Issue History
2022-09-27 00:17mtaalNew Issue
2022-09-27 00:17mtaalAssigned To => mtaal
2022-09-27 00:17mtaalTriggers an Emergency Pack => No
2022-09-27 00:20hgbotNote Added: 0141383
2022-09-27 00:23hgbotNote Added: 0141384
2022-10-04 23:09mtaalNote Added: 0141655
2022-10-07 11:37hgbotResolutionopen => fixed
2022-10-07 11:37hgbotStatusnew => closed
2022-10-07 11:37hgbotFixed in Version => 23Q1
2022-10-07 11:37hgbotNote Added: 0141845
2022-10-07 11:37hgbotNote Added: 0141846
2022-10-07 11:38hgbotNote Added: 0141847
2022-10-07 11:38hgbotNote Added: 0141848
2022-10-10 02:14hgbotNote Added: 0141867
2022-10-10 02:15hgbotNote Added: 0141868
2022-10-10 02:15hgbotNote Added: 0141869
2022-10-11 01:15hgbotNote Added: 0141936
2022-10-11 01:15hgbotNote Added: 0141937
2022-10-11 01:15hgbotNote Added: 0141938
2023-07-21 12:24ranjith_qualiantech_comRelationship addedrelated to 0051304

Notes
(0141383)
hgbot   
2022-09-27 00:20   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.commercialoperations/-/merge_requests/15 [^]
(0141384)
hgbot   
2022-09-27 00:23   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1232 [^]
(0141655)
mtaal   
2022-10-04 23:09   
Proof of testing: https://docs.google.com/spreadsheets/d/1pJIwPI0mJhXfUAbH-SYu6zmnDwbu7WgR4Zb9aTci4H4/edit#gid=0 [^]
(0141845)
hgbot   
2022-10-07 11:37   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 001814a67e774ddbdec57fe743b36cfa4b7ae579
Author: Martin Taal <martin.taal@openbravo.com>
Date: 07-10-2022 09:37:20
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/001814a67e774ddbdec57fe743b36cfa4b7ae579 [^]

Fixed ISSUE-50349: add extra price option UI field to control how prices are shown

---
A src/org/openbravo/pos2/master/InvoiceLinesProperties.java
M src-db/database/model/modifiedTables/C_ORDERLINE.xml
M src-db/database/model/modifiedTables/M_PRODUCTPRICE.xml
M src-db/database/model/modifiedTables/M_PRODUCTPRICE_EXC.xml
M src-db/database/model/tables/OBPOS2_POP.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_FIELDGROUP.xml
M src-db/database/sourcedata/AD_REFERENCE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M src/org/openbravo/pos2/master/LoadedProductProperties.java
M src/org/openbravo/pos2/master/PaidReceiptLinesProperties.java
M src/org/openbravo/pos2/master/ProductProperties.java
M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLineDiscount/TicketLineDiscount.jsx
M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLinePrediscountPrice/TicketLinePrediscountPrice.jsx
M web-jspack/org.openbravo.pos2/src/model/ticket/actions/AddPrintOptions.js
---
(0141846)
hgbot   
2022-10-07 11:37   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1232 [^]
(0141847)
hgbot   
2022-10-07 11:38   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.commercialoperations/-/merge_requests/15 [^]
(0141848)
hgbot   
2022-10-07 11:38   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.commercialoperations [^]
Changeset: edeed3380dacded620d737c854f5a846260dc438
Author: Martin Taal <martin.taal@openbravo.com>
Date: 07-10-2022 09:37:58
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.commercialoperations/-/commit/edeed3380dacded620d737c854f5a846260dc438 [^]

Fixed ISSUE-50349: include the print price option for the UI

---
A src-db/database/model/triggers/OBCOMOP_COM_OPERATION_TRG.xml
M src-db/database/model/tables/OBCOMOP_COM_OPERATION.xml
M src-db/database/model/tables/OBCOMOP_COM_OPER_PRODPRI.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src/org/openbravo/commercialoperations/process/ValidateCommercialOperationProcess.java
---
(0141867)
hgbot   
2022-10-10 02:14   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.commercialoperations/-/merge_requests/18 [^]
(0141868)
hgbot   
2022-10-10 02:15   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.commercialoperations [^]
Changeset: 5af9baa4d6e561dc75ad42b9b4929e2d56173c5a
Author: Martin Taal <martin.taal@openbravo.com>
Date: 10-10-2022 02:14:14
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.commercialoperations/-/commit/5af9baa4d6e561dc75ad42b9b4929e2d56173c5a [^]

Revert "Fixed ISSUE-50349: include the print price option for the UI"

This reverts commit edeed3380dacded620d737c854f5a846260dc438.

---
M src-db/database/model/tables/OBCOMOP_COM_OPERATION.xml
M src-db/database/model/tables/OBCOMOP_COM_OPER_PRODPRI.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src/org/openbravo/commercialoperations/process/ValidateCommercialOperationProcess.java
R src-db/database/model/triggers/OBCOMOP_COM_OPERATION_TRG.xml
---
(0141869)
hgbot   
2022-10-10 02:15   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.commercialoperations/-/merge_requests/18 [^]
(0141936)
hgbot   
2022-10-11 01:15   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.commercialoperations/-/merge_requests/19 [^]
(0141937)
hgbot   
2022-10-11 01:15   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.commercialoperations [^]
Changeset: 06b24d5a8e20ae8c781b2bc4d1ea4e4283e8c5f5
Author: Martin Taal <martin.taal@openbravo.com>
Date: 11-10-2022 01:14:44
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.commercialoperations/-/commit/06b24d5a8e20ae8c781b2bc4d1ea4e4283e8c5f5 [^]

Fixed ISSUE-50349: include the print price option for the UI

---
A src-db/database/model/triggers/OBCOMOP_COM_OPERATION_TRG.xml
M src-db/database/model/tables/OBCOMOP_COM_OPERATION.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src/org/openbravo/commercialoperations/process/ValidateCommercialOperationProcess.java
---
(0141938)
hgbot   
2022-10-11 01:15   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.commercialoperations/-/merge_requests/19 [^]