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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0034600
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajorsometimes2016-11-22 20:042023-03-17 08:03
ReportermalsasuaView Statuspublic 
Assigned Toranjith_qualiantech_com 
PriorityhighResolutionfixedFixed in VersionRR23Q2
StatusclosedFix in branchFixed in SCM revision0a776e364315
ProjectionnoneETAnoneTarget Version
OSLinux 32 bitDatabasePostgreSQLJava version1.6.0_18
OS VersionCommunity ApplianceDatabase version8.3.9Ant version1.7.1
Product VersionSCM revision 
Merge Request Statusapproved
Review Assigned To
OBNetwork customerOBPS
Support ticket44400
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

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

DescriptionSometimes, in Error While Importing window, the json order is not complete: some properties are set to null, for example, taxlines and tax
Steps To Reproducen/a
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0030771RR16Q1 closedjorge-garcia CalculateTaxes should not be executed when the receipt is being closed 

-  Notes
(0093153)
hgbot (developer)
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 (viewer)
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 (viewer)
2017-04-03 11:30

Customer has not reported the problem again. we reject the ticket
(0147420)
sofidossant (viewer)
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 (developer)
2023-03-15 09:13

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1099 [^]
(0147637)
hgbot (developer)
2023-03-17 08:03

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1099 [^]
(0147638)
hgbot (developer)
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
---

- 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 OBNetwork customer => Yes
2016-11-22 20:04 malsasua Support ticket => 44400
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 Merge Request Status => open
2023-03-15 09:13 hgbot Note Added: 0147530
2023-03-17 08:02 hgbot Merge Request Status open => approved
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


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker