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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0010739
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 09. Financial managementminoralways2009-09-24 13:192009-10-08 00:00
ReportergorkaionView Statuspublic 
Assigned Togorkaion 
PrioritynormalResolutionfixedFixed in Version2.50MP7
StatusclosedFix in branchpiFixed in SCM revision3ab00d0c5063
ProjectionnoneETAnoneTarget Version2.50MP7
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0010739: Trial Balance Report: AccountTo drop-down doesn't select last account by default

DescriptionIn Financial Management || Accounting || Analysis Tools || Trial Balance Report || Trial Balance Report

The "To Account" drop-down should have the last account selected by default.
Steps To ReproduceGo to Financial Management || Accounting || Analysis Tools || Trial Balance Report || Trial Balance Report

Set the From and To Date fields.
Set account level to "Subaccount" so the From and To account fields are visible.

Select the Accounting Schema. From and To Account drop-downs are populated and the To account should have the last item selected.
Proposed SolutionAdd these lines in the refreshAccounts javascript method of ReportTrialBalance.hthml file before the return:

  if (cmbAccountTo.options.length > 0)
    cmbAccountTo.options[cmbAccountTo.options.length-1].selected = true;
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0020339)
hgbot (developer)
2009-09-24 13:46

Repository: erp/devel/pi
Changeset: 3ab00d0c5063b42fd4b07d4eff372552e02d283c
Author: Gorka Ion Damián <gorkaion.damian <at> openbravo.com>
Date: Thu Sep 24 13:45:43 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/3ab00d0c5063b42fd4b07d4eff372552e02d283c [^]

Fixed issue 10739. last account selected by default in AccountTo field.

---
M src/org/openbravo/erpCommon/ad_reports/ReportTrialBalance.html
---
(0020510)
hgbot (developer)
2009-09-29 14:18

Repository: erp/devel/pi-pageddatagrid
Changeset: 3ab00d0c5063b42fd4b07d4eff372552e02d283c
Author: Gorka Ion Damián <gorkaion.damian <at> openbravo.com>
Date: Thu Sep 24 13:45:43 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi-pageddatagrid/rev/3ab00d0c5063b42fd4b07d4eff372552e02d283c [^]

Fixed issue 10739. last account selected by default in AccountTo field.

---
M src/org/openbravo/erpCommon/ad_reports/ReportTrialBalance.html
---
(0020810)
sureshbabu (reporter)
2009-10-07 08:57

Tested working fine, From and To Account drop-downs are populated and the To account listed the last item selected.

- Issue History
Date Modified Username Field Change
2009-09-24 13:19 gorkaion New Issue
2009-09-24 13:19 gorkaion Assigned To => gorkaion
2009-09-24 13:20 gorkaion Status new => scheduled
2009-09-24 13:20 gorkaion fix_in_branch => pi
2009-09-24 13:46 hgbot Checkin
2009-09-24 13:46 hgbot Note Added: 0020339
2009-09-24 13:46 hgbot Status scheduled => resolved
2009-09-24 13:46 hgbot Resolution open => fixed
2009-09-24 13:46 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/3ab00d0c5063b42fd4b07d4eff372552e02d283c [^]
2009-09-29 14:18 hgbot Checkin
2009-09-29 14:18 hgbot Note Added: 0020510
2009-09-29 14:18 hgbot Fixed in SCM revision http://code.openbravo.com/erp/devel/pi/rev/3ab00d0c5063b42fd4b07d4eff372552e02d283c [^] => http://code.openbravo.com/erp/devel/pi-pageddatagrid/rev/3ab00d0c5063b42fd4b07d4eff372552e02d283c [^]
2009-10-07 08:57 sureshbabu Status resolved => closed
2009-10-07 08:57 sureshbabu Note Added: 0020810
2009-10-07 08:57 sureshbabu Fixed in Version => 2.50MP7
2009-10-08 00:00 anonymous sf_bug_id 0 => 2874369


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker