Openbravo Issue Tracking System - Retail Modules
View Issue Details
0027371Retail ModulesWeb POSpublic2014-08-19 12:542016-03-09 19:20
Orekaria 
Orekaria 
normalmajoralways
closedunable to reproduce 
5
 
 
Orekaria
No
0027371: Stabilization: The WebPOS manifest does not have the correct data
Stabilization: the WebPOS manifest does not have the correct data
Load the WebPOS
Do not login
Open this location: http://localhost:8080/openbravo/org.openbravo.client.kernel/OBPOS_Main/AppCacheManifest?_appName=WebPOS [^]

Verify that the location.ref is wrong:

   window.location.href = 'http://localhost:8080/openbravo/utility/Log.html'; [^]


If that manifest is of any use (check), it should be the referrer who called e.g: http://localhost:8080/openbravo/web/org.openbravo.retail.posterminal/?terminal=VBS-1 [^]


Note tha after log in, the manifest is loading the definitive manifest

Note that this only works if no module is in development
Verify if this pre-login manifest is doing something, which I doubt right now, but haven't research it enough

If so, fix the route

If not, follow the manifest construction rules
If this pre-login manifest is not correct and is of any use, fix the route
Fix it following the proper manifest rules
No tags attached.
related to defect 0027167RR14Q4 closed Orekaria When the javascript files contain an error, the WebPOS fails to load showing an uncaught error 
blocks defect 0027337 acknowledged Retail Stabilization: No tomcat errors while running the WebPOS 
blocks feature request 0027329 new Retail Stabilization: Overhaul the loading process (since the url is entered until the webpos has loaded) 
Issue History
2014-08-19 12:54OrekariaNew Issue
2014-08-19 12:54OrekariaAssigned To => Orekaria
2014-08-19 12:54OrekariaTriggers an Emergency Pack => No
2014-08-19 13:00OrekariaRelationship addedblocks 0027337
2014-08-19 13:01OrekariaRelationship addedblocks 0027329
2014-08-19 20:09OrekariaNote Added: 0069525
2014-08-19 20:11OrekariaNote Edited: 0069525bug_revision_view_page.php?bugnote_id=0069525#r6364
2014-08-19 20:52OrekariaSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=6373#r6373
2014-08-21 11:51OrekariaSummaryStabilization: the WebPOS manifest don't have the correct data => Stabilization: The WebPOS manifest don't have the correct data
2014-08-21 12:59OrekariaSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=6399#r6399
2014-08-21 12:59OrekariaProposed Solution updated
2014-08-26 11:58hgbotCheckin
2014-08-26 11:58hgbotNote Added: 0069750
2014-08-26 11:59OrekariaRelationship addedrelated to 0027167
2014-09-01 03:10OrekariaSummaryStabilization: The WebPOS manifest don't have the correct data => Stabilization: The WebPOS manifest does not have the correct data
2014-09-01 03:10OrekariaDescription Updatedbug_revision_view_page.php?rev_id=6511#r6511
2016-03-09 19:20OrekariaReview Assigned To => Orekaria
2016-03-09 19:20OrekariaNote Added: 0084854
2016-03-09 19:20OrekariaStatusnew => closed
2016-03-09 19:20OrekariaResolutionopen => unable to reproduce

Notes
(0069525)
Orekaria   
2014-08-19 20:09   
(edited on: 2014-08-19 20:11)
http://www.html5rocks.com/en/tutorials/appcache/beginner/ [^]
http://www.whatwg.org/specs/web-apps/current-work/#applicationcache [^]

(0069750)
hgbot   
2014-08-26 11:58   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 803e2fc7d5dd166c4ffad64e256d69f0528d9c48
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Tue Aug 26 11:57:17 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/803e2fc7d5dd166c4ffad64e256d69f0528d9c48 [^]

Fixes issue 27167, related to issue 27371: Added an error handler so loading errors are catched (manifest exception one of those)

---
M web/org.openbravo.retail.posterminal/index.jsp
---
(0084854)
Orekaria   
2016-03-09 19:20   
Unable to reproduce