Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0027249 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | minor | always | 2014-07-31 15:41 | 2023-02-22 05:53 | |||
Reporter | Orekaria | View Status | public | |||||
Assigned To | Orekaria | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | 6e1eb612267b | ||||
Projection | none | ETA | none | Target Version | RR14Q4 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | szapata | |||||||
OBNetwork customer | No | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0027249: The logic to check if the WebPOS is offline should not be handle into the dataordersave class | |||||||
Description | The logic to check if the WebPOS is offline should not be handle into the dataordersave class | |||||||
Steps To Reproduce | Verify that in the dataordersave.js file this lines are present: if (this.receipt.get('isbeingprocessed') === 'Y') { //The receipt has already been sent, it should not be sent again return; } // The order will not be processed if the navigator is offline if (OB.POS.modelterminal.get('connectedToERP')) { this.receipt.set('isbeingprocessed', 'Y'); } | |||||||
Proposed Solution | Remove that lines | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0069011) hgbot (developer) 2014-07-31 15:42 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 5d14c4fd0cc35812ee5becbe0d775d4cf5a09423 Author: Rafa Alonso <rafael.alonso <at> openbravo.com> Date: Thu Jul 31 15:41:53 2014 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5d14c4fd0cc35812ee5becbe0d775d4cf5a09423 [^] Fixes issue 27249: the logic to check if the WebPOS is offline is not needed in the dataordersave class --- M web/org.openbravo.retail.posterminal/js/data/dataordersave.js --- |
(0069012) hgbot (developer) 2014-07-31 15:44 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: c17e1ed25f76c91a0ea20c54dab4f8b92cf0b096 Author: Rafa Alonso <rafael.alonso <at> openbravo.com> Date: Thu Jul 31 15:44:31 2014 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c17e1ed25f76c91a0ea20c54dab4f8b92cf0b096 [^] Related to issue 27249: the logic to check if the WebPOS is offline is not needed in the dataordersave class --- M web/org.openbravo.retail.posterminal/js/data/dataordersave.js --- |
(0069014) hgbot (developer) 2014-07-31 15:48 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: f7d836b8cbb7a68b9f124ff0715fd282a4c1d56c Author: Rafa Alonso <rafael.alonso <at> openbravo.com> Date: Thu Jul 31 15:48:20 2014 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f7d836b8cbb7a68b9f124ff0715fd282a4c1d56c [^] Related to issue 27249: the logic to check if the WebPOS is offline is not needed in the dataordersave class --- M web/org.openbravo.retail.posterminal/js/data/dataordersave.js --- |
(0069285) szapata (viewer) 2014-08-11 03:49 |
Only the verification of the connection should have been deleted and this is OK in the last version of the code. There were other code deletions that shouldn't be removed and they were added again in future commits. I will close the issue because the verification of the connection is not anymore in this file. |
(0071968) malsasua (viewer) 2014-11-25 12:07 |
reopened by error. closed again |
![]() |
|||
Date Modified | Username | Field | Change |
2014-07-31 15:41 | Orekaria | New Issue | |
2014-07-31 15:41 | Orekaria | Assigned To | => Orekaria |
2014-07-31 15:41 | Orekaria | OBNetwork customer | => No |
2014-07-31 15:41 | Orekaria | Triggers an Emergency Pack | => No |
2014-07-31 15:41 | Orekaria | Target Version | => RR14Q4 |
2014-07-31 15:42 | hgbot | Checkin | |
2014-07-31 15:42 | hgbot | Note Added: 0069011 | |
2014-07-31 15:42 | hgbot | Status | new => resolved |
2014-07-31 15:42 | hgbot | Resolution | open => fixed |
2014-07-31 15:42 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5d14c4fd0cc35812ee5becbe0d775d4cf5a09423 [^] |
2014-07-31 15:44 | hgbot | Checkin | |
2014-07-31 15:44 | hgbot | Note Added: 0069012 | |
2014-07-31 15:48 | hgbot | Checkin | |
2014-07-31 15:48 | hgbot | Note Added: 0069014 | |
2014-08-11 03:49 | szapata | Review Assigned To | => szapata |
2014-08-11 03:49 | szapata | Note Added: 0069285 | |
2014-08-11 03:49 | szapata | Status | resolved => closed |
2014-11-25 12:05 | hgbot | Checkin | |
2014-11-25 12:05 | hgbot | Note Added: 0071967 | |
2014-11-25 12:05 | hgbot | Status | closed => resolved |
2014-11-25 12:05 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5d14c4fd0cc35812ee5becbe0d775d4cf5a09423 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6e1eb612267b604efc7bafd68a3ae4d8b0382a19 [^] |
2014-11-25 12:07 | malsasua | Note Deleted: 0071967 | |
2014-11-25 12:07 | malsasua | Note Added: 0071968 | |
2014-11-25 12:07 | malsasua | Status | resolved => closed |
2023-02-22 05:53 | thielmikayla | Note Added: 0146847 | |
2023-07-11 13:49 | shuehner | Note Deleted: 0146847 |
Copyright © 2000 - 2009 MantisBT Group |