Openbravo Issue Tracking System - Retail Modules
View Issue Details
0045786Retail ModulesWeb POSpublic2021-01-26 14:262021-02-01 12:08
AugustoMauch 
ranjith_qualiantech_com 
normalminorhave not tried
closedfixed 
5
 
RR21Q2 
No
0045786: Make OB.UTIL.currency.toDefaultCurrency, OB.UTIL.currency.toForeignCurrency and OB.I18N.normalizeDate avaiable to POS2
OB.UTIL.currency.toDefaultCurrency and OB.UTIL.currency.toForeignCurrency are not available because they are part of a file (ob-utilitiesuipos.js) that is not included in the generated POS.js.

OB.I18N.normalizeDate is part of ob-i18n.js, that is included in POS.js, but it does not work because it invokes OB.UTIL.argumentsToStringifyed, that is not included.
-
No tags attached.
Issue History
2021-01-26 14:26AugustoMauchNew Issue
2021-01-26 14:26AugustoMauchAssigned To => Retail
2021-01-26 14:26AugustoMauchTriggers an Emergency Pack => No
2021-01-27 07:10ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2021-01-27 07:10ranjith_qualiantech_comStatusnew => scheduled
2021-01-28 14:40hgbotNote Added: 0125836
2021-01-28 14:40hgbotNote Added: 0125837
2021-01-28 14:40hgbotNote Added: 0125838
2021-02-01 12:08hgbotNote Added: 0125911
2021-02-01 12:08hgbotNote Added: 0125912
2021-02-01 12:08hgbotResolutionopen => fixed
2021-02-01 12:08hgbotStatusscheduled => closed
2021-02-01 12:08hgbotFixed in Version => RR21Q2
2021-02-01 12:08hgbotNote Added: 0125913
2021-02-01 12:08hgbotNote Added: 0125914
2021-02-01 12:08hgbotNote Added: 0125915
2021-02-01 12:08hgbotNote Added: 0125916

Notes
(0125836)
hgbot   
2021-01-28 14:40   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/278 [^]
(0125837)
hgbot   
2021-01-28 14:40   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/142 [^]
(0125838)
hgbot   
2021-01-28 14:40   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.giftcards/-/merge_requests/38 [^]
(0125911)
hgbot   
2021-02-01 12:08   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.giftcards [^]
Changeset: 67d5e1471798c6c306680f86d112bcef6bdc077c
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2021-01-31T12:30:50+05:30
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.giftcards/-/commit/67d5e1471798c6c306680f86d112bcef6bdc077c [^]

Related to ISSUE-45786: Removed unused params in getPaymentMethodCurrentCash fn

---
M web/org.openbravo.retail.giftcards/js/components/GiftCardReimbursePaymentSelector.js
---
(0125912)
hgbot   
2021-02-01 12:08   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.giftcards/-/merge_requests/38 [^]
(0125913)
hgbot   
2021-02-01 12:08   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: de40f4c26717cf45d0cfc015a17cc2fe188d2b02
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2021-01-31T12:30:54+05:30
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/de40f4c26717cf45d0cfc015a17cc2fe188d2b02 [^]

Fixed ISSUE-45786: Moved Currency utils fns to business logic
* Removed duplicate method in CashupUtils and replaced it with Currency Util fns

---
A web/org.openbravo.retail.posterminal/app/model/business-logic/currency/CurrencyConversion.js
M src/org/openbravo/retail/posterminal/OBPOSComponentProvider.java
M web/org.openbravo.retail.posterminal/app/model/business-object/cashup/CashupUtils.js
M web/org.openbravo.retail.posterminal/app/model/business-object/cashup/PaymentMethodUtils.js
M web/org.openbravo.retail.posterminal/js/login/model/login-model.js
M web/org.openbravo.retail.posterminal/js/utils/cashManagementUtils.js
M web/org.openbravo.retail.posterminal/js/utils/ob-utilitiesuipos.js
---
(0125914)
hgbot   
2021-02-01 12:08   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/278 [^]
(0125915)
hgbot   
2021-02-01 12:08   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: 1758f7a6508bf57db08609600f5d1550f6e4afff
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2021-01-31T15:48:38+05:30
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/1758f7a6508bf57db08609600f5d1550f6e4afff [^]

Related to ISSUE-45786: Added Utilities fns to business logic

---
A web/org.openbravo.mobile.core/app/model/business-logic/utils/Util.js
M src/org/openbravo/mobile/core/MobileCoreComponentProvider.java
M web/org.openbravo.mobile.core/source/utils/ob-log.js
M web/org.openbravo.mobile.core/source/utils/ob-utilities.js
---
(0125916)
hgbot   
2021-02-01 12:08   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/142 [^]