Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0032826 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2016-05-02 17:18 | 2017-11-13 15:23 | |||
Reporter | xabiermerino | View Status | public | |||||
Assigned To | ranjith_qualiantech_com | |||||||
Priority | high | Resolution | fixed | Fixed in Version | RR16Q3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | ab0e961338c6 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | guilleaer | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0032826: [SERQA 1033] The filed Overpayment / Change Limit of POS Terminal Type does not work | |||||||
Description | The filed Overpayment / Change Limit of POS Terminal Type does not work | |||||||
Steps To Reproduce | - Log into Backend and go to POS Terminal type - Select VBS POS Terminal Type - Go to Payment Method tab and select Credit Card - Set 5 as OVerpayment / Change limit - Save - Log into WebPOS (terminal=VBS-1) - Create a ticket - Change the price to 100 - Click on the amount - Select Credit Card payment method - Introduce 150 with the keyboard - Click enter - Realize that Openbravo informs you that an overpayment is going to be generated but you are able to cearte it | |||||||
Tags | SER-QA | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0086291) hgbot (developer) 2016-05-09 04:49 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: f7ab2d919d1943227b87782ee474d9a7c775aa8c Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Mon May 09 08:18:20 2016 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f7ab2d919d1943227b87782ee474d9a7c775aa8c [^] Fixes issue 32826 : Validating overpayment for cash and card Validating overpayment by changeAmount if the payment is cash and overpaymentAmount if the payment is card --- M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js --- |
(0086292) hgbot (developer) 2016-05-09 04:51 |
Repository: tools/automation/pi-mobile Changeset: 45182ae2fb3460c8aca2a6f6ccf36033617adb5d Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Mon May 09 08:17:57 2016 +0530 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/45182ae2fb3460c8aca2a6f6ccf36033617adb5d [^] Verifies issue 32826 : Added automated test 'I32826_VerifyOverpaymentByCashCard' --- A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I32826_VerifyOverpaymentByCashCard.java --- |
(0086551) migueldejuana (developer) 2016-05-18 15:38 |
- Log into Backend and go to POS Terminal type - Select VBS POS Terminal Type - Go to Payment Method tab and select Credit Card - Set 5 as OVerpayment / Change limit - Save - Log into WebPOS (terminal=VBS-1) - Create a ticket - Add adhesive body warmers(3,60) - Click on the amount - Select Credit Card payment method - Press 5 and enter - Select Voucher payment method - Press 1 and enter - Press 5 and Card payment ERROR: The "Overpayment exceeded limit." should be shown Note: If you press Done button, message is shown and Done button is disabled Please, include this case in the automated test case. |
(0086842) hgbot (developer) 2016-05-31 06:24 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: ab0e961338c641eefa485ea4b4bd99f9b06068c4 Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Tue May 31 09:53:39 2016 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/ab0e961338c641eefa485ea4b4bd99f9b06068c4 [^] Fixes issue 32826 : Keyboard Command Logic changed - Keyboard status will be reset, if last & current are same - Keyboard status will be set, if last & current are diffrent - Command will be executed, if input value is not empty --- M web/org.openbravo.mobile.core/source/component/ob-keyboard.js --- |
(0086843) hgbot (developer) 2016-05-31 06:24 |
Repository: tools/automation/pi-mobile Changeset: 5b5fb9c0d5ff6567f014c561520bf792a46e562f Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Tue May 31 09:51:19 2016 +0530 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/5b5fb9c0d5ff6567f014c561520bf792a46e562f [^] Verifies issue 32826 : Added automated test 'I32826_VerifyOverpaymentByCashCardII' --- M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/LayawayVerifyPaymentsInformation.java A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I32826_VerifyOverpaymentByCashCardII.java --- |
(0100490) hgbot (developer) 2017-11-13 15:23 |
Repository: tools/automation/pi-mobile Changeset: d13aa31ceedb1412428ca513d55054a4cb83d953 Author: Rafael Queralta Pozo <rqueralta <at> nauta.cu> Date: Thu Nov 02 12:47:19 2017 -0400 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/d13aa31ceedb1412428ca513d55054a4cb83d953 [^] Related to issue 32826 : Validating overpayment for cash and card --- M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I32826_VerifyOverpaymentByCashCardII.java --- |
Issue History | |||
Date Modified | Username | Field | Change |
2016-05-02 17:18 | xabiermerino | New Issue | |
2016-05-02 17:18 | xabiermerino | Assigned To | => Retail |
2016-05-02 17:18 | xabiermerino | Triggers an Emergency Pack | => No |
2016-05-02 17:18 | xabiermerino | Tag Attached: SER-QA | |
2016-05-04 17:10 | Orekaria | Status | new => acknowledged |
2016-05-06 08:01 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com |
2016-05-06 08:01 | ranjith_qualiantech_com | Status | acknowledged => scheduled |
2016-05-09 04:49 | hgbot | Checkin | |
2016-05-09 04:49 | hgbot | Note Added: 0086291 | |
2016-05-09 04:49 | hgbot | Status | scheduled => resolved |
2016-05-09 04:49 | hgbot | Resolution | open => fixed |
2016-05-09 04:49 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f7ab2d919d1943227b87782ee474d9a7c775aa8c [^] |
2016-05-09 04:51 | hgbot | Checkin | |
2016-05-09 04:51 | hgbot | Note Added: 0086292 | |
2016-05-09 12:34 | xabiermerino | Resolution time | => 1463522400 |
2016-05-18 15:38 | migueldejuana | Note Added: 0086551 | |
2016-05-18 15:38 | migueldejuana | Status | resolved => new |
2016-05-18 15:38 | migueldejuana | Resolution | fixed => open |
2016-05-19 08:17 | ranjith_qualiantech_com | Status | new => acknowledged |
2016-05-19 08:17 | ranjith_qualiantech_com | Status | acknowledged => scheduled |
2016-05-20 12:44 | ranjith_qualiantech_com | Note Added: 0086607 | |
2016-05-21 07:54 | ranjith_qualiantech_com | Note Deleted: 0086607 | |
2016-05-23 14:08 | ranjith_qualiantech_com | Relationship added | related to 0032917 |
2016-05-23 14:09 | ranjith_qualiantech_com | Relationship deleted | related to 0032917 |
2016-05-23 14:09 | ranjith_qualiantech_com | Relationship added | related to 0032953 |
2016-05-31 06:24 | hgbot | Checkin | |
2016-05-31 06:24 | hgbot | Note Added: 0086842 | |
2016-05-31 06:24 | hgbot | Status | scheduled => resolved |
2016-05-31 06:24 | hgbot | Resolution | open => fixed |
2016-05-31 06:24 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f7ab2d919d1943227b87782ee474d9a7c775aa8c [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/ab0e961338c641eefa485ea4b4bd99f9b06068c4 [^] |
2016-05-31 06:24 | hgbot | Checkin | |
2016-05-31 06:24 | hgbot | Note Added: 0086843 | |
2016-06-01 14:15 | guilleaer | Review Assigned To | => guilleaer |
2016-06-01 14:15 | guilleaer | Status | resolved => closed |
2016-06-01 14:15 | guilleaer | Fixed in Version | => RR16Q3 |
2017-11-13 15:23 | hgbot | Checkin | |
2017-11-13 15:23 | hgbot | Note Added: 0100490 |
Copyright © 2000 - 2009 MantisBT Group |