Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0038193
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajorhave not tried2018-03-21 16:372018-06-19 14:29
ReporterSandrahuguetView Statuspublic 
Assigned ToSandrahuguet 
PrioritynormalResolutionfixedFixed in VersionRR18Q3
StatusclosedFix in branchFixed in SCM revisiond0797b379888
ProjectionnoneETAnoneTarget Version
OSLinux 64 bitDatabasePostgreSQLJava version7.x
OS VersionOpenbravo Appliance 14.04Database version9.3.xAnt version1.9.x
Product VersionSCM revision 
Review Assigned Tomarvintm
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0038193: In updateOrCreateCashupInfo is updated all paymentmethods

DescriptionIn updateOrCreateCashupInfo is updated all paymentmethodcashup and only is necessary update the paymentmethod used in the ticket
Steps To ReproduceCheck 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(
TagsPerformance
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to design defect 0040078 newRetail If a new column is added to PaymentMethodCashup the data is inconsistent on WebPOS 
causes defect 0040019 closedranjith_qualiantech_com Counted amount is wrong in the Cashup Report 

-  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 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
Powered by Mantis Bugtracker