Implement Export to Excel For Account Viewer

Description

None

Environment

None

is duplicated by

Activity

Show:

Carlos RuizJanuary 27, 2012 at 9:42 PM

Thanks Nicolas, seems like we arrived to the same results and fixes on our tests
https://bitbucket.org/idempiere/idempiere/changeset/ce02e7c75003

Nicolas MicoudJanuary 27, 2012 at 7:53 PM

Hi,

I've tested it and works well.

Maybe 2 things that can be enhanced :

1 - you can't export if fields document are empty.
IMHO, the export button should be visible since you're on the Result tab.
To reproduce, launch Account Info and select fact (leaving 'Select Document' unticked)

Thus,
bExport.setVisible(visible); (line 713)
should be :
bExport.setVisible(tabResult.isSelected());

2 - the extension of the generated file is xsl ; but if think that most of users are not familiar with.
Would it be possible to customize the extension (so it could be xls ; like in swing) ?

Thanks & Regards,

Nicolas

Heng Sin LowJanuary 27, 2012 at 2:05 PM

Fixed

Details

Assignee

Reporter

Components

Fix versions

Priority

Created January 18, 2012 at 3:47 PM
Updated March 13, 2014 at 2:20 PM
Resolved January 27, 2012 at 9:43 PM