Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0042028Openbravo ERP09. Financial managementpublic2019-10-15 13:562019-10-22 09:03
AtulOpenbravo 
inigo_lerga 
normalmajorhave not tried
closedfixed 
5
 
3.0PR19Q43.0PR19Q4 
Sandrahuguet
Core
Production - QA Approved
2019-05-21
3.0PR19Q3
https://code.openbravo.com/erp/devel/pi/rev/4dc58edab48f2f9e20cfce74f557827e43919803 [^]
No
0042028: In End Year Close window Accounting Tab FinancialMgmtPeriod.getfinancialMgmtPeriodControlList is needed
In End Year Close window Accounting Tab FinancialMgmtPeriod.getfinancialMgmtPeriodControlList is needed but As part of this issue [1], some one-to-many child methods were removed, assuming that they were not in use.

[1] https://issues.openbravo.com/view.php?id=40906 [^] [^]
In livebuilds
- Navigate to End Year Close window
- Select any record
- Realize that error is shown in Accounting Tab message box and no records are shown. See attached screenshot.
Proposed solution is attached. It sets C_PeriodControl table's C_Period_ID column's is_child_property_in_parent flag = Yes, so that child property i.e financialMgmtPeriodControlList is included in its parent i.e FinancialMgmtPeriod
No tags attached.
blocks defect 0042023 closed inigo_lerga In End Year Close window Accounting Tab FinancialMgmtPeriod.getfinancialMgmtPeriodControlList is needed 
Issue History
2019-10-15 15:22SandrahuguetTypedefect => backport
2019-10-15 15:22SandrahuguetTarget Version => 3.0PR19Q4
2019-10-22 09:01hgbotCheckin
2019-10-22 09:01hgbotNote Added: 0115197
2019-10-22 09:01hgbotStatusscheduled => resolved
2019-10-22 09:01hgbotResolutionopen => fixed
2019-10-22 09:01hgbotFixed in SCM revision => http://code.openbravo.com/erp/backports/3.0PR19Q4/rev/5603fe215fd3d9f377b0eb403d8dec24295ba9b8 [^]
2019-10-22 09:03SandrahuguetReview Assigned To => Sandrahuguet
2019-10-22 09:03SandrahuguetNote Added: 0115199
2019-10-22 09:03SandrahuguetStatusresolved => closed
2019-10-22 09:03SandrahuguetFixed in Version => 3.0PR19Q4

Notes
(0115197)
hgbot   
2019-10-22 09:01   
Repository: erp/backports/3.0PR19Q4
Changeset: 5603fe215fd3d9f377b0eb403d8dec24295ba9b8
Author: IƱigo Lerga <inigo.lerga <at> openbravo.com>
Date: Wed Oct 16 16:04:15 2019 +0200
URL: http://code.openbravo.com/erp/backports/3.0PR19Q4/rev/5603fe215fd3d9f377b0eb403d8dec24295ba9b8 [^]

Fixes issue 42028: C_PeriodControl table's C_Period_ID column's is_child_property_in_parent flag set to Yes

It sets C_PeriodControl table's C_Period_ID column's is_child_property_in_parent flag = Yes, so that child property i.e financialMgmtPeriodControlList is included in its parent i.e FinancialMgmtPeriod

---
M src-db/database/sourcedata/AD_COLUMN.xml
---
(0115199)
Sandrahuguet   
2019-10-22 09:03   
code review + testing ok