Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0040561 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 09. Financial management | minor | have not tried | 2019-04-09 20:54 | 2019-05-20 15:11 | |||
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 | 0040561: API Change:Remove Transaction Old Tab, its fields, AccountTransactions Form, Model Object & its Mapping, Message,Text Interfaces | |||||||
Description | Remove Transaction Old Tab and its fields from Financial Account window. Remove AccountTransactions Form, its Model Object & its Model Object Mapping and its related AD_Message & Text Interfaces. The tab is inactive and not used any more. Removing Transactions.java, .html and .xml related to special form AccountsTransactions used in the above tab has low risk as sample data references can be managed. AD_Form_Access has references to the AccountsTransactions with id 4201E189318E443297F6B23F03CABB9D 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. Removing below methods that were only used in Transactions.java also has low risk as they are not used in the any other classes. * AdvPaymentMngtDao - getTrxGridRows * AdvPaymentMngtDao - getTrxGridRowCount * TransactionsDao - getAccTrxData * TransactionsDao - getPendingToMatchCount * TransactionsDao - getWindowData * ToolBar - prepareRelationTemplateNoSearch | |||||||
Steps To Reproduce | - | |||||||
Tags | Approved | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0111738) 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 --- |
(0111739) 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 --- |
(0111782) vmromanos (manager) 2019-05-20 09:40 |
CI passed successfully |
Issue History | |||
Date Modified | Username | Field | Change |
2019-04-09 20:54 | AtulOpenbravo | New Issue | |
2019-04-09 20:54 | AtulOpenbravo | Assigned To | => Triage Finance |
2019-04-09 20:54 | AtulOpenbravo | Modules | => Core |
2019-04-09 20:54 | AtulOpenbravo | Triggers an Emergency Pack | => No |
2019-04-09 20:55 | AtulOpenbravo | Relationship added | blocks 0035788 |
2019-04-09 21:02 | AtulOpenbravo | Issue cloned | 0040563 |
2019-04-09 21:08 | AtulOpenbravo | Summary | API Change:Remove Transaction Old Tab and its fields, Account Transactions Form, Model Object & its Mapping, Text Interfaces => API Change:Remove Transaction Old Tab, its fields, AccountTransactions Form, Model Object & its Mapping, Message,Text Interfaces |
2019-04-09 21:08 | AtulOpenbravo | Description Updated | View Revisions |
2019-04-25 17:00 | AtulOpenbravo | Description Updated | View Revisions |
2019-04-25 17:00 | AtulOpenbravo | Assigned To | Triage Finance => dmitry_mezentsev |
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: 0111738 | |
2019-05-16 20:41 | hgbot | Status | new => resolved |
2019-05-16 20:41 | hgbot | Resolution | open => fixed |
2019-05-16 20:41 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/api-checks/rev/08b774b8d4c948f7448a9c9c5a711c556e1f1494 [^] |
2019-05-16 20:41 | hgbot | Checkin | |
2019-05-16 20:41 | hgbot | Note Added: 0111739 | |
2019-05-20 09:40 | vmromanos | Review Assigned To | => vmromanos |
2019-05-20 09:40 | vmromanos | Note Added: 0111782 | |
2019-05-20 09:40 | vmromanos | Status | resolved => closed |
2019-05-20 09:40 | vmromanos | Fixed in Version | => 3.0PR19Q3 |
2019-05-20 15:11 | AtulOpenbravo | Issue cloned | 0040920 |
Copyright © 2000 - 2009 MantisBT Group |