Notes |
|
(0100568)
|
hgbot
|
2017-11-17 10:34
|
|
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 7eb815495d0f9551a6b510ce216ea6f0ca3bd0d2
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Thu Nov 16 17:04:51 2017 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/7eb815495d0f9551a6b510ce216ea6f0ca3bd0d2 [^]
Fixed issue 0037313: [SynchronizeMode] Wrong behaviour when server/connection goes down while synchronizing a message
- Don't retry the retry counter if we are in singleServer, it doesn't make sense
- Don't execute origFail in SynchronizeMode just because all servers are down, we will wait till get a response
- Retry executions if the import is being processed or if the connection/server is down
- If we are processing a message and we reload the page, a runsynchprocess will be launched while another one is still processing and have to execute callbacks. Ensure that we do not start a new syncAllModels till the last one has executed all callbacks
---
M web/org.openbravo.mobile.core/source/data/ob-requestrouter.js
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js
---
|
|
|
(0100569)
|
hgbot
|
2017-11-17 10:34
|
|
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: bd3d7089318c4d743e129cfa6678d354835aff8f
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Thu Nov 16 17:10:52 2017 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/bd3d7089318c4d743e129cfa6678d354835aff8f [^]
Fixed issue 0037313: [SynchronizeMode] Wrong behaviour when server/connection goes down while synchronizing a message
- Add a listener when the server is up. Sets to Error the Import Entries that where being processing when the server went down
---
M src-db/database/sourcedata/AD_MODEL_OBJECT.xml
A src/org/openbravo/mobile/core/listener/SetErrorImportEntryArchiveListener.java
---
|
|
|
(0100570)
|
hgbot
|
2017-11-17 10:34
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 3b23a21e7f3c62933d9dc4929f226aae99637058
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Thu Nov 16 17:06:57 2017 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/3b23a21e7f3c62933d9dc4929f226aae99637058 [^]
Fixed issue 0037313: [SynchronizeMode] Wrong behaviour when server/connection goes down while synchronizing a message
- Change the way we delete the order to ensure that the order is fully removed (also in the local database)
- If checking request fails, wait until it responds, we need to know the status of the message
---
M web/org.openbravo.retail.posterminal/js/login/model/login-model.js
---
|
|
|
(0100571)
|
hgbot
|
2017-11-17 10:39
|
|
|
|
(0100610)
|
hgbot
|
2017-11-20 09:31
|
|
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: cfc1811b0d1a008a13445757fb0cbcfefe54301e
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Mon Nov 20 09:31:14 2017 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/cfc1811b0d1a008a13445757fb0cbcfefe54301e [^]
Fixed issue 0037313: [SynchronizeMode] Wrong behaviour when server/connection goes down while synchronizing a message
-Set correctly copyright date and set error message to give more info to the user
---
M src/org/openbravo/mobile/core/listener/SetErrorImportEntryArchiveListener.java
---
|
|
|
(0100618)
|
hgbot
|
2017-11-20 12:39
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 1d71dae287769e338ccc1d53c7da130feba5a95f
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Mon Nov 20 12:39:01 2017 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/1d71dae287769e338ccc1d53c7da130feba5a95f [^]
Fixed issue 0037313: [SynchronizeMode] Wrong behaviour when server/connection goes down while synchronizing a message
- Add again rebuildCashup because it was done inside deleteOrder function. Now we do not use deleteOrder and we need to do rebuild explicitly
---
M web/org.openbravo.retail.posterminal/js/login/model/login-model.js
---
|
|