Can you add an export feature for and Excel file?
Would fit nicely on the report page next to the html output.

CommentFileSizeAuthor
#7 signup_status_withphp4csvoutput.patch1.39 KBpelicani
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

remtheory’s picture

Yes, this would be dreamy

jrbeeman’s picture

It is already possible to export a CSV from both the signup roster for a node and from the signup log - does the output fit your requirements?

jrbeeman’s picture

Status: Active » Postponed (maintainer needs more info)
remtheory’s picture

Well, I'm kind of stuck because my ISP is using PHP 4.x so I can't use it.

pelicani’s picture

CSV would work just fine.
I don't see any options for exporting CSV, what am I missing.
I am running PHP4 as well

pelicani’s picture

Status: Postponed (maintainer needs more info) » Active

Ah, I see now, after searching the module for CSV.
The module is using a function specific to PHP 5.
hmmm.

pelicani’s picture

Status: Active » Needs review
FileSize
1.39 KB

A coworker pointed me to a function written in php4 that will replace the php5 function (fputcsv) if it does not exists. If you have to use php4, this alternative works just fine. check it out here, http://us.php.net/manual/en/function.fputcsv.php#77866

jrbeeman’s picture

Thanks for the patch. If someone will independently verify that this works, I'll get it into the module.

pelicani’s picture

Status: Needs review » Reviewed & tested by the community

Glad you are ok with this idea.
Felt a bit left out only being able to run php 4.
This function was a nice find.

Technically, I didn't write the function.
I just copied and pasted the function, then rolled the patch.
So I could be considered the independent tester for this approach.
Right?

If you can run the patch and confirm it is solid.
I can confirm the php4 function works.

jrbeeman’s picture

Title: Export XLS » Export XLS broken in PHP 4
jrbeeman’s picture

Version: 5.x-1.x-dev » 6.x-1.x-dev
dww’s picture

Status: Reviewed & tested by the community » Needs work

This feature doesn't exist in the D6 version anymore. Not sure what needs to happen here, but there's certainly no RTBC patch for 6.x-1.x-dev at this point. ;)

donkasok’s picture

Hi,

Can anyone please tell me how to export the signup data into PDF /CSV

with regards,
Don Asok

Magnus’s picture

If you install http://drupal.org/project/views_bonus you can export the view as a xls or doc file. For PDF you can install http://drupal.org/project/print.