Notes |
|
(0113954)
|
hgbot
|
2019-08-13 04:24
|
|
Repository: erp/pmods/org.openbravo.retail.sessions
Changeset: a7431e3d814dadd3e796bd0fa23279f683aa48df
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Aug 13 07:54:11 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/a7431e3d814dadd3e796bd0fa23279f683aa48df [^]
Related to issue 41348 : Added getImportEntryDataType method to CloseStore class
* WebPOSCloseStore class must override the getImportEntryDataType method, because
ImportEntry has been created when closing WebPOS
---
M src/org/openbravo/retail/sessions/WebPOSCloseStore.java
---
|
|
|
(0113956)
|
hgbot
|
2019-08-13 08:20
|
|
|
|
(0114003)
|
hgbot
|
2019-08-14 09:07
|
|
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 0f05c1fefd79d464e32aeba67c0683f53f0fe675
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Aug 14 12:36:46 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/0f05c1fefd79d464e32aeba67c0683f53f0fe675 [^]
Related to issue 41348 : Added ImportEntryProcessorSelector for ImportEntryPostProcessor Hook
* In Sync Mode, ImportEntryPostProcessor implementation hook should be called based on entity qualifier
---
M src/org/openbravo/mobile/core/servercontroller/MultiServerJSONProcess.java
---
|
|
|
(0114020)
|
hgbot
|
2019-08-14 15:36
|
|
|
|
|
Tests were failing in suite |
|
|
(0114098)
|
hgbot
|
2019-08-20 11:45
|
|
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 2a5860a7698ef1128de8b4f6c5967c7e190e85f7
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Aug 20 15:15:26 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/2a5860a7698ef1128de8b4f6c5967c7e190e85f7 [^]
Fixed issue 41348 : Added ImportEntryProcessorSelector for ImportEntryPostProcessor Hook
* In Sync Mode, ImportEntryPostProcessor implementation hook should be called based on entity qualifier
If ImportEntry typeOfData is null, then all implementations of ImportEntryPostProcessor will be called
---
M src/org/openbravo/mobile/core/servercontroller/MultiServerJSONProcess.java
---
|
|
|
(0114368)
|
hgbot
|
2019-09-03 07:36
|
|
|
|
|
After talking to Antonio, there are several things that should be changed/fixed:
1. The 'dummy' import entry needs to be sent to the hook in 'Processed' status (currently it is being sent as Initial)
2. The code to call the PostmportEntryProcessorHooks should be moved to the SynchronizedServerProcessCaller, the class that is in charge of executing the required DataSyncProcesses in Synchronized Mode.
3. The hooks need to be called 'by model' and not only once on each call to SynchronizedServerProcessCaller. For example, if there are two orders and two invoices in a single call to SynchronizedServerProcessCaller, then there should be a call to the hook for the orders and another call for the invoices.
4. Make sure that after relocating the hook calls, the hooks are still called based on their entity qualifier
5. The json added to the dummy import entry should be json passed as parameter to the corresponding processor |
|
|
(0114610)
|
hgbot
|
2019-09-18 08:09
|
|
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 6b1fe93a1bbc62c2009cc6b09ae90fba2c62e182
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Sep 18 11:39:38 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/6b1fe93a1bbc62c2009cc6b09ae90fba2c62e182 [^]
Fixed issue 41348 : Added ImportEntryPostProcessor hook in DataSynchronizationProcess
* ImportEntryPostProcessor hook should be called for each object in the model.
* ImportEntry for hook should be created with Processed status
and typeofdata value with ImportQualifier
---
M src/org/openbravo/mobile/core/process/DataSynchronizationProcess.java
M src/org/openbravo/mobile/core/servercontroller/MultiServerJSONProcess.java
---
|
|
|
|
|
|
(0114732)
|
hgbot
|
2019-09-23 16:14
|
|
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: f92fc1605a8a296552c5be81d81aaad3dc4488d0
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Sep 23 19:43:52 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/f92fc1605a8a296552c5be81d81aaad3dc4488d0 [^]
Related to issue 41348 : Backed out all changeset due to design defect
Backed out changeset: 6b1fe93a1bbc
Backed out changeset: 8734f3fe6fa7
Backed out changeset: 2a5860a7698e
Backed out changeset: cc07e8529eae
---
M src/org/openbravo/mobile/core/process/DataSynchronizationProcess.java
M src/org/openbravo/mobile/core/servercontroller/MultiServerJSONProcess.java
---
|
|
|
(0114855)
|
hgbot
|
2019-09-30 11:12
|
|
|