Openbravo Issue Tracking System - POS2
View Issue Details
0049805POS2POSpublic2022-07-14 12:452022-09-19 12:11
mqueralt 
mqueralt 
normalminorhave not tried
closedfixed 
5
 
22Q4 
No
0049805: SMCP - Printable Price Option
Some prices need to be displayed (both in UI and in printable template) in different ways depending on each commercial operation configuration.

Add new fields and change printTemplates

Maybe add some new logical to ProductProperties core module
No tags attached.
Issue History
2022-07-14 12:45mqueraltNew Issue
2022-07-14 12:45mqueraltAssigned To => mqueralt
2022-07-14 12:45mqueraltModules => Core
2022-07-14 12:45mqueraltTriggers an Emergency Pack => No
2022-08-26 11:04mtaalNote Added: 0140422
2022-09-07 11:55mtaalNote Added: 0140786
2022-09-07 15:55mtaalNote Added: 0140811
2022-09-07 17:54hgbotResolutionopen => fixed
2022-09-07 17:54hgbotStatusnew => resolved
2022-09-07 17:54hgbotFixed in Version => 22Q4
2022-09-07 17:54hgbotNote Added: 0140827
2022-09-07 17:56hgbotNote Added: 0140828
2022-09-19 12:10mtaalProjectOpenbravo ERP => POS2
2022-09-19 12:10mtaalCategory07. Sales management => POS
2022-09-19 12:11mtaalNote Added: 0141223
2022-09-19 12:11mtaalStatusresolved => closed

Notes
(0140422)
mtaal   
2022-08-26 11:04   
MRs:
https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1158 [^]

https://gitlab.com/openbravo/product/pmods/org.openbravo.commercialoperations/-/merge_requests/8 [^]

https://gitlab.com/obcustomers/SMCP/com.openbravo.smcp.retail.printtemplates/-/merge_requests/14 [^]
(0140786)
mtaal   
2022-09-07 11:55   
Proof of testing:
https://docs.google.com/spreadsheets/u/1/d/1EAH4UMC3rWy1mydJOzn7wn-aB-uMywVYNnC62hqmdgM/edit#gid=0 [^]
(0140811)
mtaal   
2022-09-07 15:55   
Build:
https://builds.openbravo.com/job/mod-retail-pos2-modules/866/ [^]
(0140827)
hgbot   
2022-09-07 17:54   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: d0de70eb0b1c0b5e14e177d319eda2e30678710e
Author: Martí Queralt <marti.queralt@openbravo.com>
Date: 07-09-2022 15:54:19
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/d0de70eb0b1c0b5e14e177d319eda2e30678710e [^]

Fixes ISSUE-49805: Implement Printable Price Option

---
A src-db/database/model/modifiedTables/M_PRODUCTPRICE_EXC.xml
A web-jspack/org.openbravo.pos2/src/model/ticket/actions/AddPrintOptions.js
M src-db/database/model/modifiedTables/C_ORDERLINE.xml
M src-db/database/model/modifiedTables/M_PRODUCTPRICE.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_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/ob-init.js
---
(0140828)
hgbot   
2022-09-07 17:56   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.commercialoperations [^]
Changeset: aed76ef639e059afc95603591c8c1417935eb75b
Author: Martí Queralt <marti.queralt@openbravo.com>
Date: 07-09-2022 15:56:04
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.commercialoperations/-/commit/aed76ef639e059afc95603591c8c1417935eb75b [^]

Fixes ISSUE-49805: Implement Printable Price Option

---
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
---
(0141223)
mtaal   
2022-09-19 12:11   
Closing as developments have been merged