Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0049502 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2022-06-07 21:28 | 2022-11-21 07:50 | |||
Reporter | alekosmp86 | View Status | public | |||||
Assigned To | radhakrishnan | |||||||
Priority | high | Resolution | fixed | Fixed in Version | RR23Q1 | |||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | ||||
OS | Linux 64 bit | Database | PostgreSQL | Java version | 7.x | |||
OS Version | Openbravo Appliance 14.04 | Database version | 9.3.x | Ant version | 1.9.x | |||
Product Version | SCM revision | |||||||
Merge Request Status | approved | |||||||
Review Assigned To | ||||||||
OBNetwork customer | No | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0049502: Filters are not reset when closing the Open Receipt popup | |||||||
Description | After making an initial search, if you close and reopen the Open Receipt popup, the results shown are the same of the initial search. Although this allows to quickly open an order that matches the criteria of the initial search, this can cause problems since that order could have another status, thus being wrongly loaded. | |||||||
Steps To Reproduce | 1 - Create a quotation (using Create Quotation menu entry) 2 - Add a product and synchronize. This will set the Quotation from Draft to Under Evaluation 3 - Close the quotation and click on Open Receipt menu entry 4 - Click on Search button (you'll see the quotation as the first result) 5 - Open the previously created quotation 6 - Click on Create Sales Order menu entry, and confirm. This will convert the quotation into an order 7 - Add a payment and synchronize the order. 8 - Click on Open Receipt menu entry. You'll see the quotation from the previous search, not the order created from the quotation. 9 - Click on Search button and verify that now it shows the order instead of the quotation | |||||||
Proposed Solution | Reset the filters in the executeOnHide event of the Open Receipt popup. This will force a new search every time the popup is loaded, which will show the orders with the correct status. The following code should do the trick executeOnHide: function(){ this.getFilterSelectorTableHeader().clearFilter(); } | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0139625) hgbot (developer) 2022-07-27 07:54 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/877 [^] |
(0139626) hgbot (developer) 2022-07-27 07:56 |
Merge Request created: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/214 [^] |
(0143855) hgbot (developer) 2022-11-21 07:50 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^] Changeset: 5cf4610e1a1d59995d5e0a6b679ae181b13376b8 Author: Radhakrishnan Seeman <radhakrishnan@qualiantech.com> Date: 21-11-2022 06:49:51 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/5cf4610e1a1d59995d5e0a6b679ae181b13376b8 [^] Fixed ISSUE-49502: Clear the filter when the open receipt popup is close --- M web/org.openbravo.retail.posterminal/js/actions/openreceipt.js --- |
(0143856) hgbot (developer) 2022-11-21 07:50 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/877 [^] |
(0143857) hgbot (developer) 2022-11-21 07:50 |
Merge request merged: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/214 [^] |
(0143858) hgbot (developer) 2022-11-21 07:50 |
Repository: https://gitlab.com/openbravo/ci/mobile-test [^] Changeset: bc2c7bc1a50010ae1a2ac0e20c96086d01e74f7f Author: Radhakrishnan Seeman <radhakrishnan@qualiantech.com> Date: 21-11-2022 06:49:56 URL: https://gitlab.com/openbravo/ci/mobile-test/-/commit/bc2c7bc1a50010ae1a2ac0e20c96086d01e74f7f [^] Verifies ISSUE-49502: Ignored Test KeepFiltersInOpenReceiptSelectorTest --- M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/KeepFiltersInOpenReceiptSelectorTest.java --- |
![]() |
|||
Date Modified | Username | Field | Change |
2022-06-07 21:28 | alekosmp86 | New Issue | |
2022-06-07 21:28 | alekosmp86 | Assigned To | => Retail |
2022-06-07 21:28 | alekosmp86 | OBNetwork customer | => No |
2022-06-07 21:28 | alekosmp86 | Triggers an Emergency Pack | => No |
2022-07-07 09:37 | radhakrishnan | Assigned To | Retail => radhakrishnan |
2022-07-07 09:37 | radhakrishnan | Status | new => scheduled |
2022-07-27 07:54 | hgbot | Merge Request Status | => open |
2022-07-27 07:54 | hgbot | Note Added: 0139625 | |
2022-07-27 07:56 | hgbot | Note Added: 0139626 | |
2022-11-21 07:49 | hgbot | Merge Request Status | open => approved |
2022-11-21 07:50 | hgbot | Resolution | open => fixed |
2022-11-21 07:50 | hgbot | Status | scheduled => closed |
2022-11-21 07:50 | hgbot | Fixed in Version | => RR23Q1 |
2022-11-21 07:50 | hgbot | Note Added: 0143855 | |
2022-11-21 07:50 | hgbot | Note Added: 0143856 | |
2022-11-21 07:50 | hgbot | Note Added: 0143857 | |
2022-11-21 07:50 | hgbot | Note Added: 0143858 |
Copyright © 2000 - 2009 MantisBT Group |