Openbravo Issue Tracking System - Retail Modules
View Issue Details
0034600Retail ModulesWeb POSpublic2016-11-22 20:042023-03-17 08:03
malsasua 
ranjith_qualiantech_com 
highmajorsometimes
closedfixed 
20Community Appliance
 
RR23Q2 
No
0034600: in Error While Importing, some properties in the JSON order are empty: taxlines/tax
Sometimes, in Error While Importing window, the json order is not complete: some properties are set to null, for example, taxlines and tax
n/a
No tags attached.
related to defect 0030771RR16Q1 closed jorge-garcia CalculateTaxes should not be executed when the receipt is being closed 
Issue History
2016-11-22 20:04malsasuaNew Issue
2016-11-22 20:04malsasuaAssigned To => Retail
2016-11-22 20:04malsasuaResolution time => 1481756400
2016-11-22 20:04malsasuaTriggers an Emergency Pack => No
2016-11-22 20:09malsasuaRelationship addedrelated to 0030771
2016-12-22 11:12marvintmResolution time1481756400 => 1483570800
2017-01-02 09:06jorge-garciaStatusnew => scheduled
2017-01-02 09:06jorge-garciaAssigned ToRetail => jorge-garcia
2017-01-04 08:50hgbotCheckin
2017-01-04 08:50hgbotNote Added: 0093153
2017-01-04 08:50hgbotStatusscheduled => resolved
2017-01-04 08:50hgbotResolutionopen => fixed
2017-01-04 08:50hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0a776e3643159176664197f15e439fc27a49a33e [^]
2017-01-09 10:43marvintmStatusresolved => new
2017-01-09 10:43marvintmResolutionfixed => open
2017-01-09 10:43marvintmNote Added: 0093251
2017-01-09 10:43marvintmAssigned Tojorge-garcia => malsasua
2017-01-09 10:43marvintmStatusnew => feedback
2017-03-07 05:27pradeepvarmaIssue Monitored: pradeepvarma
2017-04-03 11:30malsasuaNote Added: 0095795
2017-04-03 11:30malsasuaStatusfeedback => closed
2017-04-03 11:30malsasuaResolutionopen => unable to reproduce
2023-03-09 17:24sofidossantAssigned Tomalsasua => Retail
2023-03-09 17:24sofidossantStatusclosed => new
2023-03-09 17:25sofidossantNote Added: 0147420
2023-03-15 08:00ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2023-03-15 08:01ranjith_qualiantech_comStatusnew => scheduled
2023-03-15 09:13hgbotNote Added: 0147530
2023-03-17 08:03hgbotNote Added: 0147637
2023-03-17 08:03hgbotResolutionunable to reproduce => fixed
2023-03-17 08:03hgbotStatusscheduled => closed
2023-03-17 08:03hgbotFixed in Version => RR23Q2
2023-03-17 08:03hgbotNote Added: 0147638

Notes
(0093153)
hgbot   
2017-01-04 08:50   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 0a776e3643159176664197f15e439fc27a49a33e
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Jan 03 16:46:21 2017 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0a776e3643159176664197f15e439fc27a49a33e [^]

Fixed issue 34600: in Error While Importing, some properties in the JSON
order are empty taxlines/tax

Added some log to save function triggered when the receipt is being closed.

---
M web/org.openbravo.retail.posterminal/js/model/order.js
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
---
(0093251)
marvintm   
2017-01-09 10:43   
The log added in this issue is correct. Now, we need to wait for the problem to happen again in the customer.
(0095795)
malsasua   
2017-04-03 11:30   
Customer has not reported the problem again. we reject the ticket
(0147420)
sofidossant   
2023-03-09 17:25   
The log is incorrect:

The receipt is being save during the closing: [object Object];

We need to change the way to see the diffReceipt

      if (this.get('isBeingClosed')) {
        var diffReceipt = OB.UTIL.diffJson(this.serializeToJSON(), this.get('json'));
        var error = new Error();
        OB.error('The receipt is being save during the closing: ' + diffReceipt);
        OB.error('The stack trace is: ' + error.stack);
      }
(0147530)
hgbot   
2023-03-15 09:13   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1099 [^]
(0147637)
hgbot   
2023-03-17 08:03   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1099 [^]
(0147638)
hgbot   
2023-03-17 08:03   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 9042349d258001a3d1b117d81fac5df76e99ce95
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 17-03-2023 07:02:49
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/9042349d258001a3d1b117d81fac5df76e99ce95 [^]

Fixed ISSUE-34600: Updated log to show changed properties when saving the receipt

---
M web/org.openbravo.retail.posterminal/js/model/order.js
---