Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0036439 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
feature request | [Retail Modules] StoreServer | major | have not tried | 2017-07-06 16:47 | 2017-09-02 23:46 | |||
Reporter | AugustoMauch | View Status | public | |||||
Assigned To | AugustoMauch | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | RR17Q4 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 2610520ee2e3 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | mtaal | |||||||
OBNetwork customer | No | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0036439: Allow export of data in client 0 | |||||||
Description | This issue [1] enabled the synchronization of records defined in the client 0, but this feature is still missing from the export.store.data process. The export.store.data process should follow the same logic as the synchronization, that is, a record defined in client 0 will be exported if: - It does not have an ad_module_id column - It has an ad_module_id column but it is null It is important to take all the measures needed to prevent exporting store data in client 0 that is also imported by other means, e.g. as part of the ADRD dataset. [1] https://issues.openbravo.com/view.php?id=35917 [^] | |||||||
Steps To Reproduce | - | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|||||||||||||||||||||||||
|
![]() |
|
(0098290) AugustoMauch (administrator) 2017-08-01 10:04 edited on: 2017-08-01 10:04 |
The development is pending to be reviewed, it has been pushed to these two repos [1], [2] [1] https://code.openbravo.com/erp/pmods-branches/org.openbravo.replication.symmetricds-client-0 [^] [2] https://code.openbravo.com/erp/pmods-branches/org.openbravo.retail.storeserver.synchronization-client-0 [^] |
(0098729) hgbot (developer) 2017-08-30 11:15 |
Repository: erp/pmods/org.openbravo.replication.symmetricds Changeset: b5f5a6fb2ff4d9b6f5dd2a8f5525f0096311b0a4 Author: Augusto Mauch <augusto.mauch <at> openbravo.com> Date: Wed Aug 30 11:05:31 2017 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.replication.symmetricds/rev/b5f5a6fb2ff4d9b6f5dd2a8f5525f0096311b0a4 [^] Fixes issue 36439: Allows export of data in client 0 Now the data defined in client 0 (System) can also be exported to a store, as long as: - It belong to a table that does not have an ad_module_id column, or that column is null - The data is not part of ADRD or a standard dataset. --- M src/org/openbravo/replication/symmetricds/export/StoreDataSetTableQueryGenerator.java M src/org/openbravo/replication/symmetricds/validation/ExportedTableValidator.java --- |
(0098730) hgbot (developer) 2017-08-30 11:22 |
Repository: erp/pmods/org.openbravo.retail.storeserver.synchronization Changeset: 2610520ee2e3dc6d298df58b2c6527b170dcec94 Author: Augusto Mauch <augusto.mauch <at> openbravo.com> Date: Wed Aug 30 11:10:20 2017 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.storeserver.synchronization/rev/2610520ee2e3dc6d298df58b2c6527b170dcec94 [^] Fixes issue 36439: Allows export of data in client 0 Now the data defined in client 0 (System) can also be exported to a store, as long as: - It belong to a table that does not have an ad_module_id column, or that column is null - The data is not part of ADRD or a standard dataset. --- M src-db/database/sourcedata/AD_DATASET_TABLE.xml M src/org/openbravo/retail/storeserver/synchronization/task/ExportStoreData.java M src/org/openbravo/retail/storeserver/synchronization/task/ExportStoreData_data.xsql A src/org/openbravo/retail/storeserver/synchronization/task/ExportStoreDataSetTableQueryGenerator.java --- |
(0098782) mtaal (viewer) 2017-09-02 23:46 |
Reviewed |
![]() |
|||
Date Modified | Username | Field | Change |
2017-07-06 16:47 | AugustoMauch | New Issue | |
2017-07-06 16:47 | AugustoMauch | Assigned To | => AugustoMauch |
2017-07-06 16:47 | AugustoMauch | OBNetwork customer | => No |
2017-07-06 16:47 | AugustoMauch | Triggers an Emergency Pack | => No |
2017-07-06 16:48 | AugustoMauch | Relationship added | related to 0035917 |
2017-07-10 13:04 | AugustoMauch | Relationship added | related to 0036388 |
2017-07-14 13:28 | AugustoMauch | Relationship added | related to 0036440 |
2017-08-01 10:02 | AugustoMauch | Status | new => scheduled |
2017-08-01 10:04 | AugustoMauch | Note Added: 0098290 | |
2017-08-01 10:04 | AugustoMauch | Note Edited: 0098290 | View Revisions |
2017-08-30 11:15 | hgbot | Checkin | |
2017-08-30 11:15 | hgbot | Note Added: 0098729 | |
2017-08-30 11:15 | hgbot | Status | scheduled => resolved |
2017-08-30 11:15 | hgbot | Resolution | open => fixed |
2017-08-30 11:15 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.replication.symmetricds/rev/b5f5a6fb2ff4d9b6f5dd2a8f5525f0096311b0a4 [^] |
2017-08-30 11:22 | hgbot | Checkin | |
2017-08-30 11:22 | hgbot | Note Added: 0098730 | |
2017-08-30 11:22 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.replication.symmetricds/rev/b5f5a6fb2ff4d9b6f5dd2a8f5525f0096311b0a4 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.storeserver.synchronization/rev/2610520ee2e3dc6d298df58b2c6527b170dcec94 [^] |
2017-08-30 11:38 | AugustoMauch | Review Assigned To | => mtaal |
2017-09-02 23:46 | mtaal | Note Added: 0098782 | |
2017-09-02 23:46 | mtaal | Status | resolved => closed |
2017-09-02 23:46 | mtaal | Fixed in Version | => RR17Q4 |
Copyright © 2000 - 2009 MantisBT Group |