Openbravo Issue Tracking System - Retail Modules
View Issue Details
0027754Retail ModulesWeb POSpublic2014-10-03 13:322014-10-07 23:20
egoitz 
migueldejuana 
normalmajorhave not tried
closedfixed 
5
 
 
szapata
No
0027754: When activating payment method after being using the application you can not do the cashup
When activating payment method after being using the application you can not do the cashup.
-Login to the pos and create orders.
-Activate an inactive payment method for the terminal.
-Refresh the pos to be able to use the new payment method.
-Crete a new orrder using the new payment method.
-Try to do the cashup.
*The second step is omited and on the third step you don't see information for the payment methods.

No tags attached.
related to defect 0036127 closed Retail When reactivating a payment we wrongly take currentBalance as starting 
Issue History
2014-10-03 13:32egoitzNew Issue
2014-10-03 13:32egoitzAssigned To => migueldejuana
2014-10-03 13:32egoitzResolution time => 1413324000
2014-10-03 13:32egoitzTriggers an Emergency Pack => No
2014-10-06 20:32hgbotCheckin
2014-10-06 20:32hgbotNote Added: 0070752
2014-10-06 20:32hgbotStatusnew => resolved
2014-10-06 20:32hgbotResolutionopen => fixed
2014-10-06 20:32hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/89bbaf2b2074be02c5b53eff23d68851a0536b69 [^]
2014-10-06 20:36hgbotCheckin
2014-10-06 20:36hgbotNote Added: 0070753
2014-10-07 21:09hgbotCheckin
2014-10-07 21:09hgbotNote Added: 0070785
2014-10-07 23:20szapataReview Assigned To => szapata
2014-10-07 23:20szapataStatusresolved => closed
2017-05-29 15:49migueldejuanaRelationship addedrelated to 0036127

Notes
(0070752)
hgbot   
2014-10-06 20:32   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 89bbaf2b2074be02c5b53eff23d68851a0536b69
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Mon Oct 06 20:32:24 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/89bbaf2b2074be02c5b53eff23d68851a0536b69 [^]

Fixed issue 0027754: When activating payment method after being using the application you can not do the cashup

We add code in order to check if payment types have changed (added or deleted) and we update local ddbb with changes.

---
M web/org.openbravo.retail.posterminal/js/utils/cashUpReportUtils.js
---
(0070753)
hgbot   
2014-10-06 20:36   
Repository: tools/automation/pi-mobile
Changeset: 2ef65e0cfbc9f3d72f4a78ee13107df2b008e6d2
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Mon Oct 06 20:35:53 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/2ef65e0cfbc9f3d72f4a78ee13107df2b008e6d2 [^]

Add test case for related issue 27754. Add, delete payment types

---
A src-test/org/openbravo/retail/integrationtest/tests/issues/I27754_ActiveInactivePaymentType.java
---
(0070785)
hgbot   
2014-10-07 21:09   
Repository: tools/automation/pi-mobile
Changeset: e1223df0561ca77662d4e04d93c4752ec0973a46
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Tue Oct 07 21:09:41 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/e1223df0561ca77662d4e04d93c4752ec0973a46 [^]

Add test case for related issue 27754 to testsuite. test does: add, delete payment types

---
M src-test/org/openbravo/retail/integrationtest/tests/issues/RetailIssuesTestSuite.java
---