Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0037692 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
backport | [Retail Modules] Web POS | minor | always | 2018-01-19 11:10 | 2018-01-24 14:15 | |||
Reporter | migueldejuana | View Status | public | |||||
Assigned To | migueldejuana | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | RR17Q3.3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | b6d3bbc589ba | ||||
Projection | none | ETA | none | Target Version | RR17Q3.3 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
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 | 0037692: Remove unneeded receipt save which causes performance problems | |||||||
Description | After every change in the receipt, calculateReceipt is executed. Inside this function, we do a save of the order in the local database. All the interactions with the local database must be avoided because the performance get affected. We need to remove all saves of the receipt done before doing calculateReceipt because they are not needed and make performance to be bad. | |||||||
Steps To Reproduce | See Desc. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0101901) migueldejuana (viewer) 2018-01-23 11:53 |
Repository: retail/backports/3.0RR17Q3.3/org.openbravo.retail.posterminal Changeset: b3f034cd8aefcd826dd352363a3bb63c03b90596 Author: Miguel de Juana <miguel.dejuana <at> openbravo.com> Date: Tue Jan 23 11:47:12 2018 +0100 URL: http://code.openbravo.com/retail/backports/3.0RR17Q3.3/org.openbravo.retail.posterminal/rev/b3f034cd8aefcd826dd352363a3bb63c03b90596 [^] [^] Fixed issue 0037688: Remove unneeded receipt save which causes performance problems - Remove unneeded receipt save to improve performance -Mantain the check for corner case when a line is added while the order is be send to backend. Remove from rfid buffers the line because it is not added --- M web/org.openbravo.retail.posterminal/js/model/order.js |
![]() |
|||
Date Modified | Username | Field | Change |
2018-01-19 12:18 | marvintm | Type | defect => backport |
2018-01-19 12:18 | marvintm | Target Version | => RR17Q3.3 |
2018-01-23 11:53 | migueldejuana | Note Added: 0101901 | |
2018-01-23 11:53 | migueldejuana | Status | scheduled => resolved |
2018-01-23 11:53 | migueldejuana | Fixed in Version | => RR17Q3.3 |
2018-01-23 11:53 | migueldejuana | Resolution | open => fixed |
2018-01-24 14:15 | marvintm | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |