Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0040563 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 09. Financial management | minor | have not tried | 2019-04-09 21:02 | 2019-05-20 09:42 | |||
Reporter | AtulOpenbravo | View Status | public | |||||
Assigned To | AtulOpenbravo | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 3.0PR19Q3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 08b774b8d4c9 | ||||
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 | vmromanos | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0040563: API Change:Remove process Match Statement & Match Statement Force, Model Object & its Mapping, Messages, Text Interfaces | |||||||
Description | Remove process Match Statement & Match Statement Force, Model Object & its Mapping, Messages, Text Interfaces. The processes are inactive and not used any more. Removing MatchTransaction.html, MatchTransaction.java, MatchTransaction.xml, MatchTransactionGrid.srpt, MatchTransactionGrid.xml and related to processes Match Statement & Match Statement Force has low risk as sample data references in AD_Process_Access could be managed. AD_Process_Access has references to the AccountsTransactions with id 19EEA22FCA464979B3ADAD3A967ADA52 & C125EA7C85234D8B89FEA511FCCD2E9E in Sample Data for F&B International Group, QA Testing in Core, The White Valley Group in Retail Sample Data module, AWO QA in AWO Sample Data Module, v3 Dataset module. Removing below methods that were only used in MatchTransaction.java also has low risk as they are not used in the any other classes. - MatchTransactionDao.addNewReconciliation - MatchTransactionDao.getMatchingBankStatementLines | |||||||
Steps To Reproduce | - | |||||||
Tags | Approved | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0111736) hgbot (developer) 2019-05-16 20:41 |
Repository: erp/devel/api-checks Changeset: 08b774b8d4c948f7448a9c9c5a711c556e1f1494 Author: Atul Gaware <atul.gaware <at> openbravo.com> Date: Fri May 03 15:03:58 2019 +0530 URL: http://code.openbravo.com/erp/devel/api-checks/rev/08b774b8d4c948f7448a9c9c5a711c556e1f1494 [^] Fixes Issue 40561, Issue 40563, Issue 40688:Api Change ** Remove form AccountTransaction ** Remove Transaction Old tab and its field in financial account window. ** Remove process Match Statement & Match Statement Force ** Remove process AddOrderOrInvoice, AddPaymentFromTransaction, AddPaymentFromInvoice, AddTransaction, SelectExpectedPayments ** Remove model object & its mapping for above form/process ** Remove EM_APRM_ADDTRANSACTION column from Financial Account, related field, element. ** Remove related ad_message in above form/process. ** Remove related ad_textinterfaces in above form/process. ** Remove fin_recline_temp table, its ad elements, ad_message, ad_references, selector, selector field, validation rule --- M model/modules/org.openbravo.advpaymentmngt/src-db/database/model/modifiedTables/FIN_FINANCIAL_ACCOUNT.xml M model/modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_COLUMN.xml M model/modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_ELEMENT.xml M model/modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_FIELD.xml M model/modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_FORM.xml M model/modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MESSAGE.xml M model/modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODEL_OBJECT.xml M model/modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml M model/modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_PROCESS.xml M model/modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_REFERENCE.xml M model/modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_REF_LIST.xml M model/modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_TAB.xml M model/modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_TEXTINTERFACES.xml M model/modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_VAL_RULE.xml M model/modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/OBUISEL_SELECTOR.xml M model/modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/OBUISEL_SELECTOR_FIELD.xml M model/modules/org.openbravo.financial.paymentreport/src-db/database/sourcedata/AD_TEXTINTERFACES.xml M model/src-db/database/sourcedata/AD_COLUMN.xml M model/src-db/database/sourcedata/AD_DATASET_TABLE.xml M model/src-db/database/sourcedata/AD_ELEMENT.xml M model/src-db/database/sourcedata/AD_FIELD.xml M model/src-db/database/sourcedata/AD_MESSAGE.xml M model/src-db/database/sourcedata/AD_MODEL_OBJECT.xml M model/src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml M model/src-db/database/sourcedata/AD_PROCESS.xml M model/src-db/database/sourcedata/AD_TABLE.xml M model/src-db/database/sourcedata/AD_TEXTINTERFACES.xml R model/src-db/database/model/tables/FIN_RECLINE_TEMP.xml --- |
(0111740) hgbot (developer) 2019-05-16 20:41 |
Repository: erp/devel/api-checks Changeset: 0c161656288bbd6bf12b48f13327bf4126c8e376 Author: Atul Gaware <atul.gaware <at> openbravo.com> Date: Fri May 17 00:08:58 2019 +0530 URL: http://code.openbravo.com/erp/devel/api-checks/rev/0c161656288bbd6bf12b48f13327bf4126c8e376 [^] Related To Issue 40561, Issue 40563, Issue 40688:Api Change ** Remove unused classes AddOrderOrInvoice, AddPaymentFromInvoice, AddPaymentFromTransaction, AddTransaction, MatchTransaction, SelectExpectedPayments, Transactions, CreateFile, FIN_ReconciliationLineTemp ** Remove unused methods getTrxGridRows, getTrxGridRowCount, getPaymentsNotDeposited, getPaymentProposalDetailAmount, getNewFinancialTransaction, getFilteredScheduledPaymentDetails, getCustomerPaymentsWithCredit, getAlternativePaymentsNotDeposited, getCustomerCredit from class AdvPaymentMngtDao. ** Remove unused methods getReconciliationEndingBalance, getMatchedBankStatementLines, addNewReconciliation from class MatchTransactionDao. ** Remove unused methods process, getPendingToMatchCount from class TransactionsDao. ** Remove unused methods isForcedFinancialAccountTransaction, getShownScheduledPaymentDetails, getSelectedPendingPaymentsFromProposal, getSelectedPaymentDetailsAndAmount, getGLItemScheduleDetails from class FIN_AddPayment. ** Remove unused method prepareRelationTemplateNoSearch from class ToolBar ** Remove unused methods displayAcctDimensions from class DimensionDisplayUtility --- M java/reference/java.japi.gz --- |
(0111784) vmromanos (manager) 2019-05-20 09:42 |
CI passed successfully |
Issue History | |||
Date Modified | Username | Field | Change |
2019-04-09 21:02 | AtulOpenbravo | New Issue | |
2019-04-09 21:02 | AtulOpenbravo | Assigned To | => Triage Finance |
2019-04-09 21:02 | AtulOpenbravo | Modules | => Core |
2019-04-09 21:02 | AtulOpenbravo | Triggers an Emergency Pack | => No |
2019-04-09 21:02 | AtulOpenbravo | Issue generated from | 0040561 |
2019-04-09 21:02 | AtulOpenbravo | Relationship added | blocks 0035788 |
2019-04-09 21:09 | AtulOpenbravo | Description Updated | View Revisions |
2019-04-09 21:10 | AtulOpenbravo | Description Updated | View Revisions |
2019-04-25 17:01 | AtulOpenbravo | Assigned To | Triage Finance => dmitry_mezentsev |
2019-04-25 17:03 | AtulOpenbravo | Description Updated | View Revisions |
2019-04-25 19:50 | AtulOpenbravo | Issue cloned | 0040688 |
2019-04-29 13:57 | dmitry_mezentsev | Tag Attached: Approved | |
2019-04-29 13:58 | dmitry_mezentsev | Assigned To | dmitry_mezentsev => AtulOpenbravo |
2019-05-16 20:41 | hgbot | Checkin | |
2019-05-16 20:41 | hgbot | Note Added: 0111736 | |
2019-05-16 20:41 | hgbot | Checkin | |
2019-05-16 20:41 | hgbot | Note Added: 0111740 | |
2019-05-20 09:41 | vmromanos | Status | new => scheduled |
2019-05-20 09:42 | vmromanos | Status | scheduled => resolved |
2019-05-20 09:42 | vmromanos | Fixed in Version | => 3.0PR19Q3 |
2019-05-20 09:42 | vmromanos | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/api-checks/rev/08b774b8d4c948f7448a9c9c5a711c556e1f1494 [^] |
2019-05-20 09:42 | vmromanos | Resolution | open => fixed |
2019-05-20 09:42 | vmromanos | Review Assigned To | => vmromanos |
2019-05-20 09:42 | vmromanos | Note Added: 0111784 | |
2019-05-20 09:42 | vmromanos | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |