Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0029953 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2015-05-21 11:04 | 2015-10-21 09:38 | |||
Reporter | yogaskarnik | View Status | public | |||||
Assigned To | guilleaer | |||||||
Priority | high | Resolution | fixed | Fixed in Version | RR15Q3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 42df30f90c08 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | RR15Q1.1 | SCM revision | ||||||
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. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|||||||||||||||
|
![]() |
|
(0077981) hgbot (developer) 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 (developer) 2015-06-02 15:32 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 79d65af3d3058807c70e42ed4f41dfae4210214c Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com> Date: Tue Jun 02 15:31:06 2015 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/79d65af3d3058807c70e42ed4f41dfae4210214c [^] Related to issue 29953: Column name has been reduced to be under 30 --- M src-db/database/model/modifiedTables/C_ORDER.xml M src-db/database/sourcedata/AD_COLUMN.xml --- |
(0077997) hgbot (developer) 2015-06-02 17:42 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 74c64da1c31e9df210f531e3777ddfb0ddcb45a1 Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com> Date: Tue Jun 02 17:41:50 2015 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/74c64da1c31e9df210f531e3777ddfb0ddcb45a1 [^] Related to issue 29953: sync terminology --- M src-db/database/sourcedata/AD_FIELD.xml --- |
(0078287) dmitry_mezentsev (viewer) 2015-06-15 10:24 |
Not closed for 13 days! |
(0078478) hgbot (developer) 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 --- |
(0078482) guilleaer (viewer) 2015-06-24 13:20 |
reopened. new changes to be reviewed |
(0078483) guilleaer (viewer) 2015-06-24 13:21 |
resolved by this commit https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/3051429ce5df [^] |
(0078584) migueldejuana (viewer) 2015-06-30 10:24 |
Tested and reviewed in 763b0dcf9e0c |
(0081164) hgbot (developer) 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 --- |
![]() |
|||
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 |
Copyright © 2000 - 2009 MantisBT Group |