Openbravo Issue Tracking System - Retail Modules
View Issue Details
0042167Retail ModulesWeb POSpublic2019-10-31 12:302019-11-15 09:03
malsasua 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
 
RR20Q1 
marvintm
No
0042167: In OrderLoader request, the timeout for the request is always 21000 millisecond
In the request done from POS to Backoffice with the receipt, the timeout can not be modified. It is always 21000

request executed:
https://livebuilds.openbravo.com/retail_pi_pgsql/org.openbravo.mobile.core.service.jsonrest/org.openbravo.retail.posterminal.OrderLoader?timeout=21000 [^]

[POS]
. complete a ticket
. check the network tab in Chrome Developers tools
No tags attached.
Issue History
2019-10-31 12:30malsasuaNew Issue
2019-10-31 12:30malsasuaAssigned To => Retail
2019-10-31 12:30malsasuaResolution time => 1574204400
2019-10-31 12:30malsasuaTriggers an Emergency Pack => No
2019-11-07 11:55ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2019-11-07 15:14ranjith_qualiantech_comStatusnew => scheduled
2019-11-12 07:05hgbotCheckin
2019-11-12 07:05hgbotNote Added: 0115546
2019-11-12 07:05hgbotStatusscheduled => resolved
2019-11-12 07:05hgbotResolutionopen => fixed
2019-11-12 07:05hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/999fc6b605f34c396ad8d9b5ade460e2bbacdb0d [^]
2019-11-14 17:55marvintmNote Added: 0115611
2019-11-14 17:55marvintmStatusresolved => new
2019-11-14 17:55marvintmResolutionfixed => open
2019-11-15 06:29ranjith_qualiantech_comStatusnew => scheduled
2019-11-15 07:57hgbotCheckin
2019-11-15 07:57hgbotNote Added: 0115616
2019-11-15 07:57hgbotStatusscheduled => resolved
2019-11-15 07:57hgbotResolutionopen => fixed
2019-11-15 07:57hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/999fc6b605f34c396ad8d9b5ade460e2bbacdb0d [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/ed4d6c49f4eef9f26b99c3b3bfb84812ece4dce7 [^]
2019-11-15 09:03marvintmReview Assigned To => marvintm
2019-11-15 09:03marvintmStatusresolved => closed
2019-11-15 09:03marvintmFixed in Version => RR20Q1

Notes
(0115546)
hgbot   
2019-11-12 07:05   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 999fc6b605f34c396ad8d9b5ade460e2bbacdb0d
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Nov 12 11:35:41 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/999fc6b605f34c396ad8d9b5ade460e2bbacdb0d [^]

Fixed issue 42167 : Timeout is updated in dataparams and removed in url

---
M web/org.openbravo.mobile.core/source/data/ob-datasource.js
---
(0115611)
marvintm   
2019-11-14 17:55   
Fix is incorrect, we need the timeout in the request URL because it is used by the mechanism in backend which cancels the request early in case the timeout has already been reached
(0115616)
hgbot   
2019-11-15 07:57   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: ed4d6c49f4eef9f26b99c3b3bfb84812ece4dce7
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Nov 15 12:09:30 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/ed4d6c49f4eef9f26b99c3b3bfb84812ece4dce7 [^]

Fixed issue 42167 : Timeout value should be added to Request URL

---
M web/org.openbravo.mobile.core/source/data/ob-datasource.js
---