Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0043924
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Retail Modules] Web POSminorhave not tried2020-05-04 13:072020-05-11 09:08
ReporteralostaleView Statuspublic 
Assigned Toalostale 
PrioritynormalResolutionfixedFixed in VersionRR20Q3
StatusclosedFix in branchFixed in SCM revision581f52f4a02f
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Toalostale
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0043924: Add additional infrastructure to support IndexedDB

DescriptionAdd additional infrastructure to support IndexedDB that will be used by upcoming projects to migrate to IndexedDB:

* Masterdata Creation Management from WebPOS (https://gitlab.com/openbravo/projects/retail/pmods/org.openbravo.mobile.core/-/merge_requests/10 [^])
* Backward compatibility fixes (I) (https://gitlab.com/openbravo/projects/retail/pmods/org.openbravo.mobile.core/-/merge_requests/15 [^])
* Backward compatibility fixes (II) (https://gitlab.com/openbravo/projects/retail/pmods/org.openbravo.mobile.core/-/merge_requests/16 [^])
* Ticket model
  * Basic action features (https://gitlab.com/openbravo/projects/retail/pmods/org.openbravo.mobile.core/-/merge_requests/12 [^])
Steps To Reproduce-
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0044055 closedcaristu Masterdata creation in IndexedDB improvements 

-  Notes
(0119527)
alostale (manager)
2020-05-04 13:39

MR: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/17 [^]
(0119545)
hgbot (developer)
2020-05-05 09:31

Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 581f52f4a02fc074d1e19a241d6dddd973e2f345
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue May 05 09:24:22 2020 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/581f52f4a02fc074d1e19a241d6dddd973e2f345 [^]

fixes FR-43924: Additional infrastructure to support IndexedDB

See merge request openbravo/projects/retail/pmods/org.openbravo.mobile.core!17

---
M src/org/openbravo/mobile/core/MobileCoreComponentProvider.java
M src/org/openbravo/mobile/core/master/MasterDataInformationProvider.java
M web-test/base/ob-app.js
M web-test/base/state-utils.js
M web-test/model/application-state/State.test.js
M web-test/model/application-state/StateAPI.test.js
M web-test/model/application-state/compat/StateBackwardCompatibility-backbone-state.test.js
M web-test/model/business-object/messages/Messages.test.js
M web-test/model/masterdata/MasterdataController.test.js
M web-test/model/persistence/indexeddb/IndexedDBController.test.js
M web-test/model/persistence/indexeddb/models.js
M web-test/model/synchronization-buffer/SynchronizationBuffer.test.js
M web/org.openbravo.mobile.core/app/model/application-state/ActionCanceled.js
M web/org.openbravo.mobile.core/app/model/application-state/State.js
M web/org.openbravo.mobile.core/app/model/application-state/StateAPI.js
M web/org.openbravo.mobile.core/app/model/application-state/StateBackwardCompatibility.js
M web/org.openbravo.mobile.core/app/model/application-state/StatePersistence.js
M web/org.openbravo.mobile.core/app/model/business-object/messages/Messages.js
M web/org.openbravo.mobile.core/app/model/business-object/messages/MessagesUtils.js
M web/org.openbravo.mobile.core/app/model/business-object/terminal-log/TerminalLogUtils.js
M web/org.openbravo.mobile.core/app/model/business-object/terminal-log/actions/SetContextAndPopup.js
M web/org.openbravo.mobile.core/app/model/business-object/terminal-log/actions/TerminalLogGenerateMessage.js
M web/org.openbravo.mobile.core/app/model/masterdata/MasterdataController.js
M web/org.openbravo.mobile.core/app/model/persistence/indexeddb/IndexedDBController.js
M web/org.openbravo.mobile.core/app/model/persistence/indexeddb/IndexedDBQuery.js
M web/org.openbravo.mobile.core/app/model/persistence/indexeddb/Model.js
M web/org.openbravo.mobile.core/app/model/synchronization-buffer/MessageModel.js
M web/org.openbravo.mobile.core/app/model/synchronization-buffer/MessageModelController.js
M web/org.openbravo.mobile.core/app/model/synchronization-buffer/SyncIconManagement.js
M web/org.openbravo.mobile.core/app/model/synchronization-buffer/SynchronizationBuffer.js
M web/org.openbravo.mobile.core/source/component/obpos-approval.js
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js
M web/org.openbravo.mobile.core/source/utils/ob-debug.js
M web/org.openbravo.mobile.core/source/utils/ob-utilities.js
A web-test/model/masterdata/actions/SynchronizeMasterdata.test.js
A web-test/util/Approval.test.js
A web-test/view/ActionCanceledUIHandler.test.js
A web/org.openbravo.mobile.core/app/model/application-state/ActionSilentlyCanceled.js
A web/org.openbravo.mobile.core/app/model/masterdata/actions/SynchronizeMasterdata.js
A web/org.openbravo.mobile.core/app/model/synchronization-buffer/BackendEndpoint.js
A web/org.openbravo.mobile.core/app/model/synchronization-buffer/MasterdataEndpoint.js
A web/org.openbravo.mobile.core/app/model/synchronization-buffer/SynchronizationEndpoint.js
A web/org.openbravo.mobile.core/app/util/Security.js
A web/org.openbravo.mobile.core/app/view/ActionCanceledUIHandler.js
---
(0119546)
hgbot (developer)
2020-05-05 09:31

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 22e4965f0b6a31bc8b89795815cf3a2747d3e2de
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Mon May 04 13:38:01 2020 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/22e4965f0b6a31bc8b89795815cf3a2747d3e2de [^]

related to FR-43924: additional infrastructure to support IndexedDB

Use new API in SynchronizationBuffer

---
M web/org.openbravo.retail.posterminal/js/login/model/login-model.js
---
(0119727)
hgbot (developer)
2020-05-11 09:08

Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: 90b8041f36578e2b9ec71a4862f82a05bb73d63e
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Mon May 11 09:08:19 2020 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/90b8041f36578e2b9ec71a4862f82a05bb73d63e [^]

related to FR 43924: additional infrastructure to support IndexedDB in AWO

---
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/terminal/obawo-terminal.js
---

- Issue History
Date Modified Username Field Change
2020-05-04 13:07 alostale New Issue
2020-05-04 13:07 alostale Assigned To => Retail
2020-05-04 13:07 alostale Triggers an Emergency Pack => No
2020-05-04 13:08 alostale Description Updated View Revisions
2020-05-04 13:39 alostale Note Added: 0119527
2020-05-05 09:31 hgbot Checkin
2020-05-05 09:31 hgbot Note Added: 0119545
2020-05-05 09:31 hgbot Status new => resolved
2020-05-05 09:31 hgbot Resolution open => fixed
2020-05-05 09:31 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/581f52f4a02fc074d1e19a241d6dddd973e2f345 [^]
2020-05-05 09:31 hgbot Checkin
2020-05-05 09:31 hgbot Note Added: 0119546
2020-05-08 07:36 marvintm Assigned To Retail => alostale
2020-05-08 14:08 alostale Review Assigned To => alostale
2020-05-08 14:08 alostale Status resolved => closed
2020-05-08 14:08 alostale Fixed in Version => RR20Q3
2020-05-11 09:08 hgbot Checkin
2020-05-11 09:08 hgbot Note Added: 0119727
2020-05-13 16:37 caristu Relationship added related to 0044055


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker