Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0043391 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 00. Application dictionary | major | have not tried | 2020-03-02 18:12 | 2020-03-18 08:35 | |||
Reporter | AtulOpenbravo | View Status | public | |||||
Assigned To | AtulOpenbravo | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 3.0PR20Q2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | c8d04327aa9f | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | dmiguelez | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0043391: API Change: Remove deprecated properties | |||||||
Description | Remove below deprecated properties **Columns from DB table - C_BP_BANKACCOUNT.SHOWACCOUNTNO - C_BP_BANKACCOUNT.SHOWIBAN - C_INVOICE.PAYMENTRULE - C_INVOICELINE.TAXAMT - GL_JOURNALLINE.DATEACCT **Its associated AD_Column and its related AD_Field from Application Dictionary **Below fields and its getter and setter methods from java classes org.openbravo.model.common.businesspartner.BankAccount.PROPERTY_SHOWGENERIC org.openbravo.model.common.businesspartner.BankAccount.PROPERTY_SHOWIBAN org.openbravo.model.common.invoice.Invoice.PROPERTY_FINORIGPAYMENTSCHEDULELIST org.openbravo.model.common.invoice.Invoice.PROPERTY_FORMOFPAYMENT org.openbravo.model.common.invoice.InvoiceLine.PROPERTY_TAXAMOUNT org.openbravo.model.common.invoice.InvoiceV2.PROPERTY_FORMOFPAYMENT org.openbravo.model.financialmgmt.gl.GLJournalLine.PROPERTY_ACCOUNTINGDATE org.openbravo.model.financialmgmt.payment.FIN_PaymentDetailV.PROPERTY_INVOICEPAYMENTPLAN org.openbravo.model.financialmgmt.payment.FIN_PaymentSchedInvV.PROPERTY_FINPAYMENTDETAILVLIST Above properties are safe to remove hence has a low risk. References from sample data modules could be managed for the removed columns. | |||||||
Steps To Reproduce | - | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||||||||||||||||||||||||||||||
|
Notes | |
(0118449) hgbot (developer) 2020-03-10 09:30 |
Repository: erp/devel/api-checks Changeset: 8e73bddd61070dc6ca28ba8024cc553f9972d094 Author: Atul Gaware <atul.gaware <at> openbravo.com> Date: Mon Mar 02 23:20:08 2020 +0530 URL: http://code.openbravo.com/erp/devel/api-checks/rev/8e73bddd61070dc6ca28ba8024cc553f9972d094 [^] Related to BUG-43391: API Change: Remove deprecated properties **Remove paymentule column from DB table C_Invoice and its references in AD_COLUMN and AD_FIELD --- M model/src-db/database/model/tables/C_INVOICE.xml M model/src-db/database/sourcedata/AD_COLUMN.xml M model/src-db/database/sourcedata/AD_FIELD.xml --- |
(0118450) hgbot (developer) 2020-03-10 09:30 |
Repository: erp/devel/api-checks Changeset: 823c3e30c9169d29eddbb31bfc59add4525ccffa Author: Atul Gaware <atul.gaware <at> openbravo.com> Date: Mon Mar 02 23:22:44 2020 +0530 URL: http://code.openbravo.com/erp/devel/api-checks/rev/823c3e30c9169d29eddbb31bfc59add4525ccffa [^] Related to BUG-43391: API Change: Remove deprecated properties **Remove taxamt column from DB table C_Invoiceline and its references in AD_COLUMN and AD_FIELD --- M model/src-db/database/model/tables/C_INVOICELINE.xml M model/src-db/database/sourcedata/AD_COLUMN.xml M model/src-db/database/sourcedata/AD_FIELD.xml --- |
(0118451) hgbot (developer) 2020-03-10 09:30 |
Repository: erp/devel/api-checks Changeset: b219371ad3e4910a16953989f2c2ef407b1b81ca Author: Atul Gaware <atul.gaware <at> openbravo.com> Date: Mon Mar 02 23:25:34 2020 +0530 URL: http://code.openbravo.com/erp/devel/api-checks/rev/b219371ad3e4910a16953989f2c2ef407b1b81ca [^] Related to BUG-43391: API Change: Remove deprecated properties **Remove showaccountno, showiban column from DB table C_BP_BANK_ACCOUNT and its references in AD_COLUMN and AD_FIELD --- M model/src-db/database/model/tables/C_BP_BANKACCOUNT.xml M model/src-db/database/sourcedata/AD_COLUMN.xml M model/src-db/database/sourcedata/AD_FIELD.xml --- |
(0118452) hgbot (developer) 2020-03-10 09:30 |
Repository: erp/devel/api-checks Changeset: 634c4dde62cf259c131071e00e9c456b56fcaf85 Author: Atul Gaware <atul.gaware <at> openbravo.com> Date: Mon Mar 02 23:27:45 2020 +0530 URL: http://code.openbravo.com/erp/devel/api-checks/rev/634c4dde62cf259c131071e00e9c456b56fcaf85 [^] Related to BUG-43391: API Change: Remove deprecated properties **Remove dateacct column from DB table GL_Journalline and its references in AD_COLUMN and AD_FIELD --- M model/src-db/database/model/tables/GL_JOURNALLINE.xml M model/src-db/database/sourcedata/AD_COLUMN.xml M model/src-db/database/sourcedata/AD_FIELD.xml --- |
(0118453) hgbot (developer) 2020-03-10 09:30 |
Repository: erp/devel/api-checks Changeset: 7db1d033210568ca85e1a9ca3ec7a0b64d43f303 Author: Atul Gaware <atul.gaware <at> openbravo.com> Date: Mon Mar 02 23:31:43 2020 +0530 URL: http://code.openbravo.com/erp/devel/api-checks/rev/7db1d033210568ca85e1a9ca3ec7a0b64d43f303 [^] Related to BUG-43391: API Change: Remove deprecated properties **Remove references of FIN_PaymentDetailV.PROPERTY_INVOICEPAYMENTPLAN in AD_COLUMN and AD_FIELD --- M model/modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_FIELD.xml M model/src-db/database/sourcedata/AD_COLUMN.xml M model/src-db/database/sourcedata/AD_FIELD.xml --- |
(0118454) hgbot (developer) 2020-03-10 09:30 |
Repository: erp/devel/api-checks Changeset: c8d04327aa9ffc87fc70b73ea5fa48fe999bfeb0 Author: Atul Gaware <atul.gaware <at> openbravo.com> Date: Mon Mar 02 23:34:45 2020 +0530 URL: http://code.openbravo.com/erp/devel/api-checks/rev/c8d04327aa9ffc87fc70b73ea5fa48fe999bfeb0 [^] Related to BUG-43391: API Change: Remove deprecated properties **Set IS_CHILD_PROPERTY_IN_PARENT as No, so that property PROPERTY_FINORIGPAYMENTSCHEDULELIST is not generated in the Invoice class. --- M model/src-db/database/sourcedata/AD_COLUMN.xml --- |
(0118479) dmiguelez (developer) 2020-03-10 16:47 |
Code Review + Testing Ok |
(0118658) hgbot (developer) 2020-03-18 08:35 |
Repository: erp/devel/api-checks Changeset: 4ae4fab8678a565eb35f77267a22700d50fcf48a Author: Atul Gaware <atul.gaware <at> openbravo.com> Date: Mon Mar 02 23:20:08 2020 +0530 URL: http://code.openbravo.com/erp/devel/api-checks/rev/4ae4fab8678a565eb35f77267a22700d50fcf48a [^] Related to BUG-43391: API Change: Remove deprecated properties **Remove paymentule column from DB table C_Invoice and its references in AD_COLUMN and AD_FIELD --- M model/src-db/database/model/tables/C_INVOICE.xml M model/src-db/database/sourcedata/AD_COLUMN.xml M model/src-db/database/sourcedata/AD_FIELD.xml --- |
(0118659) hgbot (developer) 2020-03-18 08:35 |
Repository: erp/devel/api-checks Changeset: 15bc002ccc2b33be56e352d0c82acd30418ad789 Author: Atul Gaware <atul.gaware <at> openbravo.com> Date: Mon Mar 02 23:22:44 2020 +0530 URL: http://code.openbravo.com/erp/devel/api-checks/rev/15bc002ccc2b33be56e352d0c82acd30418ad789 [^] Related to BUG-43391: API Change: Remove deprecated properties **Remove taxamt column from DB table C_Invoiceline and its references in AD_COLUMN and AD_FIELD --- M model/src-db/database/model/tables/C_INVOICELINE.xml M model/src-db/database/sourcedata/AD_COLUMN.xml M model/src-db/database/sourcedata/AD_FIELD.xml --- |
(0118660) hgbot (developer) 2020-03-18 08:35 |
Repository: erp/devel/api-checks Changeset: df9b0edd8d71792d1fbcc360541ad58d6886492a Author: Atul Gaware <atul.gaware <at> openbravo.com> Date: Mon Mar 02 23:25:34 2020 +0530 URL: http://code.openbravo.com/erp/devel/api-checks/rev/df9b0edd8d71792d1fbcc360541ad58d6886492a [^] Related to BUG-43391: API Change: Remove deprecated properties **Remove showaccountno, showiban column from DB table C_BP_BANK_ACCOUNT and its references in AD_COLUMN and AD_FIELD --- M model/src-db/database/model/tables/C_BP_BANKACCOUNT.xml M model/src-db/database/sourcedata/AD_COLUMN.xml M model/src-db/database/sourcedata/AD_FIELD.xml --- |
(0118661) hgbot (developer) 2020-03-18 08:35 |
Repository: erp/devel/api-checks Changeset: 9cca675f5d7814b52a5a3f996fa9f12a6b5d7712 Author: Atul Gaware <atul.gaware <at> openbravo.com> Date: Mon Mar 02 23:27:45 2020 +0530 URL: http://code.openbravo.com/erp/devel/api-checks/rev/9cca675f5d7814b52a5a3f996fa9f12a6b5d7712 [^] Related to BUG-43391: API Change: Remove deprecated properties **Remove dateacct column from DB table GL_Journalline and its references in AD_COLUMN and AD_FIELD --- M model/src-db/database/model/tables/GL_JOURNALLINE.xml M model/src-db/database/sourcedata/AD_COLUMN.xml M model/src-db/database/sourcedata/AD_FIELD.xml --- |
(0118662) hgbot (developer) 2020-03-18 08:35 |
Repository: erp/devel/api-checks Changeset: 21cc4c180c78b49fffcf063757ef0d8996baf50a Author: Atul Gaware <atul.gaware <at> openbravo.com> Date: Mon Mar 02 23:31:43 2020 +0530 URL: http://code.openbravo.com/erp/devel/api-checks/rev/21cc4c180c78b49fffcf063757ef0d8996baf50a [^] Related to BUG-43391: API Change: Remove deprecated properties **Remove references of FIN_PaymentDetailV.PROPERTY_INVOICEPAYMENTPLAN in AD_COLUMN and AD_FIELD --- M model/modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_FIELD.xml M model/src-db/database/sourcedata/AD_COLUMN.xml M model/src-db/database/sourcedata/AD_FIELD.xml --- |
(0118663) hgbot (developer) 2020-03-18 08:35 |
Repository: erp/devel/api-checks Changeset: 8a173395a3dbf6c91b24a600afb8d58ade66b64a Author: Atul Gaware <atul.gaware <at> openbravo.com> Date: Mon Mar 02 23:34:45 2020 +0530 URL: http://code.openbravo.com/erp/devel/api-checks/rev/8a173395a3dbf6c91b24a600afb8d58ade66b64a [^] Related to BUG-43391: API Change: Remove deprecated properties **Set IS_CHILD_PROPERTY_IN_PARENT as No, so that property PROPERTY_FINORIGPAYMENTSCHEDULELIST is not generated in the Invoice class. --- M model/src-db/database/sourcedata/AD_COLUMN.xml --- |
Issue History | |||
Date Modified | Username | Field | Change |
2020-03-02 18:12 | AtulOpenbravo | New Issue | |
2020-03-02 18:12 | AtulOpenbravo | Assigned To | => AtulOpenbravo |
2020-03-02 18:12 | AtulOpenbravo | Modules | => Core |
2020-03-02 18:12 | AtulOpenbravo | Triggers an Emergency Pack | => No |
2020-03-02 18:12 | AtulOpenbravo | Issue generated from | 0043368 |
2020-03-02 18:12 | AtulOpenbravo | Relationship added | blocks 0042665 |
2020-03-02 18:14 | AtulOpenbravo | Description Updated | View Revisions |
2020-03-02 18:14 | AtulOpenbravo | Status | new => scheduled |
2020-03-10 09:30 | hgbot | Checkin | |
2020-03-10 09:30 | hgbot | Note Added: 0118449 | |
2020-03-10 09:30 | hgbot | Checkin | |
2020-03-10 09:30 | hgbot | Note Added: 0118450 | |
2020-03-10 09:30 | hgbot | Checkin | |
2020-03-10 09:30 | hgbot | Note Added: 0118451 | |
2020-03-10 09:30 | hgbot | Checkin | |
2020-03-10 09:30 | hgbot | Note Added: 0118452 | |
2020-03-10 09:30 | hgbot | Checkin | |
2020-03-10 09:30 | hgbot | Note Added: 0118453 | |
2020-03-10 09:30 | hgbot | Checkin | |
2020-03-10 09:30 | hgbot | Note Added: 0118454 | |
2020-03-10 16:44 | dmiguelez | Relationship added | related to 0043435 |
2020-03-10 16:45 | dmiguelez | Relationship added | related to 0043436 |
2020-03-10 16:45 | dmiguelez | Relationship added | related to 0043437 |
2020-03-10 16:45 | dmiguelez | Relationship added | related to 0043438 |
2020-03-10 16:45 | dmiguelez | Relationship added | related to 0043439 |
2020-03-10 16:47 | dmiguelez | Status | scheduled => resolved |
2020-03-10 16:47 | dmiguelez | Fixed in Version | => 3.0PR20Q2 |
2020-03-10 16:47 | dmiguelez | Fixed in SCM revision | => https://code.openbravo.com/erp/devel/api-checks/rev/c8d04327aa9ffc87fc70b73ea5fa48fe999bfeb0 [^] |
2020-03-10 16:47 | dmiguelez | Resolution | open => fixed |
2020-03-10 16:47 | dmiguelez | Review Assigned To | => dmiguelez |
2020-03-10 16:47 | dmiguelez | Note Added: 0118479 | |
2020-03-10 16:47 | dmiguelez | Status | resolved => closed |
2020-03-18 08:35 | hgbot | Checkin | |
2020-03-18 08:35 | hgbot | Note Added: 0118658 | |
2020-03-18 08:35 | hgbot | Checkin | |
2020-03-18 08:35 | hgbot | Note Added: 0118659 | |
2020-03-18 08:35 | hgbot | Checkin | |
2020-03-18 08:35 | hgbot | Note Added: 0118660 | |
2020-03-18 08:35 | hgbot | Checkin | |
2020-03-18 08:35 | hgbot | Note Added: 0118661 | |
2020-03-18 08:35 | hgbot | Checkin | |
2020-03-18 08:35 | hgbot | Note Added: 0118662 | |
2020-03-18 08:35 | hgbot | Checkin | |
2020-03-18 08:35 | hgbot | Note Added: 0118663 |
Copyright © 2000 - 2009 MantisBT Group |