Openbravo Issue Tracking System - Retail Modules
View Issue Details
0045374Retail ModulesWeb POSpublic2020-11-04 10:572020-11-24 18:01
salvador_campanella 
gorka_gil 
normalmajoralways
closedfixed 
5
pi 
RR21Q1 
marvintm
No
0045374: When a product is selected and just after the window refreshes the product line is lost
When a product is selected and just after the window refreshes the product line is lost
In the web POS
1.- Select a product
2.- just after the line appears in the receipt press the F5 key

- Error: the line will not be present after finishing the refresh
No tags attached.
depends on backport 0045500RR20Q4 closed gorka_gil When a product is selected and just after the window refreshes the product line is lost 
related to defect 0045567 new Retail If POS is refreshed just after adding a product to the receipt, it sometimes is not saved 
? issueRefresh.mp4 (1,861,338) 2020-11-04 10:57
https://issues.openbravo.com/file_download.php?file_id=15071&type=bug
Issue History
2020-11-04 10:57salvador_campanellaNew Issue
2020-11-04 10:57salvador_campanellaAssigned To => Retail
2020-11-04 10:57salvador_campanellaFile Added: issueRefresh.mp4
2020-11-04 10:57salvador_campanellaRegression date => 2020-11-25
2020-11-04 10:57salvador_campanellaTriggers an Emergency Pack => No
2020-11-06 10:28ngarciaResolution time => 1606258800
2020-11-06 10:28ngarciaRegression date2020-11-25 =>
2020-11-23 11:14gorka_gilAssigned ToRetail => gorka_gil
2020-11-24 16:41hgbotNote Added: 0124587
2020-11-24 18:01hgbotResolutionopen => fixed
2020-11-24 18:01hgbotStatusnew => closed
2020-11-24 18:01hgbotNote Added: 0124600
2020-11-24 18:01hgbotFixed in Version => RR21Q1
2020-11-24 18:01hgbotNote Added: 0124601
2020-11-24 18:01marvintmStatusclosed => new
2020-11-24 18:01marvintmResolutionfixed => open
2020-11-24 18:01marvintmFixed in VersionRR21Q1 =>
2020-11-24 18:01marvintmStatusnew => scheduled
2020-11-24 18:01marvintmStatusscheduled => resolved
2020-11-24 18:01marvintmFixed in Version => RR21Q1
2020-11-24 18:01marvintmResolutionopen => fixed
2020-11-24 18:01marvintmReview Assigned To => marvintm
2020-11-24 18:01marvintmStatusresolved => closed
2020-12-14 11:29lorenzofidalgoRelationship addedrelated to 0045567

Notes
(0124587)
hgbot   
2020-11-24 16:41   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/106 [^]
(0124600)
hgbot   
2020-11-24 18:01   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/106 [^]
(0124601)
hgbot   
2020-11-24 18:01   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: fdece4975aa08b891703c561b358d91cc33a5935
Author: Gorka Gil <gorka.gil@openbravo.com>
Date: 2020-11-24T17:00:56+00:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/fdece4975aa08b891703c561b358d91cc33a5935 [^]

Fixed ISSUE-45374: capture the unload event to try to persist the state before

It doesn't ensure that the state will be persisted,
since for the asynchronous code there is no way to wait for it,
so in most cases will have time to save the state, but in some not

---
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js
---