Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0032040 | Openbravo ERP | Y. DBSourceManager | public | 2016-01-28 13:15 | 2016-03-17 10:56 |
|
Reporter | AugustoMauch | |
Assigned To | AugustoMauch | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR16Q2 | |
Merge Request Status | |
Review Assigned To | alostale |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0032040: Make the ExportSampleData class extensible |
Description | As part of the multiserver project, there is a need to export the data relative to specific organization (stores). This task will be very similar to the ExportSampleData task, but this task is still not ready to be extended.
The ExportSampleData class should be updated to be made more extensible so that it supports:
- To define the dataset used in the export process
- To define the way each table is exported to XML
- To define how the where clause of the dataset table should be managed |
Steps To Reproduce | - |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2016-01-28 13:15 | AugustoMauch | New Issue | |
2016-01-28 13:15 | AugustoMauch | Assigned To | => AugustoMauch |
2016-01-28 13:15 | AugustoMauch | OBNetwork customer | => No |
2016-01-28 13:15 | AugustoMauch | Modules | => Core |
2016-01-28 13:15 | AugustoMauch | Triggers an Emergency Pack | => No |
2016-02-03 12:24 | AugustoMauch | Summary | Create a task to export the non-source data relative to an organization => Make the ExportSampleData class extensible |
2016-02-03 12:24 | AugustoMauch | Description Updated | bug_revision_view_page.php?rev_id=10873#r10873 |
2016-02-03 12:24 | AugustoMauch | Proposed Solution updated | |
2016-02-15 18:50 | AugustoMauch | Review Assigned To | => alostale |
2016-02-15 18:52 | hgbot | Checkin | |
2016-02-15 18:52 | hgbot | Note Added: 0084216 | |
2016-02-15 18:52 | hgbot | Status | new => resolved |
2016-02-15 18:52 | hgbot | Resolution | open => fixed |
2016-02-15 18:52 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/dbsm-main/rev/c4276db3db1d5f5ea5086d478193e0da059d17d5 [^] |
2016-02-15 19:05 | hgbot | Checkin | |
2016-02-15 19:05 | hgbot | Note Added: 0084219 | |
2016-02-15 19:05 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/dbsm-main/rev/c4276db3db1d5f5ea5086d478193e0da059d17d5 [^] => http://code.openbravo.com/erp/devel/pi/rev/d8b7a295fc30406c655789112b2c9e249708daa4 [^] |
2016-02-19 10:32 | alostale | Note Added: 0084347 | |
2016-02-19 10:32 | alostale | Status | resolved => closed |
2016-02-19 10:32 | alostale | Fixed in Version | => 3.0PR16Q2 |
2016-03-17 10:56 | hudsonbot | Checkin | |
2016-03-17 10:56 | hudsonbot | Note Added: 0085140 | |
Notes |
|
(0084216)
|
hgbot
|
2016-02-15 18:52
|
|
|
|
(0084219)
|
hgbot
|
2016-02-15 19:05
|
|
Repository: erp/devel/pi
Changeset: d8b7a295fc30406c655789112b2c9e249708daa4
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Mon Feb 15 19:01:37 2016 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/d8b7a295fc30406c655789112b2c9e249708daa4 [^]
Fixes issue 32040: The ExportSampledata task can be extended
The task can now be extended by:
- Defining the dataset to be exported
- Defining how to manage the where clause of the dataset tables
- Defining the DatabaseDataIO implementation to use to export a table to XML
- Defining the folder where the data should be exported to
It is also supported to define a table several times in the same dataset, and each of the dataset tables will be exported to their own xml file.
---
M src-db/database/lib/dbsourcemanager.jar
---
|
|
|
|
|
|
|
|