Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0034600 | Retail Modules | Web POS | public | 2016-11-22 20:04 | 2023-03-17 08:03 |
|
Reporter | malsasua | |
Assigned To | ranjith_qualiantech_com | |
Priority | high | Severity | major | Reproducibility | sometimes |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Community Appliance |
Product Version | | |
Target Version | | Fixed in Version | RR23Q2 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0034600: in Error While Importing, some properties in the JSON order are empty: taxlines/tax |
Description | Sometimes, in Error While Importing window, the json order is not complete: some properties are set to null, for example, taxlines and tax |
Steps To Reproduce | n/a |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0030771 | RR16Q1 | closed | jorge-garcia | CalculateTaxes should not be executed when the receipt is being closed |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2016-11-22 20:04 | malsasua | New Issue | |
2016-11-22 20:04 | malsasua | Assigned To | => Retail |
2016-11-22 20:04 | malsasua | Resolution time | => 1481756400 |
2016-11-22 20:04 | malsasua | Triggers an Emergency Pack | => No |
2016-11-22 20:09 | malsasua | Relationship added | related to 0030771 |
2016-12-22 11:12 | marvintm | Resolution time | 1481756400 => 1483570800 |
2017-01-02 09:06 | jorge-garcia | Status | new => scheduled |
2017-01-02 09:06 | jorge-garcia | Assigned To | Retail => jorge-garcia |
2017-01-04 08:50 | hgbot | Checkin | |
2017-01-04 08:50 | hgbot | Note Added: 0093153 | |
2017-01-04 08:50 | hgbot | Status | scheduled => resolved |
2017-01-04 08:50 | hgbot | Resolution | open => fixed |
2017-01-04 08:50 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0a776e3643159176664197f15e439fc27a49a33e [^] |
2017-01-09 10:43 | marvintm | Status | resolved => new |
2017-01-09 10:43 | marvintm | Resolution | fixed => open |
2017-01-09 10:43 | marvintm | Note Added: 0093251 | |
2017-01-09 10:43 | marvintm | Assigned To | jorge-garcia => malsasua |
2017-01-09 10:43 | marvintm | Status | new => feedback |
2017-03-07 05:27 | pradeepvarma | Issue Monitored: pradeepvarma | |
2017-04-03 11:30 | malsasua | Note Added: 0095795 | |
2017-04-03 11:30 | malsasua | Status | feedback => closed |
2017-04-03 11:30 | malsasua | Resolution | open => unable to reproduce |
2023-03-09 17:24 | sofidossant | Assigned To | malsasua => Retail |
2023-03-09 17:24 | sofidossant | Status | closed => new |
2023-03-09 17:25 | sofidossant | Note Added: 0147420 | |
2023-03-15 08:00 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com |
2023-03-15 08:01 | ranjith_qualiantech_com | Status | new => scheduled |
2023-03-15 09:13 | hgbot | Note Added: 0147530 | |
2023-03-17 08:03 | hgbot | Note Added: 0147637 | |
2023-03-17 08:03 | hgbot | Resolution | unable to reproduce => fixed |
2023-03-17 08:03 | hgbot | Status | scheduled => closed |
2023-03-17 08:03 | hgbot | Fixed in Version | => RR23Q2 |
2023-03-17 08:03 | hgbot | Note 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
---
|
|
|
|
The log added in this issue is correct. Now, we need to wait for the problem to happen again in the customer. |
|
|
|
Customer has not reported the problem again. we reject the ticket |
|
|
|
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
|
|
|
|
(0147637)
|
hgbot
|
2023-03-17 08:03
|
|
|
|
(0147638)
|
hgbot
|
2023-03-17 08:03
|
|
|