Openbravo Issue Tracking System - Retail Modules
View Issue Details
0027249Retail ModulesWeb POSpublic2014-07-31 15:412023-02-22 05:53
Orekaria 
Orekaria 
normalminoralways
closedfixed 
5
 
RR14Q4 
szapata
No
0027249: The logic to check if the WebPOS is offline should not be handle into the dataordersave class
The logic to check if the WebPOS is offline should not be handle into the dataordersave class
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');
  }
Remove that lines
No tags attached.
Issue History
2014-07-31 15:41OrekariaNew Issue
2014-07-31 15:41OrekariaAssigned To => Orekaria
2014-07-31 15:41OrekariaTriggers an Emergency Pack => No
2014-07-31 15:41OrekariaTarget Version => RR14Q4
2014-07-31 15:42hgbotCheckin
2014-07-31 15:42hgbotNote Added: 0069011
2014-07-31 15:42hgbotStatusnew => resolved
2014-07-31 15:42hgbotResolutionopen => fixed
2014-07-31 15:42hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5d14c4fd0cc35812ee5becbe0d775d4cf5a09423 [^]
2014-07-31 15:44hgbotCheckin
2014-07-31 15:44hgbotNote Added: 0069012
2014-07-31 15:48hgbotCheckin
2014-07-31 15:48hgbotNote Added: 0069014
2014-08-11 03:49szapataReview Assigned To => szapata
2014-08-11 03:49szapataNote Added: 0069285
2014-08-11 03:49szapataStatusresolved => closed
2014-11-25 12:05hgbotCheckin
2014-11-25 12:05hgbotNote Added: 0071967
2014-11-25 12:05hgbotStatusclosed => resolved
2014-11-25 12:05hgbotFixed in SCM revisionhttp://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:07malsasuaNote Deleted: 0071967
2014-11-25 12:07malsasuaNote Added: 0071968
2014-11-25 12:07malsasuaStatusresolved => closed
2023-02-22 05:53thielmikaylaNote Added: 0146847
2023-07-11 13:49shuehnerNote Deleted: 0146847

Notes
(0069011)
hgbot   
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   
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   
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   
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   
2014-11-25 12:07   
reopened by error. closed again