Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039344Retail ModulesWeb POSpublic2018-09-24 14:102018-09-26 09:32
javierRodriguez 
ranjith_qualiantech_com 
immediatemajoralways
closedfixed 
5
 
RR18Q3RR18Q4 
marvintm
Production - QA Approved
2018-04-24
RR18Q3
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/558cde6e982b [^]
No
0039344: A Javascript error is shown when check stock button is tap
When you have a product in the ticket, and you try to check stock with the corresponding button, a Javascript error appear.
-Go to livebuilds
-Login in ERP (18Q3 version)
-In Organization, set 2 warehouses with different priorities (1 and 2)
-Generate stock for the warehouse 2, for a product, and make sure that this product doesn't have stock in warehouse 1
-Login in WebPOS (18Q3)
-Go to BROWSER view and select this product
-Tap the product in your ticket
-Tap check stock button and see the js error
- StoreDetailedStock class should be modified, to take into account that a parameter "warehouse" may be specified. If it is not specified, the class should work as before, but if it is specified then the query should return the stock of the specified product in the specified warehouse.
- Then, in the request to this class that happens when the user taps on "Check stock", the main store warehouse should be specified as this parameter

With these two changes, the request should return no values in this case, and then stock should be considered "0" automatically, which is the desired result, and the js error will not happen anymore.
No tags attached.
depends on backport 0039345RR18Q3.1 closed ranjith_qualiantech_com A Javascript error is shown when check stock button is tap 
Issue History
2018-09-24 14:10javierRodriguezNew Issue
2018-09-24 14:10javierRodriguezAssigned To => Retail
2018-09-24 14:10javierRodriguezRegression date => 2018-04-24
2018-09-24 14:10javierRodriguezRegression introduced in release => RR18Q3
2018-09-24 14:10javierRodriguezRegression introduced by commit => 558cde6e982b
2018-09-24 14:10javierRodriguezTriggers an Emergency Pack => No
2018-09-24 14:36ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2018-09-24 14:36ranjith_qualiantech_comStatusnew => scheduled
2018-09-24 15:12jorge-garciaRegression introduced by commit558cde6e982b => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/558cde6e982b [^]
2018-09-24 15:19marvintmSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=17661#r17661
2018-09-24 15:19marvintmProposed Solution updated
2018-09-24 15:19marvintmStatusscheduled => acknowledged
2018-09-24 15:19marvintmStatusacknowledged => scheduled
2018-09-24 15:20marvintmSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=17662#r17662
2018-09-24 15:21marvintmRegression level => Production - QA Approved
2018-09-24 15:23marvintmProposed Solution updated
2018-09-25 13:20martinsdanIssue Monitored: martinsdan
2018-09-25 13:58hgbotCheckin
2018-09-25 13:58hgbotNote Added: 0107011
2018-09-25 13:58hgbotStatusscheduled => resolved
2018-09-25 13:58hgbotResolutionopen => fixed
2018-09-25 13:58hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0c0618f384cd251c2d48db8e2952edebf65a28a2 [^]
2018-09-26 09:32marvintmReview Assigned To => marvintm
2018-09-26 09:32marvintmStatusresolved => closed
2018-09-26 09:32marvintmFixed in Version => RR18Q4

Notes
(0107011)
hgbot   
2018-09-25 13:58   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 0c0618f384cd251c2d48db8e2952edebf65a28a2
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Sep 25 17:28:24 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0c0618f384cd251c2d48db8e2952edebf65a28a2 [^]

Fixed issue 39344 : All Store warehouse should be displayed in Store Stock Popup irrespective of qty presents

* Store main warehouse should be always displayed in Store Stock Popup even if stock is not present for the product

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/ps-productdetailsview.js
---