Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0043715 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Return Receipt | major | have not tried | 2020-04-09 08:12 | 2020-05-14 18:42 | |||
Reporter | AgatheBertin | View Status | public | |||||
Assigned To | ranjith_qualiantech_com | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | RR20Q3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | e5c807b0a6f3 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | marvintm | |||||||
OBNetwork customer | Gold | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0043715: Returning a verify return , we can still click on the apply button | |||||||
Description | Even if a product is fully returned, we can still click on the apply button | |||||||
Steps To Reproduce | 1 - Do a standard ticket A with 1 product 2 - Return this ticket (verified return #1) and checkout 3 - Try to make a verified return (a second one) of the ticket A Even if the "Apply" button seems to be unavailable, we can click on it anyway When you click, the product is added to the receipt | |||||||
Tags | NOR | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0119385) hgbot (developer) 2020-04-24 10:06 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: e5c807b0a6f346718bed32e2e394832600a10078 Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Fri Apr 24 13:35:51 2020 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/e5c807b0a6f346718bed32e2e394832600a10078 [^] Fixed issue-43715 : Button tab event should be prevented if it is disabled * All button inherits from OB.UI.BaseButton. If the button is disabled, then tap event should be prevented --- M web/org.openbravo.mobile.core/source/component/ob-commonbuttons.js --- |
(0119386) hgbot (developer) 2020-04-24 10:07 |
Repository: tools/automation/pi-mobile Changeset: 4af22be2270241c41c79b5fcc269d2d933413301 Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Fri Apr 24 13:37:05 2020 +0530 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/4af22be2270241c41c79b5fcc269d2d933413301 [^] Verifies issue 43715 : Modified Automated tests * Modified Automated tests by new changes in tap event --- M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/crossstore/CrossStoreTerminalHelper.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/crossstore/CrossStoreUISelectStore.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I34608_VerifyNoErrorAfterTicketDelete.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/taxes/TaxesBasedOnStoreAddress.java --- |
(0119447) ranjith_qualiantech_com (viewer) 2020-04-28 05:09 edited on: 2020-04-29 04:57 |
Button More, Switch, Coins in Payment keyboard are not working |
(0119471) hgbot (developer) 2020-04-28 13:54 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 9f2bf0d9822e814a16e4ac4a3828dafe1b684150 Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Tue Apr 28 17:24:37 2020 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/9f2bf0d9822e814a16e4ac4a3828dafe1b684150 [^] Related to issue 43715 : Added tap event for More and Switch button in Payment keyboard * Added tap event for Coins Button in Payment keyboard --- M web/org.openbravo.retail.posterminal/js/components/keypadcoins.js M web/org.openbravo.retail.posterminal/js/pointofsale/view/keyboard-toolbars.js --- |
(0119472) hgbot (developer) 2020-04-28 13:55 |
Repository: tools/automation/pi-mobile Changeset: 5cb2e883a0b62a30e705964f3aa2663462196e37 Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Tue Apr 28 17:24:51 2020 +0530 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/5cb2e883a0b62a30e705964f3aa2663462196e37 [^] Verifies issue 43715 : Modified Automated Test I35778_VerifyPayOpenTicketPayments --- M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I31673_CancelLayawayCheckOverPayment.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I35778_VerifyPayOpenTicketPayments.java --- |
(0119790) ranjith_qualiantech_com (viewer) 2020-05-13 07:06 |
For Tap events in Action Button of Edit Tab, Event propagation should be allowed And also, Sender value should be sent as param for ontap event |
(0119792) hgbot (developer) 2020-05-13 07:31 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: 00c899c87a63dc2b196e0f6d54e2a8e16116f556 Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Wed May 13 11:01:17 2020 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/00c899c87a63dc2b196e0f6d54e2a8e16116f556 [^] Related to issue-43715 : Allow Tap Event Propagation for Buttons based on flag * Added flag allowTapEventPropagation with default value as false for OB.UI.Button If it is true, Tap Event Propagation will be allowed * Added "this" params for tap and ontap events --- M web/org.openbravo.mobile.core/source/component/ob-commonbuttons.js --- |
(0119793) hgbot (developer) 2020-05-13 07:33 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 887f14a8f6ed354349e7294f48a42423de1f63d0 Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Wed May 13 11:03:19 2020 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/887f14a8f6ed354349e7294f48a42423de1f63d0 [^] Related to issue-43715 : Action Button in Edit tab should allow Tap Event Propagation --- M web/org.openbravo.retail.posterminal/js/pointofsale/view/editline.js --- |
![]() |
|||
Date Modified | Username | Field | Change |
2020-04-09 08:12 | AgatheBertin | New Issue | |
2020-04-09 08:12 | AgatheBertin | Assigned To | => Retail |
2020-04-09 08:12 | AgatheBertin | Triggers an Emergency Pack | => No |
2020-04-15 08:44 | AgatheBertin | OBNetwork customer | => Gold |
2020-04-15 08:44 | AgatheBertin | Resolution time | => 1588024800 |
2020-04-16 07:52 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com |
2020-04-16 10:54 | rafaroda | Tag Attached: NOR | |
2020-04-16 10:54 | rafaroda | Issue Monitored: rafaroda | |
2020-04-24 10:06 | hgbot | Checkin | |
2020-04-24 10:06 | hgbot | Note Added: 0119385 | |
2020-04-24 10:06 | hgbot | Status | new => resolved |
2020-04-24 10:06 | hgbot | Resolution | open => fixed |
2020-04-24 10:06 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/e5c807b0a6f346718bed32e2e394832600a10078 [^] |
2020-04-24 10:07 | hgbot | Checkin | |
2020-04-24 10:07 | hgbot | Note Added: 0119386 | |
2020-04-27 09:00 | marvintm | Review Assigned To | => marvintm |
2020-04-27 09:00 | marvintm | Status | resolved => closed |
2020-04-27 09:00 | marvintm | Fixed in Version | => RR20Q3 |
2020-04-28 05:09 | ranjith_qualiantech_com | Note Added: 0119447 | |
2020-04-28 05:09 | ranjith_qualiantech_com | Status | closed => new |
2020-04-28 05:09 | ranjith_qualiantech_com | Resolution | fixed => open |
2020-04-28 05:09 | ranjith_qualiantech_com | Fixed in Version | RR20Q3 => |
2020-04-28 13:54 | hgbot | Checkin | |
2020-04-28 13:54 | hgbot | Note Added: 0119471 | |
2020-04-28 13:55 | hgbot | Checkin | |
2020-04-28 13:55 | hgbot | Note Added: 0119472 | |
2020-04-29 04:57 | ranjith_qualiantech_com | Note Edited: 0119447 | View Revisions |
2020-04-29 05:47 | ranjith_qualiantech_com | Status | new => scheduled |
2020-04-29 05:47 | ranjith_qualiantech_com | Status | scheduled => resolved |
2020-04-29 05:47 | ranjith_qualiantech_com | Resolution | open => fixed |
2020-04-30 15:46 | marvintm | Status | resolved => closed |
2020-04-30 15:46 | marvintm | Fixed in Version | => RR20Q3 |
2020-05-13 07:06 | ranjith_qualiantech_com | Note Added: 0119790 | |
2020-05-13 07:06 | ranjith_qualiantech_com | Status | closed => new |
2020-05-13 07:06 | ranjith_qualiantech_com | Resolution | fixed => open |
2020-05-13 07:06 | ranjith_qualiantech_com | Fixed in Version | RR20Q3 => |
2020-05-13 07:06 | ranjith_qualiantech_com | Status | new => scheduled |
2020-05-13 07:31 | hgbot | Checkin | |
2020-05-13 07:31 | hgbot | Note Added: 0119792 | |
2020-05-13 07:33 | hgbot | Checkin | |
2020-05-13 07:33 | hgbot | Note Added: 0119793 | |
2020-05-13 07:33 | ranjith_qualiantech_com | Status | scheduled => resolved |
2020-05-13 07:33 | ranjith_qualiantech_com | Resolution | open => fixed |
2020-05-14 18:42 | marvintm | Status | resolved => closed |
2020-05-14 18:42 | marvintm | Fixed in Version | => RR20Q3 |
Copyright © 2000 - 2009 MantisBT Group |