Openbravo Issue Tracking System - Retail Modules
View Issue Details
0024717Retail ModulesWeb POSpublic2013-09-09 12:312013-09-30 12:51
jecharri 
marvintm 
urgentmajoralways
closedfixed 
5
 
RMP27RMP27 
guilleaer
No
0024717: Login process never ends
Login process never ends because the application keeps in "Loading" window.

The problem is in function "function triggerReady(models) {". It seems that the last time that code request this function the models are not ready so the trigger
"models.trigger('ready');" is not launched.

Due to that, the Web POS keeps in Loading screen
-Add the following code in java BusinessPartner.java inside the master folder

Thread.sleep(10000);
No tags attached.
Issue History
2013-09-09 12:31jecharriNew Issue
2013-09-09 12:31jecharriAssigned To => marvintm
2013-09-09 12:31jecharriResolution time => 1381442400
2013-09-09 12:31jecharriTriggers an Emergency Pack => No
2013-09-09 12:41jecharriSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=5001#r5001
2013-09-17 12:30hgbotCheckin
2013-09-17 12:30hgbotNote Added: 0061193
2013-09-17 12:30hgbotStatusnew => resolved
2013-09-17 12:30hgbotResolutionopen => fixed
2013-09-17 12:30hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/678833c5b26ee2371fc2961882b61a0c12799fd4 [^]
2013-09-20 16:20guilleaerReview Assigned To => guilleaer
2013-09-20 16:20guilleaerNote Added: 0061325
2013-09-20 16:20guilleaerStatusresolved => closed
2013-09-20 16:20guilleaerFixed in Version => RMP27
2013-09-30 09:46hgbotCheckin
2013-09-30 09:46hgbotNote Added: 0061469
2013-09-30 09:46hgbotStatusclosed => resolved
2013-09-30 09:46hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/678833c5b26ee2371fc2961882b61a0c12799fd4 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal-levelpricing/rev/678833c5b26ee2371fc2961882b61a0c12799fd4 [^]
2013-09-30 12:50guilleaerNote Added: 0061482
2013-09-30 12:50guilleaerStatusresolved => closed

Notes
(0061193)
hgbot   
2013-09-17 12:30   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 678833c5b26ee2371fc2961882b61a0c12799fd4
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Tue Sep 17 12:02:22 2013 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/678833c5b26ee2371fc2961882b61a0c12799fd4 [^]

Fixed issue 24717. Fixed web pos loading when incremental refresh happens before the initial model loading has ended

---
M web/org.openbravo.retail.posterminal/js/login/model/login-model.js
---
(0061325)
guilleaer   
2013-09-20 16:20   
Verified
(0061469)
hgbot   
2013-09-30 09:46   
Repository: erp/pmods/org.openbravo.retail.posterminal-levelpricing
Changeset: 678833c5b26ee2371fc2961882b61a0c12799fd4
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Tue Sep 17 12:02:22 2013 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal-levelpricing/rev/678833c5b26ee2371fc2961882b61a0c12799fd4 [^]

Fixed issue 24717. Fixed web pos loading when incremental refresh happens before the initial model loading has ended

---
M web/org.openbravo.retail.posterminal/js/login/model/login-model.js
---
(0061482)
guilleaer   
2013-09-30 12:50   
reclosed