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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0032711
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 09. Financial managementminoralways2016-04-19 12:532017-09-18 17:13
ReporterJONHMView Statuspublic 
Assigned ToCSousa 
PrioritynormalResolutionno change requiredFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Toaferraz
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0032711: SL_Depreciate callout is not working having AssetGroup with no default values

DescriptionSL_Depreciate callout is not working when field Depreciate field is not checked in Asset Group and no values are set in not mandatory columns, for example "Depreciation Type" and "Calculate Type"
Steps To Reproduce1) Set columns "Depreciation Type" and "Calculate Type" as NOT MANDATORY in "FinancialMgmtAssetGroup" table
2) Create new "Asset Group" having Depreciate field unchecked
3) Create new "Asset" with this new "Asset Category"
4) Check Depreciate checkbox, not able to display the list until go to another tab and come back.
Proposed SolutionCreate condition in "SL_Depreciate" callout to check the values only if the field isDepreciate() is set:

if (assetGroup.isDepreciate()) {
          info.addResult("inpisdepreciated",assetGroup.isDepreciate());
          info.addResult("inpamortizationtype",assetGroup.getDepreciationType());
    ...
}
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0096086)
CSousa (developer)
2017-04-20 13:02

1) Set columns "Depreciation Type" and "Calculate Type" as NOT MANDATORY in "FinancialMgmtAssetGroup" table
2) Create new "Asset Group" having Depreciate field unchecked
3) Create new "Asset" with this new "Asset Category"
4) Check Depreciate checkbox, able to display the list.
(0099129)
aferraz (manager)
2017-09-18 17:13

Callout works properly if we don't change the definition of FinancialMgmtAssetGroup table.

- Issue History
Date Modified Username Field Change
2016-04-19 12:53 JONHM New Issue
2016-04-19 12:53 JONHM Assigned To => Triage Finance
2016-04-19 12:53 JONHM Modules => Core
2016-04-19 12:53 JONHM Triggers an Emergency Pack => No
2017-04-20 13:02 CSousa Note Added: 0096086
2017-05-08 13:19 CSousa Status new => scheduled
2017-05-08 13:22 CSousa Assigned To Triage Finance => CSousa
2017-09-18 17:13 aferraz Review Assigned To => aferraz
2017-09-18 17:13 aferraz Note Added: 0099129
2017-09-18 17:13 aferraz Status scheduled => closed
2017-09-18 17:13 aferraz Resolution open => no change required


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker