Openbravo Issue Tracking System - Retail Modules | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0037284 | Retail Modules | Web POS | public | 2017-11-14 09:48 | 2017-12-26 18:17 |
Reporter | adrianromero | ||||
Assigned To | adrianromero | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | RR18Q1 | |||
Merge Request Status | |||||
Review Assigned To | guilleaer | ||||
OBNetwork customer | No | ||||
Support ticket | |||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0037284: It should be good to have an utility function to get a payment by key | ||||
Description | To reuse code it should be good to have the following utility function: OB.UTIL.getPaymentByKey = function (key) { var i; var terminalPayments = OB.MobileApp.model.get('payments'); for (i = 0; i < terminalPayments.length; i++) { if (terminalPayments[i].payment.searchKey === key) { return terminalPayments[i]; } } return null; }; | ||||
Steps To Reproduce | N/A | ||||
Proposed Solution | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | ![]() https://issues.openbravo.com/file_download.php?file_id=11285&type=bug | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2017-11-14 09:48 | adrianromero | New Issue | |||
2017-11-14 09:48 | adrianromero | Assigned To | => Retail | ||
2017-11-14 09:48 | adrianromero | OBNetwork customer | => No | ||
2017-11-14 09:48 | adrianromero | Triggers an Emergency Pack | => No | ||
2017-11-14 09:55 | adrianromero | File Added: issue0037284.patch | |||
2017-11-14 09:55 | adrianromero | Note Added: 0100508 | |||
2017-11-14 09:56 | adrianromero | Review Assigned To | => guilleaer | ||
2017-12-11 13:31 | hgbot | Checkin | |||
2017-12-11 13:31 | hgbot | Note Added: 0100961 | |||
2017-12-11 13:31 | hgbot | Status | new => resolved | ||
2017-12-11 13:31 | hgbot | Resolution | open => fixed | ||
2017-12-11 13:31 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/2d661d17056ebcccd6b337420c4220884db32c46 [^] | ||
2017-12-11 13:46 | marvintm | Assigned To | Retail => adrianromero | ||
2017-12-26 18:17 | guilleaer | Status | resolved => closed | ||
2017-12-26 18:17 | guilleaer | Fixed in Version | => RR18Q1 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|