Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0037149
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POStrivialalways2017-10-24 07:202017-11-21 13:22
ReporterguillermogilView Statuspublic 
Assigned Tojorge-garcia 
PrioritynormalResolutionfixedFixed in VersionRR18Q1
StatusclosedFix in branchFixed in SCM revision614f62d2a5c1
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomarvintm
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0037149: On login window wrong release appear on the bottom right corner

DescriptionOn login window wrong release appear on the bottom right corner.
See screenshot attached extracted from Livebuilds 17Q2.3 version.

Although it is just a label it may lead to confusion is version does not match.
Steps To ReproduceGo to login page of WebPOS on any livebuilds version.
Proposed SolutionThis label should be removed, there is no reason to explain to any possible attacker the specific version of the software. The version is available in the backend About window after you have properly logged in the system.
See attached patches
TagsNo tags attached.
Attached Filespng file icon Screenshot from 2017-10-24 07-06-47.png [^] (212,755 bytes) 2017-10-24 07:20


diff file icon mobileCore.diff [^] (2,998 bytes) 2017-10-24 09:29 [Show Content]
diff file icon posterminal.diff [^] (2,019 bytes) 2017-10-24 09:29 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]
duplicate of defect 0034351 newRetail Version of release is shown in Web POS login screen before the login has been executed 
has duplicate defect 0036910 closedgorka_gil WebPOS login shows not very useful + broken information about Retail Version 
has duplicate defect 0036604 closedRetail RR16Q2 tag is shown when accessing POS Terminal although you have different version of Openbravo For Retail 

-  Notes
(0100634)
hgbot (developer)
2017-11-21 09:49

Repository: tools/automation/pi-mobile
Changeset: 67cd02b0fe73fe6dc55e5812468bc3e4923ee4f7
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Mon Nov 20 17:30:42 2017 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/67cd02b0fe73fe6dc55e5812468bc3e4923ee4f7 [^]

Related to issue 37149: On login window wrong release appear on the bottom
right corner

it’s not necessary to check the pos version on login page

Remove some test which are not necessary anymore.

---
M src-test/org/openbravo/test/mobile/core/junit/SequentialTestInfo.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/documentno/DocumentnoSynchronizationEmptyReceipt.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/documentno/I28690_DocumentnoPrefixChangeAndSale.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/documentno/I28690_QuotationnoPrefixChangeAndSale.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I27615_PartiallyPaidLayaway.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/loginout/I29055_TerminalChange.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/loginout/I29055_TerminalChangeWithLogin.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/loginout/LoginWithWrongCredentialsNonSecureNoAlert.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I27864_SurplusReceiptWhenLayawayIsRetrieved.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I28314_ReceiptDiscountsMenuEntryVisibility.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I28582_NoNewReceiptWhenQueueExists.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/returns/I25623_VerifiedReturnsAlreadyReturned.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/returns/I25623_VerifiedReturnsAvoidMoreThanOrdered.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_I25623_VerifiedReturnsAvoidMoreThanOrdered.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_I27615_PartiallyPaidLayaway.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I29277_LogClientCircular.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I31768_VerifyTaxWhileReturnReceipt.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/Keypad_PaymentSwitchingButton.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/discountsandpromotions/I30904_TaxesAndTotalNotUpdated.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/documentno/DocumentnoComputingLogicIntegrityWithSynchronization.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I31161_OpenTheSameLayawayTwice.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/loginout/LoginWithWrongCredentialsNonSecure.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/loginout/TerminalChangeAllowedAfterCashup.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/loginout/TerminalChangeNotAllowed.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/loginout/TerminalChangeNotAllowedAfterLogout.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/CheckModuleVersions.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I29260_InDevelopmentMessage.java
---
(0100635)
hgbot (developer)
2017-11-21 09:49

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 91118d4d1bb1e40c7ac3743d0bfc166a181bbc60
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Mon Nov 20 17:28:39 2017 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/91118d4d1bb1e40c7ac3743d0bfc166a181bbc60 [^]

Related to issue 37149: On login window wrong release appear on the bottom
right corner

Remove all reference to module version of webPOS.

---
M web/org.openbravo.retail.posterminal/js/login/model/login-model.js
M web/org.openbravo.retail.posterminal/js/main.js
---
(0100636)
hgbot (developer)
2017-11-21 09:49

Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 614f62d2a5c1ca42d1b6798b91c7b6ef25f8102f
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Mon Nov 20 17:27:02 2017 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/614f62d2a5c1ca42d1b6798b91c7b6ef25f8102f [^]

Fixed issue 37149: On login window wrong release appear on the bottom
right corner

Remove all reference to module version of webPOS.

---
M web/org.openbravo.mobile.core/source/component/ob-login.js
M web/org.openbravo.mobile.core/source/main.js
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js
---

- Issue History
Date Modified Username Field Change
2017-10-24 07:20 guillermogil New Issue
2017-10-24 07:20 guillermogil Assigned To => Retail
2017-10-24 07:20 guillermogil File Added: Screenshot from 2017-10-24 07-06-47.png
2017-10-24 07:20 guillermogil Triggers an Emergency Pack => No
2017-10-24 07:21 guillermogil Description Updated View Revisions
2017-10-24 08:53 marvintm Resolution time => 1510873200
2017-10-24 08:54 marvintm Proposed Solution updated
2017-10-24 09:29 guillermogil Proposed Solution updated
2017-10-24 09:29 guillermogil File Added: mobileCore.diff
2017-10-24 09:29 guillermogil File Added: posterminal.diff
2017-11-21 09:49 hgbot Checkin
2017-11-21 09:49 hgbot Note Added: 0100634
2017-11-21 09:49 hgbot Checkin
2017-11-21 09:49 hgbot Note Added: 0100635
2017-11-21 09:49 jorge-garcia Assigned To Retail => jorge-garcia
2017-11-21 09:49 hgbot Checkin
2017-11-21 09:49 hgbot Note Added: 0100636
2017-11-21 09:49 hgbot Status new => resolved
2017-11-21 09:49 hgbot Resolution open => fixed
2017-11-21 09:49 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/614f62d2a5c1ca42d1b6798b91c7b6ef25f8102f [^]
2017-11-21 12:00 gorka_gil Relationship added has duplicate 0036910
2017-11-21 13:22 marvintm Review Assigned To => marvintm
2017-11-21 13:22 marvintm Status resolved => closed
2017-11-21 13:22 marvintm Fixed in Version => RR18Q1
2018-02-06 13:09 ngarcia Relationship added has duplicate 0036604
2018-02-06 13:34 lorenzofidalgo Relationship added duplicate of 0034351


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker