Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0047363 | Retail Modules | Offline Mode | public | 2021-07-01 00:11 | 2021-07-12 16:21 |
|
Reporter | lbressan | |
Assigned To | ranjith_qualiantech_com | |
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | RR21Q2.1 | Fixed in Version | RR21Q2.1 | |
Merge Request Status | approved |
Review Assigned To | |
OBNetwork customer | OBPS |
Support ticket | 25926 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0047363: The POS stops Printing after processing more than 300 tickets in offline mode |
Description | The problem was detected in version 20Q4, but it is also reproducible in version 21Q2
When working in a Terminal in offline mode, when the amount of 300 tickets is passed, the pos stops printing the tickets.
The problem is in the MessageModelControllerDefinition in particular in the findAll function it is taking a default limit of 300. As in our case we already have more than 300, the array of messages always returns the first 300 and the following no longer check them.
This limit is defined in the constant DEFAULT_QUERY_LIMIT
I attach the images of the code |
Steps To Reproduce |
1- You are offline
2 - You make more than 300 tickets (you can also change the constant temporarily to 10 to reproduce it)
3- Stop printing
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | blocks | defect | 0047310 | | closed | ranjith_qualiantech_com | The POS stops Printing after processing more than 300 tickets in offline mode |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2021-07-08 07:27 | marvintm | Type | defect => backport |
2021-07-08 07:27 | marvintm | Target Version | => RR21Q2.1 |
2021-07-11 16:04 | hgbot | Note Added: 0130358 | |
2021-07-12 16:20 | hgbot | Merge Request Status | open => approved |
2021-07-12 16:21 | hgbot | Resolution | open => fixed |
2021-07-12 16:21 | hgbot | Status | scheduled => closed |
2021-07-12 16:21 | hgbot | Fixed in Version | => RR21Q2.1 |
2021-07-12 16:21 | hgbot | Note Added: 0130376 | |
2021-07-12 16:21 | hgbot | Note Added: 0130377 | |