Openbravo Issue Tracking System - Retail Modules
View Issue Details
0037777Retail ModulesWeb POSpublic2018-01-30 18:022018-02-14 13:07
adrianromero 
ranjith_qualiantech_com 
urgentmajoralways
closedfixed 
5
 
RR18Q2 
marvintm
Packaging and release
2017-10-10
main
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c91cc9612324 [^]
No
0037777: Use credit button is disabled if terminal has no payment methods
If the terminal has no payment methods and is configured to allow credit then, after completing the first receipt using credit, the second receipt has the button use credit disabled
in live builds
Configure the business partner "Arturo" with credit limit 10000
Configure the terminal CMS-1 and disable all payment methods of the terminal
Login in web pos and create one receipt for "Arturo" and complete it using credit
Create a second receipt for "Arturo" and observe the button "use credit" is now disabled.
See patch attached
No tags attached.
depends on backport 0037870RR18Q1 closed ranjith_qualiantech_com Use credit button is disabled if terminal has no payment methods 
caused by defect 0037001 closed ranjith_qualiantech_com it is possible to click twice "use credit" button 
diff usecredit.diff (1,256) 2018-01-30 18:07
https://issues.openbravo.com/file_download.php?file_id=11503&type=bug
Issue History
2018-01-30 18:02adrianromeroNew Issue
2018-01-30 18:02adrianromeroAssigned To => Retail
2018-01-30 18:02adrianromeroResolution time => 1518476400
2018-01-30 18:02adrianromeroRegression level => Pre packaging ( pi )
2018-01-30 18:02adrianromeroRegression date => 2017-10-10
2018-01-30 18:02adrianromeroRegression introduced in release => pi
2018-01-30 18:02adrianromeroRegression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c91cc9612324 [^]
2018-01-30 18:02adrianromeroTriggers an Emergency Pack => No
2018-01-30 18:03adrianromeroRelationship addedcaused by 0037001
2018-01-30 18:07adrianromeroFile Added: usecredit.diff
2018-01-30 18:20adrianromeroRegression levelPre packaging ( pi ) => Packaging and release
2018-01-30 18:25adrianromeroRegression introduced in releasepi => main
2018-02-05 11:15ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2018-02-05 11:15ranjith_qualiantech_comStatusnew => scheduled
2018-02-07 07:08hgbotCheckin
2018-02-07 07:08hgbotNote Added: 0102234
2018-02-07 07:08hgbotStatusscheduled => resolved
2018-02-07 07:08hgbotResolutionopen => fixed
2018-02-07 07:08hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/18a1733d298e6433a24b6548eee177e0027fcff4 [^]
2018-02-07 07:09hgbotCheckin
2018-02-07 07:09hgbotNote Added: 0102235
2018-02-09 13:08marvintmStatusresolved => new
2018-02-09 13:08marvintmResolutionfixed => open
2018-02-09 13:09marvintmStatusnew => scheduled
2018-02-09 13:09marvintmStatusscheduled => resolved
2018-02-09 13:09marvintmResolutionopen => fixed
2018-02-14 13:07marvintmReview Assigned To => marvintm
2018-02-14 13:07marvintmStatusresolved => closed
2018-02-14 13:07marvintmFixed in Version => RR18Q2

Notes
(0102234)
hgbot   
2018-02-07 07:08   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 18a1733d298e6433a24b6548eee177e0027fcff4
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Feb 07 11:38:35 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/18a1733d298e6433a24b6548eee177e0027fcff4 [^]

Fixed issue 37777 : Credit button should be enabled when use credit action is completed

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js
---
(0102235)
hgbot   
2018-02-07 07:09   
Repository: tools/automation/pi-mobile
Changeset: a400e4a1fd34158970d14aebdb3e5cb4481a4791
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Feb 07 11:37:59 2018 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/a400e4a1fd34158970d14aebdb3e5cb4481a4791 [^]

Verifies issue 37777 : Added automated test 'I37777_VerifyCreditLimitButton'

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I37777_VerifyCreditLimitButton.java
---