Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0045786 | Retail Modules | Web POS | public | 2021-01-26 14:26 | 2021-02-01 12:08 |
|
Reporter | AugustoMauch | |
Assigned To | ranjith_qualiantech_com | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR21Q2 | |
Merge Request Status | approved |
Review Assigned To | |
OBNetwork customer | No |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0045786: Make OB.UTIL.currency.toDefaultCurrency, OB.UTIL.currency.toForeignCurrency and OB.I18N.normalizeDate avaiable to POS2 |
Description | 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. |
Steps To Reproduce | - |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2021-01-26 14:26 | AugustoMauch | New Issue | |
2021-01-26 14:26 | AugustoMauch | Assigned To | => Retail |
2021-01-26 14:26 | AugustoMauch | OBNetwork customer | => No |
2021-01-26 14:26 | AugustoMauch | Triggers an Emergency Pack | => No |
2021-01-27 07:10 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com |
2021-01-27 07:10 | ranjith_qualiantech_com | Status | new => scheduled |
2021-01-28 14:40 | hgbot | Merge Request Status | => open |
2021-01-28 14:40 | hgbot | Note Added: 0125836 | |
2021-01-28 14:40 | hgbot | Note Added: 0125837 | |
2021-01-28 14:40 | hgbot | Note Added: 0125838 | |
2021-02-01 12:08 | hgbot | Merge Request Status | open => approved |
2021-02-01 12:08 | hgbot | Note Added: 0125911 | |
2021-02-01 12:08 | hgbot | Note Added: 0125912 | |
2021-02-01 12:08 | hgbot | Resolution | open => fixed |
2021-02-01 12:08 | hgbot | Status | scheduled => closed |
2021-02-01 12:08 | hgbot | Fixed in Version | => RR21Q2 |
2021-02-01 12:08 | hgbot | Note Added: 0125913 | |
2021-02-01 12:08 | hgbot | Note Added: 0125914 | |
2021-02-01 12:08 | hgbot | Note Added: 0125915 | |
2021-02-01 12:08 | hgbot | Note Added: 0125916 | |
Notes |
|
(0125836)
|
hgbot
|
2021-01-28 14:40
|
|
|
|
(0125837)
|
hgbot
|
2021-01-28 14:40
|
|
|
|
(0125838)
|
hgbot
|
2021-01-28 14:40
|
|
|
|
(0125911)
|
hgbot
|
2021-02-01 12:08
|
|
|
|
(0125912)
|
hgbot
|
2021-02-01 12:08
|
|
|
|
(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
|
|
|
|
(0125915)
|
hgbot
|
2021-02-01 12:08
|
|
|
|
(0125916)
|
hgbot
|
2021-02-01 12:08
|
|
|