Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0053763
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Openbravo ERP] Y. DBSourceManagermajorhave not tried2023-10-25 18:022023-11-10 12:06
ReporterAugustoMauchView Statuspublic 
Assigned ToAugustoMauch 
PrioritynormalResolutionfixedFixed in VersionPR24Q1
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Merge Request Statusapproved
Review Assigned To
OBNetwork customerNo
Web browser
ModulesCore
Support ticket
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0053763: Integrate partial sampledata export properly to dbsourcemanager

DescriptionPOS2 sampledata is a partial sampledata applied on top of the pos1 sampledata White Valley. POS2 restaurant is another sampledata extension on top.

However the code to export such a partial sampledata has never been integrated into the product.

Instead some adhoc outdated / prototype is required to be used for every change of pos2 sampledata. The exact changes done in that prototype are unknown as the sourcecode has been lost (needs to be reverse-engineered from the binary only jar file used).


This leads to:
- Lost time every time such partial sample is being modified.
- Impossible to add sampledata consistency check

Which when missing allows further data problems to accumulate unchecked

Goal is to:
- Reverse engineer that old prototype
- Integrate it properly so it can be used normally
Steps To Reproduce-
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0156298)
hgbot (developer)
2023-10-25 23:32

Merge Request created: https://gitlab.com/openbravo/product/dbsm/-/merge_requests/43 [^]
(0156299)
hgbot (developer)
2023-10-25 23:35

Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1028 [^]
(0156927)
hgbot (developer)
2023-11-08 23:52

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.sampledata/-/merge_requests/67 [^]
(0157020)
hgbot (developer)
2023-11-10 12:06

Repository: https://gitlab.com/openbravo/product/dbsm [^]
Changeset: b19298bf4a91f542a942b010f7b28903087deca1
Author: Augusto Mauch <augusto.mauch@openbravo.com>
Date: 25-10-2023 23:32:30
URL: https://gitlab.com/openbravo/product/dbsm/-/commit/b19298bf4a91f542a942b010f7b28903087deca1 [^]

Related to ISSUE-53763: Adds ExportSampledataExtension class

This class extends ExportSampledata to support exporting sample data specifying the name
of the dataset to be exporting, and using the sql where clause defined by the dataset table
instead of the default client filter that ExportSampledata uses

---
A src/org/openbravo/ddlutils/task/ExportSampledataExtension.java
---
(0157021)
hgbot (developer)
2023-11-10 12:06

Merge request merged: https://gitlab.com/openbravo/product/dbsm/-/merge_requests/43 [^]
(0157022)
hgbot (developer)
2023-11-10 12:06

Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1028 [^]
(0157023)
hgbot (developer)
2023-11-10 12:06

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 48dcac283e770fb6632101781aedb4cea3fefa00
Author: Augusto Mauch <augusto.mauch@openbravo.com>
Date: 10-11-2023 11:06:20
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/48dcac283e770fb6632101781aedb4cea3fefa00 [^]

Fixes ISSUE-53763: Adds export.sample.data.extension task

The export.sample.data.extension allows to export incremental sampledata, also known as sampledata extensions.

Example of use, to export POS2 sampledata:
ant export.sample.data.extension -DdataSetName="POS2 SampleData" -Dclient="The White Valley Group" -Dmodule=org.openbravo.pos2.sampledata

---
M build.xml
M src-db/database/build.xml
M src-db/database/lib/dbsourcemanager.jar
---
(0157024)
hgbot (developer)
2023-11-10 12:06

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.sampledata [^]
Changeset: 216cd35f35122b717a52a57a87e86a62cb2a9301
Author: Augusto Mauch <augusto.mauch@openbravo.com>
Date: 10-11-2023 11:06:23
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.sampledata/-/commit/216cd35f35122b717a52a57a87e86a62cb2a9301 [^]

Related to ISSUE-53763: Updates AD_DATASET_TABLE to include all exported entries, data is not ordered by ID

Sampledata is now exported using the updated export.sample.data.extension process that exports records sorting them by their ID,
making exported files more consistent.

Also the AD_DATASET_TABLE has been updated to reflect the records that were being exported, so that now when reexporting the sampledata,
only the updated entries should be included in the list of changes

