Openbravo Issue Tracking System - Retail Modules
View Issue Details
0025500Retail ModulesWeb POSpublic2014-01-17 08:572014-02-06 15:22
jecharri 
guilleaer 
immediatemajoralways
closedfixed 
5
 
RMP30RMP31 
malsasua
Production - QA Approved
2013-12-11
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c1557c1c2d75f67a3c7554872aa0fe82d56a4506 [^]
Yes
0025500: Impossible to log in in Web POS if you do not fill field "Default country for BPs" in window Organization
Impossible to log in in Web POS if you do not fill field "Default country for BPs" in window Organization
-log in in the ERP
-remove field "Default country for BPs" for an organization used as Store


Verify that you are not able to log in
No tags attached.
Issue History
2014-01-17 08:57jecharriNew Issue
2014-01-17 08:57jecharriAssigned To => guilleaer
2014-01-17 08:57jecharriResolution time => 1390431600
2014-01-17 08:57jecharriTriggers an Emergency Pack => No
2014-01-17 08:57jecharriRegression level => Production - QA Approved
2014-01-17 08:57jecharriTriggers an Emergency PackNo => Yes
2014-01-17 09:10jecharriRegression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c1557c1c2d75f67a3c7554872aa0fe82d56a4506 [^]
2014-01-17 09:10jecharriRegression date => 2013-12-11
2014-01-17 09:33guilleaerNote Added: 0063455
2014-01-21 13:38hgbotCheckin
2014-01-21 13:38hgbotNote Added: 0063576
2014-01-21 13:38hgbotStatusnew => resolved
2014-01-21 13:38hgbotResolutionopen => fixed
2014-01-21 13:38hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/3062146858fa147ae0c71a7a26d6820f6a139281 [^]
2014-01-22 08:58priyamIssue Monitored: priyam
2014-01-22 11:41malsasuaReview Assigned To => malsasua
2014-01-22 11:41malsasuaNote Added: 0063596
2014-01-22 11:41malsasuaStatusresolved => closed
2014-01-22 11:41malsasuaFixed in Version => RMP31
2014-01-22 12:10hgbotCheckin
2014-01-22 12:10hgbotNote Added: 0063600
2014-01-22 12:10hgbotStatusclosed => resolved
2014-01-22 12:10hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/3062146858fa147ae0c71a7a26d6820f6a139281 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/64f88cfc3497ee69382453bc0e724189a434cfec [^]
2014-01-22 12:11priyamNote Added: 0063602
2014-01-22 12:11priyamStatusresolved => closed
2014-02-06 13:18hgbotCheckin
2014-02-06 13:18hgbotNote Added: 0063958
2014-02-06 13:18hgbotStatusclosed => resolved
2014-02-06 13:18hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/64f88cfc3497ee69382453bc0e724189a434cfec [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.cirque/rev/3062146858fa147ae0c71a7a26d6820f6a139281 [^]
2014-02-06 13:19hgbotCheckin
2014-02-06 13:19hgbotNote Added: 0063962
2014-02-06 13:19hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.cirque/rev/3062146858fa147ae0c71a7a26d6820f6a139281 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.cirque/rev/64f88cfc3497ee69382453bc0e724189a434cfec [^]
2014-02-06 15:22guilleaerNote Added: 0063991
2014-02-06 15:22guilleaerStatusresolved => closed

Notes
(0063455)
guilleaer   
2014-01-17 09:33   
This problem is caused because we are loading the name of the default country for BP and the name of the default category for business partners.

In the query we are assuming that these fields are filled. If These fields are not filled, the query will not return a result.

Correct behavior: The query should return the terminal details including null values in these fields.
(0063576)
hgbot   
2014-01-21 13:38   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 3062146858fa147ae0c71a7a26d6820f6a139281
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Tue Jan 21 13:17:52 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/3062146858fa147ae0c71a7a26d6820f6a139281 [^]

fixed issue 25500: The login works fine even if the default BP country or default BP category is not set in the rganization

---
M src/org/openbravo/retail/posterminal/term/TerminalProperties.java
---
(0063596)
malsasua   
2014-01-22 11:41   
verified
(0063600)
hgbot   
2014-01-22 12:10   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 64f88cfc3497ee69382453bc0e724189a434cfec
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Tue Jan 21 13:17:52 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/64f88cfc3497ee69382453bc0e724189a434cfec [^]

fixed issue 25500: The login works fine even if the default BP country or default BP category is not set in the rganization

---
M src/org/openbravo/retail/posterminal/term/TerminalProperties.java
---
(0063602)
priyam   
2014-01-22 12:11   
closing as status updated by RMP30.1 merge
(0063958)
hgbot   
2014-02-06 13:18   
Repository: erp/pmods/org.openbravo.retail.posterminal.cirque
Changeset: 3062146858fa147ae0c71a7a26d6820f6a139281
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Tue Jan 21 13:17:52 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.cirque/rev/3062146858fa147ae0c71a7a26d6820f6a139281 [^]

fixed issue 25500: The login works fine even if the default BP country or default BP category is not set in the rganization

---
M src/org/openbravo/retail/posterminal/term/TerminalProperties.java
---
(0063962)
hgbot   
2014-02-06 13:19   
Repository: erp/pmods/org.openbravo.retail.posterminal.cirque
Changeset: 64f88cfc3497ee69382453bc0e724189a434cfec
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Tue Jan 21 13:17:52 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.cirque/rev/64f88cfc3497ee69382453bc0e724189a434cfec [^]

fixed issue 25500: The login works fine even if the default BP country or default BP category is not set in the rganization

---
M src/org/openbravo/retail/posterminal/term/TerminalProperties.java
---
(0063991)
guilleaer   
2014-02-06 15:22   
reclosing issues