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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0034075
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Filter by stock in product searchminoralways2016-09-23 13:572016-10-26 19:02
ReporterasiermartirenaView Statuspublic 
Assigned Toranjith_qualiantech_com 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision034e07390d30
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

0034075: [SER-QA 1810] Having stockcriteria, when a product search fails, can show wrong error messages

DescriptionHaving the stockcriteria module installed, when an user tries to search for products and the process fails due to a reason different to not having connection (for example because the user doesn't have access to something), the error message displayed is not correct in some cases.
Steps To ReproduceEnable remote preference for products.
Login Web POS.
Search for products. During this search force or configure in order to throw an exception.
The Web POS shows a message telling that the user must be online to get the stock.
TagsSER-QA
Attached Filesdiff file icon Issue_34075_MobileCore.diff [^] (5,477 bytes) 2016-09-26 09:57 [Show Content]
diff file icon Issue_34075_StockCriteria.diff [^] (1,032 bytes) 2016-09-26 09:57 [Show Content]
diff file icon issue_34075.diff [^] (2,413 bytes) 2016-10-24 18:24 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0090640)
hgbot (developer)
2016-10-17 15:16

Repository: erp/pmods/org.openbravo.retail.stockcriteria
Changeset: a75620cf146d6dbc7094d638dda8a7eef674db22
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Oct 17 18:43:40 2016 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.stockcriteria/rev/a75620cf146d6dbc7094d638dda8a7eef674db22 [^]

Related to issue 34075 : Added AD Message inorder to show proper msg for stock validation

---
M web/org.openbravo.retail.stockcriteria/js/hookPostFailureRemoteProductSearch.js
---
(0090653)
hgbot (developer)
2016-10-18 04:38

Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 162aa3a84fb138f4a3ae1b493f5f83b0a3928628
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Oct 17 18:46:17 2016 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/162aa3a84fb138f4a3ae1b493f5f83b0a3928628 [^]

Fixes issue 34075 : Added AD Message to show proper message in Product Charateristics search

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web/org.openbravo.mobile.core/source/retail/component/ob-retail-searchproductcharacteristic.js
---
(0090815)
marvintm (manager)
2016-10-24 12:39

Currently there is a flow which enters an infinite loop. To reproduce it follow these steps:
- Configure local masterdata (not remote).
- Install stock criteria module.
- Log in the Web POS. Search without filters. It works correctly.
- Then search with stock filter. Works correctly also.
- Go offline. Search with stock filter. It should fail, and should not try to search in local (as its impossible to do the proper search with the stock filter enabled). However, even though it fails, it then retries the remote search infinitely, and the browser eventually fails.
(0090870)
hgbot (developer)
2016-10-25 15:36

Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 034e07390d302f83e5c7fa0e311edfeab3e2033d
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Oct 25 19:06:26 2016 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/034e07390d302f83e5c7fa0e311edfeab3e2033d [^]

Fixes issue 34075 : Added stock validation for product search if the pos is offline

---
M web/org.openbravo.mobile.core/source/retail/component/ob-retail-searchproductcharacteristic.js
---
(0090932)
hgbot (developer)
2016-10-26 19:02

Repository: erp/pmods/org.openbravo.mobile.core
Changeset: ec6bf1d63827b011f491e1b91ccee18cdd71cd78
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Wed Oct 26 19:01:48 2016 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/ec6bf1d63827b011f491e1b91ccee18cdd71cd78 [^]

Related to issue 34075. Ensure proper message is shown if an uncaught exception happens in the backend.

---
M web/org.openbravo.mobile.core/source/retail/component/ob-retail-searchproductcharacteristic.js
---

- Issue History
Date Modified Username Field Change
2016-09-23 13:57 asiermartirena New Issue
2016-09-23 13:57 asiermartirena Assigned To => asiermartirena
2016-09-23 13:57 asiermartirena Triggers an Emergency Pack => No
2016-09-26 09:57 asiermartirena File Added: Issue_34075_MobileCore.diff
2016-09-26 09:57 asiermartirena File Added: Issue_34075_StockCriteria.diff
2016-09-26 10:03 asiermartirena Resolution time => 1476050400
2016-09-26 10:03 asiermartirena Assigned To asiermartirena => Retail
2016-09-26 10:03 asiermartirena Summary Having stockcriteria, when a product search fails, can show wrong error messages => [SER-QA 1810] Having stockcriteria, when a product search fails, can show wrong error messages
2016-09-26 10:04 asiermartirena Tag Attached: SER-QA
2016-09-27 11:33 ranjith_qualiantech_com Assigned To Retail => ranjith_qualiantech_com
2016-09-27 11:33 ranjith_qualiantech_com Status new => scheduled
2016-10-17 15:16 hgbot Checkin
2016-10-17 15:16 hgbot Note Added: 0090640
2016-10-18 04:38 hgbot Checkin
2016-10-18 04:38 hgbot Note Added: 0090653
2016-10-18 04:38 hgbot Status scheduled => resolved
2016-10-18 04:38 hgbot Resolution open => fixed
2016-10-18 04:38 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/162aa3a84fb138f4a3ae1b493f5f83b0a3928628 [^]
2016-10-24 12:13 marvintm Review Assigned To => marvintm
2016-10-24 12:13 marvintm Status resolved => closed
2016-10-24 12:39 marvintm Note Added: 0090815
2016-10-24 12:39 marvintm Status closed => new
2016-10-24 12:39 marvintm Resolution fixed => open
2016-10-24 18:24 marvintm File Added: issue_34075.diff
2016-10-25 08:32 ranjith_qualiantech_com Status new => scheduled
2016-10-25 15:36 hgbot Checkin
2016-10-25 15:36 hgbot Note Added: 0090870
2016-10-25 15:36 hgbot Status scheduled => resolved
2016-10-25 15:36 hgbot Resolution open => fixed
2016-10-25 15:36 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/162aa3a84fb138f4a3ae1b493f5f83b0a3928628 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/034e07390d302f83e5c7fa0e311edfeab3e2033d [^]
2016-10-26 19:02 hgbot Checkin
2016-10-26 19:02 hgbot Note Added: 0090932
2016-10-26 19:02 marvintm Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker