Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0030962 | Retail Modules | Web POS | public | 2015-09-29 14:52 | 2015-12-09 12:26 |
|
Reporter | Orekaria | |
Assigned To | ranjith_qualiantech_com | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | RR16Q1 | Fixed in Version | RR16Q1 | |
Merge Request Status | |
Review Assigned To | guilleaer |
OBNetwork customer | |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0030962: In syncModel, the 'update' command and support code, must be moved to OB.Dal |
Description | In syncModel, the 'update' command and support code, must be moved to OB.Dal |
Steps To Reproduce | Open the 'ob-terminal-model.js' file
Verify that, in the 'syncModel' method, removeSyncedElemsCallback function, a raw update is performed in the local database:
var sql = "UPDATE " + tableName + " SET isbeingprocessed = ? WHERE " + tableName + "_id = ?";
...
|
Proposed Solution | Add a new method to OB.dal to execute atomic database updates |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | defect | 0030433 | RR15Q4 | closed | Orekaria | The 'syncAllModels ' process is reporting that the server synchronization has finished before the client has been updated |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-09-29 14:52 | Orekaria | New Issue | |
2015-09-29 14:52 | Orekaria | Assigned To | => Retail |
2015-09-29 14:52 | Orekaria | Triggers an Emergency Pack | => No |
2015-09-29 14:52 | Orekaria | Relationship added | depends on 0030433 |
2015-09-29 14:52 | Orekaria | Target Version | => RR16Q1 |
2015-09-29 14:53 | Orekaria | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=9508#r9508 |
2015-11-23 15:40 | Orekaria | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=10334#r10334 |
2015-11-24 06:39 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com |
2015-11-24 07:15 | ranjith_qualiantech_com | Status | new => scheduled |
2015-11-27 10:33 | hgbot | Checkin | |
2015-11-27 10:33 | hgbot | Note Added: 0082403 | |
2015-11-27 10:33 | hgbot | Status | scheduled => resolved |
2015-11-27 10:33 | hgbot | Resolution | open => fixed |
2015-11-27 10:33 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/7e9378934b4822f281f961b533485e1001e24619 [^] |
2015-11-27 10:34 | hgbot | Checkin | |
2015-11-27 10:34 | hgbot | Note Added: 0082404 | |
2015-12-09 12:26 | guilleaer | Review Assigned To | => guilleaer |
2015-12-09 12:26 | guilleaer | Status | resolved => closed |
2015-12-09 12:26 | guilleaer | Fixed in Version | => RR16Q1 |