Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0009962Openbravo ERP00. Application dictionarypublic2009-07-20 12:562009-07-29 00:00
gorkaion 
iperdomo 
immediatemajorhave not tried
closedfixed 
20Gentoo
2.50 
2.50MP3 
Core
No
0009962: Cannot select multiple records to print in grid view
In grid mode, not using the new printing functionality (in a window that has not doc type), is not possible to print multiple records due to a uuid problem.
In Production Management || Transactions || Process Plan || Process Plan
- Configure 2 Process Plans (including at least 1 product in each one).
- In grid mode, select both process plans and try to print them.

- Check that they can be printed separately.
- The org.openbravo.erpCommon.businessUtility.PrinterReports class is building the session variable adding ' at the beginning and the end of the selected ids, but it is not considering the case when more than one is selected.

strmaProcessPlan: ('CFEBB0A4A2B547A1916E012137DEC386,07672485B5AC4B45869B06F3A3DD8759')
250MP3releasecandidate
has duplicate defect 0009265 closed iperdomo Can not print multiple proposals inside Service Projects 
has duplicate defect 0009264 closed iperdomo Can not print multiple promissory notes 
related to defect 0009505 closed iperdomo Using the print icon in at least the business partner grid fails when multiple record are selected. 
Issue History
2009-07-20 12:56gorkaionNew Issue
2009-07-20 12:56gorkaionAssigned To => rafaroda
2009-07-20 13:30rafarodaRelationship addedrelated to 0009265
2009-07-20 13:31rafarodaRelationship addedrelated to 0009264
2009-07-20 13:37rafarodaNote Added: 0018411
2009-07-20 13:37rafarodaAssigned Torafaroda => iperdomo
2009-07-20 13:37rafarodaStatusnew => scheduled
2009-07-20 13:37rafarodaversion => 2.50
2009-07-20 13:39rafarodaRelationship addedrelated to 0009505
2009-07-20 13:40rafarodaNote Added: 0018415
2009-07-21 15:03hgbotCheckin
2009-07-21 15:03hgbotNote Added: 0018491
2009-07-21 15:03hgbotStatusscheduled => resolved
2009-07-21 15:03hgbotResolutionopen => fixed
2009-07-21 15:03hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/74f195ce4fa506cea2371e896f72f2d0fcde5f94 [^]
2009-07-21 16:24psarobeFixed in Version => 2.50MP3
2009-07-21 16:26psarobeTag Attached: 250MP3releasecandidate
2009-07-21 18:03iperdomoRelationship replacedhas duplicate 0009264
2009-07-21 18:03iperdomoRelationship replacedhas duplicate 0009265
2009-07-28 13:06psarobeStatusresolved => closed
2009-07-29 00:00anonymoussf_bug_id0 => 2828663

Notes
(0018411)
rafaroda   
2009-07-20 13:37   
Please close 0009264 and 0009265 as duplicated if the fix for this issue fix those 2 ones.
(0018415)
rafaroda   
2009-07-20 13:40   
Set to immediate since it affects and OBPS customer.
(0018491)
hgbot   
2009-07-21 15:03   
Repository: erp/devel/pi
Changeset: 74f195ce4fa506cea2371e896f72f2d0fcde5f94
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Tue Jul 21 15:02:32 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/74f195ce4fa506cea2371e896f72f2d0fcde5f94 [^]

Fixes 9962: IDs are now quoted. Added request filter

---
M src/org/openbravo/erpCommon/businessUtility/PrinterReports.java
---