Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0010739 | Openbravo ERP | 09. Financial management | public | 2009-09-24 13:19 | 2009-10-08 00:00 |
|
Reporter | gorkaion | |
Assigned To | gorkaion | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 2.50MP7 | Fixed in Version | 2.50MP7 | |
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;
|
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
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: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 |