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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0031677
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSminorhave not tried2015-12-09 17:402017-11-13 15:23
ReporterguilleaerView Statuspublic 
Assigned Toranjith_qualiantech_com 
PrioritynormalResolutionfixedFixed in VersionRR16Q4
StatusclosedFix in branchFixed in SCM revision1d483a5fc8af
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Toguilleaer
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0031677: After pay using a certain payment type, default payment type is not re-selected in the UI

DescriptionPrecondition.
Field payment method located in Terminal type window should be filled with Cash.

After pay using a certain payment type, default payment type is not re-selected in the UI.
Steps To ReproduceERP
Navigate to the terminal and then to the associated terminal type
Fill "payment Method" field as Cash

Web POS
Login into web POS
Add a product to the ticket
Press pay button
Here you will see that a payment type cash is selected by default (green)
Using screen keyboard Press Card payment type button
Using screen keyboard Insert an amount and then press enter or press again card button
Here you will see that no payments types are selected
Error: press a number and then enter (using screen keyboard) -> default payment method will be used, but the screen is not reflecting that situation because button is not green and "Coins and notes" keyboard is not shown

TagsNo tags attached.
Attached Files? file icon payment_method_issue_2 [^] (2,117,812 bytes) 2015-12-09 17:40

- Relationships Relation Graph ] Dependency Graph ]
depends on defect 0031679 closedshivum039 Web POS Crashes when the default payment type is hidden by More button 
related to defect 0031675 closedranjith_qualiantech_com Default Payment method is not correctly selected under certain configuration 
related to defect 0031678 closedranjith_qualiantech_com After pay using a certain payment type, default command changes to scan but default payment type should be selected 
blocks defect 0033793 closedOrekaria Ugly error when making a partial payment in Web POS with numerical pad. 

-  Notes
(0089139)
hgbot (developer)
2016-08-16 14:03

Repository: tools/automation/pi-mobile
Changeset: 65b094e1f4bd25f21f41e93e0573cf3eda89f69d
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Aug 16 17:32:04 2016 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/65b094e1f4bd25f21f41e93e0573cf3eda89f69d [^]

Verifies issue 31677 : Added automated test 'I31677_VerifyPaymentMethodSelection'

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I31677_VerifyPaymentMethodSelection.java
---
(0089140)
hgbot (developer)
2016-08-16 14:03

Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 7e9d557d8a1fcc162f462aa1a2127a492a87eab0
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Aug 16 17:32:11 2016 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/7e9d557d8a1fcc162f462aa1a2127a492a87eab0 [^]

Related to issue 31677 : Reset Stateful Button if the input is empty

- On execute Commands, If input is not empty, status should be reset with same command
  If input is empty, status should be reset with empty

---
M web/org.openbravo.mobile.core/source/component/ob-keyboard.js
---
(0089141)
hgbot (developer)
2016-08-16 14:03

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: a7b54e76681a4f4da8d241e4d4946b5f92f2b10d
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Aug 16 17:32:31 2016 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a7b54e76681a4f4da8d241e4d4946b5f92f2b10d [^]

Fixes issue 31677 : Reset Payment tab with Default Payment Method

In Payment tab, if status is set with empty, then default payment method should be set.

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/keyboard-toolbars.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/pointofsale.js
---
(0089348)
Orekaria (administrator)
2016-08-24 15:11

There is still a problem with the "1,2,3..." button and the "$,$,$..." button
As a rule, there should always be a green button

Click on card
Click on $,$,$... (error: does not get green)
Click on 1,2,3... (error: does not get green)
Click on $,$,$... (correct: usa cash is selected)
(0089577)
hgbot (developer)
2016-08-31 09:18

Repository: erp/pmods/org.openbravo.mobile.core
Changeset: bb53c08175a881c76c7bd889566541a766776d43
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Aug 31 12:47:50 2016 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/bb53c08175a881c76c7bd889566541a766776d43 [^]

Related to issue 31677 : Adding payment attribute to keyboard property to show payment personalized keyboards

---
M web/org.openbravo.mobile.core/source/component/ob-keyboard.js
---
(0089578)
hgbot (developer)
2016-08-31 09:20

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 1d483a5fc8aff5157bf5418ec8e1d8332f55e332
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Aug 31 12:47:54 2016 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/1d483a5fc8aff5157bf5418ec8e1d8332f55e332 [^]