---
M referencedata/sampledata/The_White_Valley_Group/AD_IMAGE.xml
M referencedata/sampledata/The_White_Valley_Group/C_EXTBP_CONFIG_PROPERTY.xml
M referencedata/sampledata/The_White_Valley_Group/FIN_FINACC_PAYMENTMETHOD.xml
M referencedata/sampledata/The_White_Valley_Group/FIN_FINANCIAL_ACCOUNT.xml
M referencedata/sampledata/The_White_Valley_Group/M_PRODUCT.xml
M referencedata/sampledata/The_White_Valley_Group/M_PRODUCTPRICE.xml
M referencedata/sampledata/The_White_Valley_Group/M_PRODUCT_ACCT.xml
M referencedata/sampledata/The_White_Valley_Group/M_STORAGE_DETAIL.xml
M referencedata/sampledata/The_White_Valley_Group/OBC2_USER_ACTION_ACCESS.xml
M referencedata/sampledata/The_White_Valley_Group/OBC2_USER_ACTION_INPUT.xml
M referencedata/sampledata/The_White_Valley_Group/OBC2_USER_INPUT.xml
M referencedata/sampledata/The_White_Valley_Group/OBC2_USER_INPUT_VALUE.xml
M referencedata/sampledata/The_White_Valley_Group/OBPOS2_CROSS_STORE.xml
M referencedata/sampledata/The_White_Valley_Group/OBPOS2_KEYMAP.xml
M referencedata/sampledata/The_White_Valley_Group/OBPOS2_KEYMAP_CATEGORY.xml
M referencedata/sampledata/The_White_Valley_Group/OBPOS2_KEYMAP_CAT_BTN_POS.xml
M referencedata/sampledata/The_White_Valley_Group/OBPOS2_KEYMAP_CAT_LAYOUT.xml
M referencedata/sampledata/The_White_Valley_Group/OBPOS2_KEYMAP_CAT_PRODCAT.xml
M referencedata/sampledata/The_White_Valley_Group/OBPOS2_KEYMAP_PRODUCT.xml
M referencedata/sampledata/The_White_Valley_Group/OBPOS2_KEYMAP_PROD_BTN_APP.xml
M referencedata/sampledata/The_White_Valley_Group/OBPOS2_KEYMAP_PROD_BTN_POS.xml
M referencedata/sampledata/The_White_Valley_Group/OBPOS2_KEYMAP_PROD_LAYOUT.xml
M referencedata/sampledata/The_White_Valley_Group/OBPOS2_KEYMAP_PROD_LYT_DEF.xml
M referencedata/sampledata/The_White_Valley_Group/OBPOS2_KM_CAT_PRODCAT_EXCL.xml
M referencedata/sampledata/The_White_Valley_Group/OBPOS2_ORG_SCHEMA.xml
M referencedata/sampledata/The_White_Valley_Group/OBPOS2_PICKUPP.xml
M referencedata/sampledata/The_White_Valley_Group/OBPOS2_PICKUPPTYPE.xml
M referencedata/sampledata/The_White_Valley_Group/OBPOS_APPLICATIONS.xml
M referencedata/sampledata/The_White_Valley_Group/OBPOS_APP_PAYMENT.xml
M referencedata/sampledata/The_White_Valley_Group/OBPOS_APP_PAYMENT_TYPE.xml
M referencedata/sampledata/The_White_Valley_Group/OBPOS_CURRENCY_PANEL.xml
M referencedata/sampledata/The_White_Valley_Group/OBPOS_HARDWAREURL.xml
M referencedata/sampledata/The_White_Valley_Group/OBPOS_TERMINALTYPE.xml
M referencedata/sampledata/The_White_Valley_Group/OBRETCO_ORG_SPECIALSCHEDULE.xml
M referencedata/sampledata/The_White_Valley_Group/OBRETCO_PROL_PRODUCT.xml
M src-db/database/sourcedata/AD_DATASET_TABLE.xml
---
(0157025)
hgbot (developer)
2023-11-10 12:06

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.sampledata/-/merge_requests/67 [^]

- Issue History
Date Modified Username Field Change
2023-10-25 18:02 AugustoMauch New Issue
2023-10-25 18:02 AugustoMauch Assigned To => AugustoMauch
2023-10-25 18:02 AugustoMauch OBNetwork customer => No
2023-10-25 18:02 AugustoMauch Modules => Core
2023-10-25 18:02 AugustoMauch Triggers an Emergency Pack => No
2023-10-25 18:03 AugustoMauch Description Updated View Revisions
2023-10-25 23:28 AugustoMauch Status new => scheduled
2023-10-25 23:32 hgbot Merge Request Status => open
2023-10-25 23:32 hgbot Note Added: 0156298
2023-10-25 23:35 hgbot Note Added: 0156299
2023-11-08 23:52 hgbot Note Added: 0156927
2023-11-10 11:19 hgbot Merge Request Status open => approved
2023-11-10 12:06 hgbot Note Added: 0157020
2023-11-10 12:06 hgbot Note Added: 0157021
2023-11-10 12:06 hgbot Resolution open => fixed
2023-11-10 12:06 hgbot Status scheduled => closed
2023-11-10 12:06 hgbot Fixed in Version => PR24Q1
2023-11-10 12:06 hgbot Note Added: 0157022
2023-11-10 12:06 hgbot Note Added: 0157023
2023-11-10 12:06 hgbot Note Added: 0157024
2023-11-10 12:06 hgbot Note Added: 0157025


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker