Openbravo Issue Tracking System - Retail Modules
View Issue Details
0032016Retail ModulesOffline Modepublic2016-01-26 17:342016-03-07 11:35
malsasua 
jorge-garcia 
highminoralways
closedfixed 
20Community Appliance
 
RR16Q2 
marvintm
No
0032016: error message should be displayed when manifest does not exists
If there is some error during the creation of manifest, the manifest is not created and not stored in browser, but it is not informed to the user.

One error (or warning) message should be displayed
. in backoffice:
 configure a pos template with a missing file

. go to webpos
manifest is not stored
No tags attached.
Issue History
2016-01-26 17:34malsasuaNew Issue
2016-01-26 17:34malsasuaAssigned To => Retail
2016-01-26 17:34malsasuaResolution time => 1457564400
2016-01-26 17:34malsasuaTriggers an Emergency Pack => No
2016-01-28 11:31OrekariaSeveritymajor => minor
2016-01-28 11:31OrekariaStatusnew => acknowledged
2016-02-05 09:19jorge-garciaStatusacknowledged => scheduled
2016-02-05 09:19jorge-garciaAssigned ToRetail => jorge-garcia
2016-02-09 08:46hgbotCheckin
2016-02-09 08:46hgbotNote Added: 0084026
2016-02-09 08:46hgbotStatusscheduled => resolved
2016-02-09 08:46hgbotResolutionopen => fixed
2016-02-09 08:46hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a1ea1161cf7c95da9318ebea744e6954b47190fe [^]
2016-02-09 08:47hgbotCheckin
2016-02-09 08:47hgbotNote Added: 0084027
2016-02-11 13:16hgbotCheckin
2016-02-11 13:16hgbotNote Added: 0084103
2016-02-18 19:27marvintmNote Added: 0084338
2016-02-18 19:27marvintmStatusresolved => new
2016-02-18 19:27marvintmResolutionfixed => open
2016-03-07 11:10hgbotCheckin
2016-03-07 11:10hgbotNote Added: 0084756
2016-03-07 11:11jorge-garciaStatusnew => scheduled
2016-03-07 11:11jorge-garciaStatusscheduled => resolved
2016-03-07 11:11jorge-garciaResolutionopen => fixed
2016-03-07 11:35marvintmReview Assigned To => marvintm
2016-03-07 11:35marvintmStatusresolved => closed
2016-03-07 11:35marvintmFixed in Version => RR16Q2

Notes
(0084026)
hgbot   
2016-02-09 08:46   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: a1ea1161cf7c95da9318ebea744e6954b47190fe
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Fri Feb 05 14:56:52 2016 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a1ea1161cf7c95da9318ebea744e6954b47190fe [^]

Fixed issue 32016: error message should be displayed when manifest does not
exists

A popup has been made. This popup is enabled if the load of the application
cache fails, then, during the login, the popup is shown.

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web/org.openbravo.retail.posterminal/index.jsp
M web/org.openbravo.retail.posterminal/js/login/model/login-model.js
---
(0084027)
hgbot   
2016-02-09 08:47   
Repository: tools/automation/pi-mobile
Changeset: 39f21a5b313ff4f52b7c62d9cd372f3487c859a8
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Mon Feb 08 11:57:34 2016 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/39f21a5b313ff4f52b7c62d9cd372f3487c859a8 [^]

Verifies issue 32016: error message should be displayed when manifest does not
exists

Added test I32016_FailToSaveManifest.

---
M src-test/org/openbravo/test/mobile/common/selenium/utils/AllowedErrorsHelper.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I32016_FailToSaveManifest.java
---
(0084103)
hgbot   
2016-02-11 13:16   
Repository: tools/automation/pi-mobile
Changeset: 81a579d0d18f75dadab0065060f0f0d2e3e00ed6
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Wed Feb 10 09:12:45 2016 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/81a579d0d18f75dadab0065060f0f0d2e3e00ed6 [^]

Related to issue 32016: error message should be displayed when manifest does not
exists

Delete exclusion type Application Cache Error event: Resource fetch failed (404)
from the allowed test errors.

---
M src-test/org/openbravo/test/mobile/common/selenium/utils/AllowedErrorsHelper.java
---
(0084338)
marvintm   
2016-02-18 19:27   
There is a typo in the message ("Offline model" should be "Offline mode"), and besides the message itself is not very clear.

The message should be something like this:

"There was a problem when loading the Web POS application, and it couldn't be saved in the browser cache. Offline mode will not be available. Please contact your system administrator."
(0084756)
hgbot   
2016-03-07 11:10   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: aa5ab9c2447738426f200fd0972d9efa0c7585da
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Mon Mar 07 11:08:11 2016 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/aa5ab9c2447738426f200fd0972d9efa0c7585da [^]

Related to issue 32016: error message should be displayed when manifest does not
exists

It's necessary to change the popup message to be more easy to the user to
understand.

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web/org.openbravo.retail.posterminal/js/login/model/login-model.js
---