Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0029953 | Retail Modules | Web POS | public | 2015-05-21 11:04 | 2015-10-21 09:38 |
|
Reporter | yogaskarnik | |
Assigned To | guilleaer | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | RR15Q1.1 | |
Target Version | | Fixed in Version | RR15Q3 | |
Merge Request Status | |
Review Assigned To | migueldejuana |
OBNetwork customer | OBPS |
Support ticket | 36269 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0029953: Web POS orders not deleted from local storage |
Description | When Web POS comes online the orders are synchronized to backoffice but not removed from local storage. As observed this happens when the quotation is modified and the Synchronization process tries to create and modify the quotation at the same time, a timeout occurs in the backoffice and the Web POS does not gets a response and does not delete the orders from local storage. |
Steps To Reproduce | Reproducible in an environment with large amount of data. Contact support for the environment. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | has duplicate | defect | 0029247 | RR15Q3 | closed | marvintm | when quotation is reactivated, time of sync is very high | blocks | defect | 0031608 | | closed | mario_castello | when quotation is reactivated, quotation id wrongly incremented to n+1 |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-05-21 11:04 | yogaskarnik | New Issue | |
2015-05-21 11:04 | yogaskarnik | Assigned To | => Retail |
2015-05-21 11:04 | yogaskarnik | OBNetwork customer | => Yes |
2015-05-21 11:04 | yogaskarnik | Support ticket | => 36269 |
2015-05-21 11:04 | yogaskarnik | Resolution time | => 1432245600 |
2015-05-21 11:04 | yogaskarnik | Triggers an Emergency Pack | => No |
2015-06-02 09:34 | VictorVillar | Resolution time | 1432245600 => 1434924000 |
2015-06-02 13:45 | guilleaer | Assigned To | Retail => guilleaer |
2015-06-02 13:50 | hgbot | Checkin | |
2015-06-02 13:50 | hgbot | Note Added: 0077981 | |
2015-06-02 13:50 | hgbot | Status | new => resolved |
2015-06-02 13:50 | hgbot | Resolution | open => fixed |
2015-06-02 13:50 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/42df30f90c085d8b2938b1d508e10d411dc15fc7 [^] |
2015-06-02 15:32 | hgbot | Checkin | |
2015-06-02 15:32 | hgbot | Note Added: 0077988 | |
2015-06-02 17:42 | hgbot | Checkin | |
2015-06-02 17:42 | hgbot | Note Added: 0077997 | |
2015-06-15 10:24 | dmitry_mezentsev | Note Added: 0078287 | |
2015-06-15 18:14 | marvintm | Relationship added | has duplicate 0029247 |
2015-06-18 13:27 | marvintm | Review Assigned To | => marvintm |
2015-06-18 13:27 | marvintm | Status | resolved => closed |
2015-06-18 13:27 | marvintm | Fixed in Version | => RR15Q3 |
2015-06-24 12:18 | hgbot | Checkin | |
2015-06-24 12:18 | hgbot | Note Added: 0078478 | |
2015-06-24 13:20 | guilleaer | Note Added: 0078482 | |
2015-06-24 13:20 | guilleaer | Status | closed => new |
2015-06-24 13:20 | guilleaer | Resolution | fixed => open |
2015-06-24 13:20 | guilleaer | Fixed in Version | RR15Q3 => |
2015-06-24 13:20 | guilleaer | Status | new => scheduled |
2015-06-24 13:21 | guilleaer | Note Added: 0078483 | |
2015-06-24 13:21 | guilleaer | Status | scheduled => resolved |
2015-06-24 13:21 | guilleaer | Resolution | open => fixed |
2015-06-30 10:24 | migueldejuana | Review Assigned To | marvintm => migueldejuana |
2015-06-30 10:24 | migueldejuana | Note Added: 0078584 | |
2015-06-30 10:24 | migueldejuana | Status | resolved => closed |
2015-06-30 10:24 | migueldejuana | Fixed in Version | => RR15Q3 |
2015-10-21 09:38 | hgbot | Checkin | |
2015-10-21 09:38 | hgbot | Note Added: 0081164 | |
2015-12-10 18:17 | Orekaria | Relationship added | blocks 0031608 |
Notes |
|
(0077981)
|
hgbot
|
2015-06-02 13:50
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 42df30f90c085d8b2938b1d508e10d411dc15fc7
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Tue Jun 02 13:48:24 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/42df30f90c085d8b2938b1d508e10d411dc15fc7 [^]
Fixed issue 0029953: Rejected quotations are not deleted but marked as rejected.
To avoid performance issues while quotations are removed, we mark the quotation as rejected (CJ). Apart from that a new column has been added to c_order table to link the new quotation with the rejected one. New quotation will use a new document No.
---
M src-db/database/model/modifiedTables/C_ORDER.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src/org/openbravo/retail/posterminal/OrderLoader.java
M web/org.openbravo.retail.posterminal/js/model/order.js
---
|
|
|
(0077988)
|
hgbot
|
2015-06-02 15:32
|
|
|
|
(0077997)
|
hgbot
|
2015-06-02 17:42
|
|
|
|
|
|
|
(0078478)
|
hgbot
|
2015-06-24 12:18
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 3051429ce5df6273c8670084c088ed54c18f8afe
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Fri Jun 05 15:56:08 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/3051429ce5df6273c8670084c088ed54c18f8afe [^]
Related to issue 29953: specific flow was not working fine
When a quotation is reactivated without load it the flow was not working because the order id of the quotation was being set to null.
Now id is not set to null, so when the quotation is reactivated we have the id to be used to set the oldid in the new reactivated quotation.
Creation date is updated because documentNo also is updated.
One popup is shown if the user try to reactivate a quotation whitout ID
---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web/org.openbravo.retail.posterminal/js/data/dataordersave.js
M web/org.openbravo.retail.posterminal/js/model/order.js
---
|
|
|
|
reopened. new changes to be reviewed |
|
|
|
|
|
|
Tested and reviewed in 763b0dcf9e0c |
|
|
(0081164)
|
hgbot
|
2015-10-21 09:38
|
|
Repository: tools/automation/pi-mobile
Changeset: cef475bcfa9a44edebfb7b262d99dfec488cb6ba
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Tue Oct 20 22:48:18 2015 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/cef475bcfa9a44edebfb7b262d99dfec488cb6ba [^]
Related to issue 29953, Related to issue 30412: Add new test to validate quotations flow
---
M src-test/org/openbravo/test/mobile/common/selenium/javascript/TestId.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I29953_ReactivateQuotation.java
---
|
|