Project:
| View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | ||||||||
| 0038193 | ||||||||
| Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
| defect | [Retail Modules] Web POS | major | have not tried | 2018-03-21 16:37 | 2018-06-19 14:29 | |||
| Reporter | Sandrahuguet | View Status | public | |||||
| Assigned To | Sandrahuguet | |||||||
| Priority | normal | Resolution | fixed | Fixed in Version | RR18Q3 | |||
| Status | closed | Fix in branch | Fixed in SCM revision | d0797b379888 | ||||
| Projection | none | ETA | none | Target Version | ||||
| OS | Linux 64 bit | Database | PostgreSQL | Java version | 7.x | |||
| OS Version | Openbravo Appliance 14.04 | Database version | 9.3.x | Ant version | 1.9.x | |||
| Product Version | SCM revision | |||||||
| 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( | |||||||
| Tags | Performance | |||||||
| Attached Files | ||||||||
Relationships [ Relation Graph ]
[ Dependency Graph ]
|
|||||||||||||||
|
|||||||||||||||
Notes |
|
|
(0104640) hgbot (developer) 2018-05-23 09:24 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: d0797b3798881a9b775cb323b3c79e49159eac58 Author: Sandra Huguet <sandra.huguet <at> openbravo.com> Date: Tue May 22 15:42:52 2018 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d0797b3798881a9b775cb323b3c79e49159eac58 [^] Fixed issue 38193 only update used payment method in current transaction only update used payment method in current ticket and cash management --- M src/org/openbravo/retail/posterminal/ProcessCashMgmt.java M src/org/openbravo/retail/posterminal/UpdateCashup.java M web/org.openbravo.retail.posterminal/js/cashmgmt/model/cashmgmt-model.js M web/org.openbravo.retail.posterminal/js/model/paymentmethodcashup.js M web/org.openbravo.retail.posterminal/js/utils/cashManagementUtils.js M web/org.openbravo.retail.posterminal/js/utils/cashUpReportUtils.js --- |
|
(0105256) hgbot (developer) 2018-06-19 13:56 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: c635a1d6a743821f8a887c0bc59930b2ebeceb76 Author: Antonio Moreno <antonio.moreno <at> openbravo.com> Date: Tue Jun 19 13:56:16 2018 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c635a1d6a743821f8a887c0bc59930b2ebeceb76 [^] Related to issue 38193. Removed unnecessary call to ob-dal --- M web/org.openbravo.retail.posterminal/js/utils/cashUpReportUtils.js --- |
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 |
| Copyright © 2000 - 2009 MantisBT Group |