Fixes issue 31677 : Default Payment method should be selected if it is present under payment method category popup

- paymentChanged event should be triggered whenever there is change in status

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/keyboard-toolbars.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/modals/modalpayments.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js
---
(0089587)
hgbot (developer)
2016-08-31 10:40

Repository: tools/automation/pi-mobile
Changeset: 4a79174bc18589f9e003ec1300de20242b493ab3
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Aug 31 12:47:47 2016 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/4a79174bc18589f9e003ec1300de20242b493ab3 [^]

Verifies issue 31677 : Added automated test 'I31677_VerifyPaymentMethodSelectionII'

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I31677_VerifyPaymentMethodSelectionII.java
---
(0100486)
hgbot (developer)
2017-11-13 15:23

Repository: tools/automation/pi-mobile
Changeset: b0f8ce9ce682673970540696458684f118e2e953
Author: Rafael Queralta Pozo <rqueralta <at> nauta.cu>
Date: Tue Oct 31 18:27:52 2017 -0400
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/b0f8ce9ce682673970540696458684f118e2e953 [^]

Related to issue 31677 : Default Payment method should be selected if it is
present under payment method category popup

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I31677_VerifyPaymentMethodSelection.java
---

- Issue History
Date Modified Username Field Change
2015-12-09 17:40 guilleaer New Issue
2015-12-09 17:40 guilleaer Assigned To => Retail
2015-12-09 17:40 guilleaer File Added: payment_method_issue_2
2015-12-09 17:40 guilleaer Triggers an Emergency Pack => No
2015-12-09 18:35 guilleaer Relationship added related to 0031675
2015-12-09 18:37 guilleaer Relationship added depends on 0031678
2015-12-09 18:37 guilleaer Relationship added depends on 0031679
2015-12-09 18:37 guilleaer Relationship deleted depends on 0031678
2015-12-09 18:38 guilleaer Relationship added related to 0031678
2016-08-08 15:01 ranjith_qualiantech_com Assigned To Retail => ranjith_qualiantech_com
2016-08-08 15:01 ranjith_qualiantech_com Status new => scheduled
2016-08-16 14:03 hgbot Checkin
2016-08-16 14:03 hgbot Note Added: 0089139
2016-08-16 14:03 hgbot Checkin
2016-08-16 14:03 hgbot Note Added: 0089140
2016-08-16 14:03 hgbot Checkin
2016-08-16 14:03 hgbot Note Added: 0089141
2016-08-16 14:03 hgbot Status scheduled => resolved
2016-08-16 14:03 hgbot Resolution open => fixed
2016-08-16 14:03 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a7b54e76681a4f4da8d241e4d4946b5f92f2b10d [^]
2016-08-24 12:33 Orekaria Review Assigned To => Orekaria
2016-08-24 12:33 Orekaria Status resolved => closed
2016-08-24 12:33 Orekaria Fixed in Version => RR16Q4
2016-08-24 15:05 Orekaria Relationship added blocks 0033793
2016-08-24 15:11 Orekaria Note Added: 0089348
2016-08-24 15:11 Orekaria Status closed => new
2016-08-24 15:11 Orekaria Resolution fixed => open
2016-08-24 15:11 Orekaria Fixed in Version RR16Q4 =>
2016-08-25 07:46 ranjith_qualiantech_com Status new => scheduled
2016-08-31 09:18 hgbot Checkin
2016-08-31 09:18 hgbot Note Added: 0089577
2016-08-31 09:20 hgbot Checkin
2016-08-31 09:20 hgbot Note Added: 0089578
2016-08-31 09:20 hgbot Status scheduled => resolved
2016-08-31 09:20 hgbot Resolution open => fixed
2016-08-31 09:20 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a7b54e76681a4f4da8d241e4d4946b5f92f2b10d [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/1d483a5fc8aff5157bf5418ec8e1d8332f55e332 [^]
2016-08-31 10:40 hgbot Checkin
2016-08-31 10:40 hgbot Note Added: 0089587
2016-09-01 21:54 guilleaer Review Assigned To Orekaria => guilleaer
2016-09-01 21:54 guilleaer Status resolved => closed
2016-09-01 21:54 guilleaer Fixed in Version => RR16Q4
2017-11-13 15:23 hgbot Checkin
2017-11-13 15:23 hgbot Note Added: 0100486


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker