Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0010739 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 09. Financial management | minor | always | 2009-09-24 13:19 | 2009-10-08 00:00 | |||
Reporter | gorkaion | View Status | public | |||||
Assigned To | gorkaion | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 2.50MP7 | |||
Status | closed | Fix in branch | pi | Fixed in SCM revision | 3ab00d0c5063 | |||
Projection | none | ETA | none | Target Version | 2.50MP7 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | ||||||||
OBNetwork customer | OBPS | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0010739: Trial Balance Report: AccountTo drop-down doesn't select last account by default | |||||||
Description | In 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 Reproduce | Go 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 Solution | Add 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; | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(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 (viewer) 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. |
![]() |
|||
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:19 | gorkaion | OBNetwork customer | => Yes |
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 |