Openbravo Issue Tracking System - Retail Modules | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0046253 | Retail Modules | Quotations | public | 2021-04-12 15:13 | 2021-04-14 11:10 |
Reporter | dmiguelez | ||||
Assigned To | Retail | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | RR21Q3 | |||
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 | 0046253: Add Quotations filter in PaidReceiptsFilter.java Query | ||||
Description | When opening a Ticket is it possible to filter it by Document Type. The filter for the Quotations DocType works differently as it is done for the rest of the DocTypes. It is implemented in modalselector.js as: if (flt.column === 'orderType' && flt.value === 'QT') { //When filtering by quotations, use the specific documentType filter criteria.remoteFilters.push({ value: OB.MobileApp.model.get('terminal').terminalType .documentTypeForQuotations, columns: ['documentTypeId'], operator: '=', isId: true }); } This does not work in the new POS and also, it makes it functionally inconsistent, as it is filtering by the Terminal DocType for Quotations, but this is not how it is done for Returns. Implement the logic in the java query, like it is done for returns, so it is compatible with the new POS and functionally consistent. | ||||
Steps To Reproduce | In the POS log in as Vallblanca. In the menu click on Open Receipt. Filter by Document Type Quotations. Check that only Quotation documents are shown. | ||||
Proposed Solution | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2021-04-12 15:13 | dmiguelez | New Issue | |||
2021-04-12 15:13 | dmiguelez | Assigned To | => Retail | ||
2021-04-12 15:13 | dmiguelez | OBNetwork customer | => No | ||
2021-04-12 15:13 | dmiguelez | Triggers an Emergency Pack | => No | ||
2021-04-12 15:23 | hgbot | Merge Request Status | => open | ||
2021-04-12 15:23 | hgbot | Note Added: 0127237 | |||
2021-04-13 16:16 | hgbot | Merge Request Status | open => approved | ||
2021-04-14 11:10 | hgbot | Resolution | open => fixed | ||
2021-04-14 11:10 | hgbot | Status | new => closed | ||
2021-04-14 11:10 | hgbot | Note Added: 0127267 | |||
2021-04-14 11:10 | hgbot | Fixed in Version | => RR21Q3 | ||
2021-04-14 11:10 | hgbot | Note Added: 0127268 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|