Openbravo Issue Tracking System - Retail Modules | |||||||||||||||||||
| View Issue Details | |||||||||||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||||||
| 0038193 | Retail Modules | Web POS | public | 2018-03-21 16:37 | 2018-06-19 14:29 | ||||||||||||||
| Reporter | Sandrahuguet | ||||||||||||||||||
| Assigned To | Sandrahuguet | ||||||||||||||||||
| Priority | normal | Severity | major | Reproducibility | have not tried | ||||||||||||||
| Status | closed | Resolution | fixed | ||||||||||||||||
| Platform | OS | 30 | OS Version | Openbravo Appliance 14.04 | |||||||||||||||
| Product Version | |||||||||||||||||||
| Target Version | Fixed in Version | RR18Q3 | |||||||||||||||||
| Merge Request Status | |||||||||||||||||||
| Review Assigned To | marvintm | ||||||||||||||||||
| OBNetwork customer | No | ||||||||||||||||||
| Support ticket | |||||||||||||||||||
| Regression level | |||||||||||||||||||
| Regression date | |||||||||||||||||||
| Regression introduced in release | |||||||||||||||||||
| Regression introduced by commit | |||||||||||||||||||
| Triggers an Emergency Pack | No | ||||||||||||||||||
| Summary | 0038193: In updateOrCreateCashupInfo is updated all paymentmethods | ||||||||||||||||||
| Description | In updateOrCreateCashupInfo is updated all paymentmethodcashup and only is necessary update the paymentmethod used in the ticket | ||||||||||||||||||
| Steps To Reproduce | Check this code in UpdateCashup.updateOrCreateCashupInfo // Update paymentmethodcashup if (jsonCashup.has("cashPaymentMethodInfo")) { JSONArray paymentCashupInfo = jsonCashup.getJSONArray("cashPaymentMethodInfo"); for (int i = 0; i < paymentCashupInfo.length(); ++i) { JSONObject payment = paymentCashupInfo.getJSONObject(i); // Set Amount To Keep if (jsonCashup.has("cashCloseInfo")) { // Get the paymentMethod id JSONArray cashCloseInfo = jsonCashup.getJSONArray("cashCloseInfo"); for (int j = 0; j < cashCloseInfo.length(); ++j) { JSONObject paymentMethod = cashCloseInfo.getJSONObject(j); if (paymentMethod.getString("paymentTypeId").equals( | ||||||||||||||||||
| Proposed Solution | |||||||||||||||||||
| Additional Information | |||||||||||||||||||
| Tags | Performance | ||||||||||||||||||
| Relationships |
| ||||||||||||||||||
| Attached Files | |||||||||||||||||||
| Issue History | |||||||||||||||||||
| Date Modified | Username | Field | Change | ||||||||||||||||
| 2018-03-21 16:37 | Sandrahuguet | New Issue | |||||||||||||||||
| 2018-03-21 16:37 | Sandrahuguet | Assigned To | => Retail | ||||||||||||||||
| 2018-03-21 16:37 | Sandrahuguet | OBNetwork customer | => No | ||||||||||||||||
| 2018-03-21 16:37 | Sandrahuguet | Triggers an Emergency Pack | => No | ||||||||||||||||
| 2018-03-21 16:38 | Sandrahuguet | Tag Attached: Performance | |||||||||||||||||
| 2018-03-27 10:54 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com | ||||||||||||||||
| 2018-03-27 10:54 | ranjith_qualiantech_com | Status | new => scheduled | ||||||||||||||||
| 2018-03-27 11:21 | Sandrahuguet | Assigned To | ranjith_qualiantech_com => Sandrahuguet | ||||||||||||||||
| 2018-04-10 16:35 | Sandrahuguet | Review Assigned To | => marvintm | ||||||||||||||||
| 2018-05-23 09:24 | hgbot | Checkin | |||||||||||||||||
| 2018-05-23 09:24 | hgbot | Note Added: 0104640 | |||||||||||||||||
| 2018-05-23 09:24 | hgbot | Status | scheduled => resolved | ||||||||||||||||
| 2018-05-23 09:24 | hgbot | Resolution | open => fixed | ||||||||||||||||
| 2018-05-23 09:24 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d0797b3798881a9b775cb323b3c79e49159eac58 [^] | ||||||||||||||||
| 2018-06-19 13:56 | hgbot | Checkin | |||||||||||||||||
| 2018-06-19 13:56 | hgbot | Note Added: 0105256 | |||||||||||||||||
| 2018-06-19 14:29 | marvintm | Status | resolved => closed | ||||||||||||||||
| 2018-06-19 14:29 | marvintm | Fixed in Version | => RR18Q3 | ||||||||||||||||
| 2019-01-30 10:49 | guillermogil | Relationship added | causes 0040019 | ||||||||||||||||
| 2019-01-31 06:48 | guillermogil | Relationship added | related to 0040078 | ||||||||||||||||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||