Openbravo Issue Tracking System - Retail Modules
View Issue Details
0040963Retail ModulesWeb POSpublic2019-05-28 17:192019-06-05 09:59
barbararoncato 
ranjith_qualiantech_com 
normalmajorsometimes
closedfixed 
5
 
RR19Q3 
marvintm
No
0040963: Javascript error when adding a payment less than the amount of a pick and carry line
Javascript error when adding a payment less than the amount of a pick and carry line
Steps to reproduce:
1. Create a layaway
2. Add a product with stock and price=100
3. Add a product without stock and price=100

4. Create another layaway
5. Add a product with stock, delivery method Pick and Carry and price=100
6. Add a product with stock and price=100

7. Create another layaway
8. Add a product with stock, delivery method Pick and Carry and price=100
9. Add a product with stock and price=100

10. Select "Pay Open Tickets" from menu
11. Add a payment in Cash of 50 (less than ANY of the pick and carry lines)
12. Click on Open and Done
--- Javascript error

Video: https://drive.google.com/file/d/1YxQFxvArUlUVrvAq6V0A5TzYEL4Ex-6M/view [^]
Patch added to the issue with the proposed solution.
No tags attached.
? issue_40963.export (928) 2019-05-28 17:26
https://issues.openbravo.com/file_download.php?file_id=12990&type=bug
Issue History
2019-05-28 17:19barbararoncatoNew Issue
2019-05-28 17:19barbararoncatoAssigned To => Retail
2019-05-28 17:19barbararoncatoTriggers an Emergency Pack => No
2019-05-28 17:26asiermartirenaFile Added: issue_40963.export
2019-05-28 17:26asiermartirenaProposed Solution updated
2019-05-29 07:01guillermogilResolution time => 1559944800
2019-05-31 13:47ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2019-06-03 12:01ranjith_qualiantech_comStatusnew => scheduled
2019-06-03 15:01hgbotCheckin
2019-06-03 15:01hgbotNote Added: 0112339
2019-06-03 15:01hgbotStatusscheduled => resolved
2019-06-03 15:01hgbotResolutionopen => fixed
2019-06-03 15:01hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/d37e7cb590b15ab93b4597b13223b6e2528808a9 [^]
2019-06-04 11:30hgbotCheckin
2019-06-04 11:30hgbotNote Added: 0112375
2019-06-05 09:59marvintmReview Assigned To => marvintm
2019-06-05 09:59marvintmStatusresolved => closed
2019-06-05 09:59marvintmFixed in Version => RR19Q3

Notes
(0112339)
hgbot   
2019-06-03 15:01   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: d37e7cb590b15ab93b4597b13223b6e2528808a9
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Jun 03 18:31:35 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/d37e7cb590b15ab93b4597b13223b6e2528808a9 [^]

Fixed issue 40963 : Replaced Confirmation Popup bodycontent enyoControl with Scroller

* Confirmation Popup bodycontent is updated with Multiple Text Components present inside the Scoller

---
M web/org.openbravo.mobile.core/source/utils/ob-utilitiesui.js
---
(0112375)
hgbot   
2019-06-04 11:30   
Repository: tools/automation/pi-mobile
Changeset: dc586581648fe023803d525d2f940817d2fe9979
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Jun 04 15:00:31 2019 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/dc586581648fe023803d525d2f940817d2fe9979 [^]

Verifies issue 40963 : Modified Automated Test 'I36267_CancelLayawayMainProdHavingRelatedService'

* I36267_CancelProdLayaway
* ServiceByTrancheTests

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/TestIdPack.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cancelandreplace/I36267_CancelLayawayMainProdHavingRelatedService.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cancelandreplace/I36267_CancelProdLayaway.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/services/serviceswithpricerules/ServiceByTrancheTests.java
---