Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0014887 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 09. Financial management | major | always | 2010-10-18 09:10 | 2010-12-21 00:00 | |||
Reporter | gmauleon | View Status | public | |||||
Assigned To | sivaraman | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | b46787797c6f | ||||
Projection | none | ETA | none | Target Version | 2.50MP24 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | 2.50MP22 | 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 | 0014887: Error message in General ledger report | |||||||
Description | In the general ledger report when using the + botton of the product selector and if you dont select any product a strange error message apperars (see attached image) | |||||||
Tags | No tags attached. | |||||||
Attached Files | ![]() | |||||||
![]() |
|||||||||||||||
|
![]() |
|
(0032104) hgbot (developer) 2010-10-22 11:50 |
Repository: erp/devel/pi Changeset: f4f7acfab40bcf4997bb77694e9023ea221699d2 Author: Sivaraman Rajagopal <sivaraman.rajagopal <at> openbravo.com> Date: Fri Oct 22 15:18:21 2010 +0530 URL: http://code.openbravo.com/erp/devel/pi/rev/f4f7acfab40bcf4997bb77694e9023ea221699d2 [^] Fixes issue 14887: Error message in General ledger report --- M src/org/openbravo/erpCommon/info/ProductMultiple.html M src/org/openbravo/erpCommon/info/ProjectMultiple.html --- |
(0032105) sivaraman (viewer) 2010-10-22 12:03 |
Root cause: As there was no default selected product in Product selector window, it allowed user to complete product selection without having any product selected. Thus, it leads to invalid error. Solution: The issue has been fixed in order to have Product selector with default selection as others. Hence, it's working as expected. |
(0032106) sivaraman (viewer) 2010-10-22 12:08 |
Steps to test: The issue has been fixed at core level html files which are common for many windows. Therefore, the same fix applies to all the following affected windows. Please verify them all. 1. Create Budget Reports in Excel 2. General Ledger Report 3. Sales Invoice Dimensional Report 4. Customer Invoice Report 5. Price List Report 6. Service Project Report 7. Purchase Dimensional Report 8. Sales Order Returns Dimensional Report 9. Shipments Dimensional Report 10. Sales Dimensional Report 11. Sales Order Report 12. Shipments Dimensional Report 13. Trial Balance Report 14. Stock Report |
(0032137) hudsonbot (viewer) 2010-10-22 22:43 |
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated: Changeset: http://code.openbravo.com/erp/devel/main/rev/f4f7acfab40b [^] Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/98214a9e7372 [^] Tests: http://builds.openbravo.com/view/int/ [^] OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.18589.obx [^] |
(0032674) sureshbabu (viewer) 2010-11-17 15:36 edited on: 2010-11-17 15:37 |
@ siva, still i find that information pop up message box appears after i un-select the product and click "OK" button in Product selector. Can you please change the content of the message box with respect to context. |
(0032691) sivaraman (viewer) 2010-11-18 05:51 |
Suresh, I verified it in live build. As it's working fine, I couldn't see the message dialog box appears in Product selector window. Please provide me more info / steps to reproduce. |
(0032701) sureshbabu (viewer) 2010-11-18 11:54 |
@ Siva, this is how i tested the issue.. In the product selector, i just unchecked the record which is selected by default. Then i clicked "OK" button. |
(0032702) adrianromero (viewer) 2010-11-18 11:55 |
As Suresh explained to me, these are the steps to follow to reproduce the issue: In the BP/Product selector, by default a record is selected..what i did is i just unchecked the record and then i clicked "Ok" button.. |
(0032774) hgbot (developer) 2010-11-22 09:39 |
Repository: erp/devel/pi Changeset: 72cef80dd6e3d27fa94afaf7af26a9a3b700ac5b Author: Sivaraman Rajagopal <sivaraman.rajagopal <at> openbravo.com>Fix Date: Mon Nov 22 14:08:07 2010 +0530 URL: http://code.openbravo.com/erp/devel/pi/rev/72cef80dd6e3d27fa94afaf7af26a9a3b700ac5b [^] Fixes issue 14887: Error message in General ledger Info message has been added if no product if selected --- M src-db/database/sourcedata/AD_MESSAGE.xml M src/org/openbravo/erpCommon/info/ProductMultiple.html M src/org/openbravo/erpCommon/info/ProductMultiple.java M src/org/openbravo/erpCommon/info/ProductMultiple.xml M src/org/openbravo/erpCommon/info/ProjectMultiple.html M src/org/openbravo/erpCommon/info/ProjectMultiple.java M src/org/openbravo/erpCommon/info/ProjectMultiple.xml --- |
(0032778) hgbot (developer) 2010-11-22 10:44 |
Repository: erp/devel/pi Changeset: 71713e215a731d9ca0b0b9282ceedd83e065e798 Author: Sivaraman Rajagopal <sivaraman.rajagopal <at> openbravo.com> Date: Mon Nov 22 15:12:59 2010 +0530 URL: http://code.openbravo.com/erp/devel/pi/rev/71713e215a731d9ca0b0b9282ceedd83e065e798 [^] Fixes issue 14887: Error message in General ledger report Message, displayed for project selector, has been modified. --- M src-db/database/sourcedata/AD_MESSAGE.xml M src/org/openbravo/erpCommon/info/ProductMultiple.html M src/org/openbravo/erpCommon/info/ProjectMultiple.java --- |
(0032779) hgbot (developer) 2010-11-22 10:51 |
Repository: erp/devel/pi Changeset: b46787797c6f828081b81dde8806e04222fae0c7 Author: Sivaraman Rajagopal <sivaraman.rajagopal <at> openbravo.com> Date: Mon Nov 22 15:19:52 2010 +0530 URL: http://code.openbravo.com/erp/devel/pi/rev/b46787797c6f828081b81dde8806e04222fae0c7 [^] Fixes issue 14887: Error message in General ledger report Minor correction in HTML text --- M src/org/openbravo/erpCommon/info/ProductMultiple.html M src/org/openbravo/erpCommon/info/ProjectMultiple.html --- |
(0032780) sivaraman (viewer) 2010-11-22 11:23 |
New messages have been created in order to alert user when no product/project is selected. Steps to test: 1. Open Product / Project selector window 2. Select no product/project (use Ctrl + click for unselection) 3. Click Ok button 4. Verify if error message is displayed as 'No product is selected'/No project is selected' * As said earlier : The issue has been fixed at core level which are common for many windows. Therefore, the same fix applies to all the following affected windows. Please verify them all. 1. Create Budget Reports in Excel 2. General Ledger Report 3. Sales Invoice Dimensional Report 4. Customer Invoice Report 5. Price List Report 6. Service Project Report 7. Purchase Dimensional Report 8. Sales Order Returns Dimensional Report 9. Shipments Dimensional Report 10. Sales Dimensional Report 11. Sales Order Report 12. Shipments Dimensional Report 13. Trial Balance Report 14. Stock Report |
(0032927) hudsonbot (viewer) 2010-11-30 17:51 |
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated: Changeset: http://code.openbravo.com/erp/devel/main/rev/72cef80dd6e3 [^] Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/7c27b4b566df [^] Tests: http://builds.openbravo.com/view/int/ [^] OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.19017.obx [^] |
(0032931) hudsonbot (viewer) 2010-11-30 17:51 |
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated: Changeset: http://code.openbravo.com/erp/devel/main/rev/71713e215a73 [^] Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/7c27b4b566df [^] Tests: http://builds.openbravo.com/view/int/ [^] OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.19017.obx [^] |
(0032932) hudsonbot (viewer) 2010-11-30 17:51 |
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated: Changeset: http://code.openbravo.com/erp/devel/main/rev/b46787797c6f [^] Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/7c27b4b566df [^] Tests: http://builds.openbravo.com/view/int/ [^] OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.19017.obx [^] |
(0033283) psarobe (viewer) 2010-12-20 11:59 |
Still same error appears for the multiple business partner selector. Another issue will be opened |
![]() |
|||
Date Modified | Username | Field | Change |
2010-10-18 09:10 | gmauleon | New Issue | |
2010-10-18 09:10 | gmauleon | Assigned To | => dalsasua |
2010-10-18 09:10 | gmauleon | File Added: error_GLR.png | |
2010-10-18 09:10 | gmauleon | OBNetwork customer | => Yes |
2010-10-18 09:20 | gmauleon | Target Version | 2.50MP23 => 2.50MP24 |
2010-10-18 09:21 | gmauleon | Note Added: 0031892 | |
2010-10-18 09:21 | gmauleon | Note Deleted: 0031892 | |
2010-10-22 11:50 | hgbot | Checkin | |
2010-10-22 11:50 | hgbot | Note Added: 0032104 | |
2010-10-22 11:50 | hgbot | Status | new => resolved |
2010-10-22 11:50 | hgbot | Resolution | open => fixed |
2010-10-22 11:50 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/f4f7acfab40bcf4997bb77694e9023ea221699d2 [^] |
2010-10-22 12:03 | sivaraman | Note Added: 0032105 | |
2010-10-22 12:08 | sivaraman | Note Added: 0032106 | |
2010-10-22 22:43 | hudsonbot | Checkin | |
2010-10-22 22:43 | hudsonbot | Note Added: 0032137 | |
2010-11-17 15:36 | sureshbabu | Assigned To | dalsasua => sivaraman |
2010-11-17 15:36 | sureshbabu | Note Added: 0032674 | |
2010-11-17 15:36 | sureshbabu | Status | resolved => new |
2010-11-17 15:36 | sureshbabu | Resolution | fixed => open |
2010-11-17 15:37 | sureshbabu | Note Edited: 0032674 | View Revisions |
2010-11-18 05:51 | sivaraman | Note Added: 0032691 | |
2010-11-18 11:54 | sureshbabu | Note Added: 0032701 | |
2010-11-18 11:55 | adrianromero | Note Added: 0032702 | |
2010-11-22 09:39 | hgbot | Checkin | |
2010-11-22 09:39 | hgbot | Note Added: 0032774 | |
2010-11-22 09:39 | hgbot | Status | new => resolved |
2010-11-22 09:39 | hgbot | Resolution | open => fixed |
2010-11-22 09:39 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/f4f7acfab40bcf4997bb77694e9023ea221699d2 [^] => http://code.openbravo.com/erp/devel/pi/rev/72cef80dd6e3d27fa94afaf7af26a9a3b700ac5b [^] |
2010-11-22 10:44 | hgbot | Checkin | |
2010-11-22 10:44 | hgbot | Note Added: 0032778 | |
2010-11-22 10:44 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/72cef80dd6e3d27fa94afaf7af26a9a3b700ac5b [^] => http://code.openbravo.com/erp/devel/pi/rev/71713e215a731d9ca0b0b9282ceedd83e065e798 [^] |
2010-11-22 10:51 | hgbot | Checkin | |
2010-11-22 10:51 | hgbot | Note Added: 0032779 | |
2010-11-22 10:51 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/71713e215a731d9ca0b0b9282ceedd83e065e798 [^] => http://code.openbravo.com/erp/devel/pi/rev/b46787797c6f828081b81dde8806e04222fae0c7 [^] |
2010-11-22 11:23 | sivaraman | Note Added: 0032780 | |
2010-11-23 09:56 | adrianromero | Relationship added | related to 0015262 |
2010-11-30 17:51 | hudsonbot | Checkin | |
2010-11-30 17:51 | hudsonbot | Note Added: 0032927 | |
2010-11-30 17:51 | hudsonbot | Checkin | |
2010-11-30 17:51 | hudsonbot | Note Added: 0032931 | |
2010-11-30 17:51 | hudsonbot | Checkin | |
2010-11-30 17:51 | hudsonbot | Note Added: 0032932 | |
2010-12-20 11:59 | psarobe | Note Added: 0033283 | |
2010-12-20 11:59 | psarobe | Status | resolved => closed |
2010-12-20 12:10 | psarobe | Relationship added | related to 0015483 |
2010-12-21 00:00 | anonymous | sf_bug_id | 0 => 3140991 |
Copyright © 2000 - 2009 MantisBT Group |