Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0049502 | Retail Modules | Web POS | public | 2022-06-07 21:28 | 2022-11-21 07:50 |
|
Reporter | alekosmp86 | |
Assigned To | radhakrishnan | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 30 | OS Version | Openbravo Appliance 14.04 |
Product Version | | |
Target Version | | Fixed in Version | RR23Q1 | |
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();
} |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
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 | |
Notes |
|
(0139625)
|
hgbot
|
2022-07-27 07:54
|
|
|
|
(0139626)
|
hgbot
|
2022-07-27 07:56
|
|
|
|
(0143855)
|
hgbot
|
2022-11-21 07:50
|
|
|
|
(0143856)
|
hgbot
|
2022-11-21 07:50
|
|
|
|
(0143857)
|
hgbot
|
2022-11-21 07:50
|
|
|
|
(0143858)
|
hgbot
|
2022-11-21 07:50
|
|
|