Notes |
|
(0074885)
|
hgbot
|
2015-02-24 20:09
|
|
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: ad49f99476b7425a360d7d2e540d1e314d36e13f
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Tue Feb 24 20:08:53 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/ad49f99476b7425a360d7d2e540d1e314d36e13f [^]
Fixed issue 29055. Greatly improved the way Web POS handles database updates:
- Now a checksum of each models's structure will be computed and stored in the local storage of the browser.
- This checksum will be used to detect changes in the structure of one model. If changes are detected, the table will be dropped and recreated.
- For masterdata models, this will trigger automatically a full refresh, to ensure that all data is correctly loaded.
- For data synchronization models, a security check will be done before recreating the table. If there is still data pending to be synchronized, a synchronization will be triggered. If this synchronization still doesn't work, and data is still pending to be synchronized, then an error will be shown to the user, and the process will be cancelled.
---
M web/org.openbravo.mobile.core/source/data/ob-model.js
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js
---
|
|
|
(0074886)
|
hgbot
|
2015-02-24 20:09
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: d14828ca485ee15f7144c8c2fe4617e749276cf8
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Tue Feb 24 20:05:31 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d14828ca485ee15f7144c8c2fe4617e749276cf8 [^]
Related to issue 29055. Removed unnecessary function, and added special criteria for the cash up model, to ensure that no false positives are detected when looking for changes.
---
M web/org.openbravo.retail.posterminal/js/login/model/login-model.js
---
|
|
|
(0074937)
|
hgbot
|
2015-02-25 19:02
|
|
|
|
(0074966)
|
hgbot
|
2015-02-26 13:44
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 049a34feae3e9add04ab5e30dc4e44bce610ecc5
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Thu Feb 26 13:44:13 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/049a34feae3e9add04ab5e30dc4e44bce610ecc5 [^]
Related to issue 29055. Moved query to a better place in the code. It now uses cache to ensure it performs well.
---
M web/org.openbravo.retail.posterminal/js/components/menu.js
M web/org.openbravo.retail.posterminal/js/login/model/login-model.js
M web/org.openbravo.retail.posterminal/js/utils/ob-utilitiesuipos.js
---
|
|
|
(0075000)
|
hgbot
|
2015-02-26 20:04
|
|
|
|
(0075148)
|
hgbot
|
2015-03-04 11:46
|
|
|
|
(0075149)
|
hgbot
|
2015-03-04 11:56
|
|
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 93d6d63e7155e0a406c3313ea20d8966107a34c3
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Wed Mar 04 11:56:20 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/93d6d63e7155e0a406c3313ea20d8966107a34c3 [^]
Related to issue 29055. Avoid warnings related to not-yet-created tables in the initial load of the Web POS
---
M web/org.openbravo.mobile.core/source/data/ob-dal.js
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js
---
|
|
|
(0075153)
|
hgbot
|
2015-03-04 12:28
|
|
|
|
(0075157)
|
hgbot
|
2015-03-04 13:13
|
|
|
|
(0075164)
|
hgbot
|
2015-03-04 17:35
|
|
|
|
(0075165)
|
hgbot
|
2015-03-04 17:36
|
|
|
|
(0075172)
|
hgbot
|
2015-03-04 18:36
|
|
|
|
(0075195)
|
hgbot
|
2015-03-05 14:25
|
|
|
|
(0075197)
|
hgbot
|
2015-03-05 15:04
|
|
|
|
(0075287)
|
hgbot
|
2015-03-09 00:20
|
|
Repository: tools/automation/pi-mobile
Changeset: 7c7f24150f18fca2a7359e480adb36d7ddf86e28
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Thu Mar 05 20:00:25 2015 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/7c7f24150f18fca2a7359e480adb36d7ddf86e28 [^]
Related to issue 28933. Verifies issue 29055. Added two automated tests
---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/loginout/TerminalUpdateTestBasicChange.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/loginout/TerminalUpdateTestMasterdataChange.java
---
|
|
|
(0075348)
|
hgbot
|
2015-03-09 19:58
|
|
Repository: tools/automation/pi-mobile
Changeset: f697f7e055ff75838306ab4b972492f5a978a93d
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Mon Mar 09 09:43:13 2015 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/f697f7e055ff75838306ab4b972492f5a978a93d [^]
Related to issue 28933. Verifies issue 29055: Added 2 more tests
---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/loginout/I29055_TerminalChange.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/loginout/I29055_TerminalChangeWithLogin.java
---
|
|
|
(0075575)
|
hgbot
|
2015-03-13 15:55
|
|
|
|
(0075592)
|
hgbot
|
2015-03-14 06:08
|
|
|
|
(0075593)
|
hgbot
|
2015-03-14 06:09
|
|
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 989037b6f0a7f146d58250835c92cf2b52d1eeb6
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Sat Mar 14 02:08:19 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/989037b6f0a7f146d58250835c92cf2b52d1eeb6 [^]
Related to issue 29055: Added different drop messages...
The drop message is different if the model is about to be dropped because it should not exists (the localStorage does not have a checksum of the model) or because it is really obsolete
---
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js
---
|
|
|
(0075594)
|
hgbot
|
2015-03-14 06:09
|
|
|
|
(0075597)
|
hgbot
|
2015-03-14 06:09
|
|
|
|
(0075598)
|
Orekaria
|
2015-03-14 06:18
(edited on: 2015-03-16 15:54) |
|
|
|
|
|
|
(0075764)
|
hgbot
|
2015-03-19 08:53
|
|
|
|
(0075780)
|
hgbot
|
2015-03-19 22:13
|
|
|
|
(0075824)
|
hgbot
|
2015-03-20 18:06
|
|
|
|
(0075836)
|
Orekaria
|
2015-03-20 20:51
(edited on: 2015-03-20 20:52) |
|
|
|
(0075837)
|
hgbot
|
2015-03-20 21:14
|
|
|
|
(0075838)
|
Orekaria
|
2015-03-20 21:20
|
|
Please consider testing offline when closing |
|
|
|
|