Openbravo Issue Tracking System - Retail Modules
View Issue Details
0044962Retail ModulesWeb POSpublic2020-09-02 07:452020-09-07 08:55
marvintm 
jarmendariz 
normalmajoralways
closedfixed 
5
 
RR20Q4 
No
0044962: Remove all usages of OB.Dal.transaction
Now that WebSQL has been removed from the application, there should not be any usage of the OB.Dal.transaction API that is inherently tied to the usage of WebSQL.

The biggest offending one currently is the one in login-model.js (because it basically means it is still not possible to log in the WebPOS unless WebSQL support is enabled), but all usage of this API should be removed.
Try to login in the WebPOS using Safari without WebSQL support. Realise it is not possible.
No tags attached.
related to defect 0044998 new Retail After removing OB.Dal.transaction, invoice is not generated 
Issue History
2020-09-02 07:45marvintmNew Issue
2020-09-02 07:45marvintmAssigned To => Retail
2020-09-02 07:45marvintmTriggers an Emergency Pack => No
2020-09-02 12:28jarmendarizStatusnew => scheduled
2020-09-02 12:28jarmendarizAssigned ToRetail => jarmendariz
2020-09-04 11:03hgbotNote Added: 0122679
2020-09-04 11:05hgbotNote Added: 0122680
2020-09-07 08:55hgbotResolutionopen => fixed
2020-09-07 08:55hgbotStatusscheduled => closed
2020-09-07 08:55hgbotFixed in Version => RR20Q4
2020-09-07 08:55hgbotNote Added: 0122715
2020-09-07 08:55hgbotNote Added: 0122716
2020-09-07 08:55hgbotNote Added: 0122717
2020-09-07 08:55hgbotNote Added: 0122718
2020-09-07 10:37jarmendarizRelationship addedrelated to 0044998

Notes
(0122679)
hgbot   
2020-09-04 11:03   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/80 [^]
(0122680)
hgbot   
2020-09-04 11:05   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/60 [^]
(0122715)
hgbot   
2020-09-07 08:55   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 8a5e72e60e329f0e0da5bb684e7ed862eabe78fd
Author: Javier Armendáriz <javier.armendariz@openbravo.com>
Date: 2020-09-07T08:53:51+02:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/8a5e72e60e329f0e0da5bb684e7ed862eabe78fd [^]

Fixed ISSUE-44962: Removed all usages of OB.Dal.transaction

---
M web/org.openbravo.retail.posterminal/js/closecash/model/cashup/cashup-model.js
M web/org.openbravo.retail.posterminal/js/closecash/model/countsafebox/countsafebox-model.js
M web/org.openbravo.retail.posterminal/js/components/orderselector.js
M web/org.openbravo.retail.posterminal/js/login/model/login-model.js
---
(0122716)
hgbot   
2020-09-07 08:55   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/80 [^]
(0122717)
hgbot   
2020-09-07 08:55   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: e0c77abb623b76ce9fd4172a53eb1d81073f558f
Author: Javi Armendáriz <katanagari@gmail.com>
Date: 2020-09-04T11:33:39+02:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/e0c77abb623b76ce9fd4172a53eb1d81073f558f [^]

Related to ISSUE-44962: Marked OB.Dal.transaction as deprecated

---
M web/org.openbravo.mobile.core/source/data/ob-dal.js
---
(0122718)
hgbot   
2020-09-07 08:55   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/60 [^]