help to better help you:

Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!

[SOLVED]print attendees

[SOLVED]print attendees

3 years 6 months ago
#28697
is it possible to edit the columns of the attendees list when printed?

I want it sorted after their attendance status, first all that attend and then all that canceled. right now it sorted after ID I thinkk

Please Log in or Create an account to join the conversation.

Re: [SOLVED]print attendees

3 years 6 months ago
#28699
I was able to edit the print.php in administrator/com_jem/attendees/views/ to my needs, I assume I can create an override for this file, right?

But another thing: I want to be able to sort the attendees-table in the admin-area after the status. If I click on the table head to sort it after status, nothing changes. Is this a bug? How can I fix it? It should fist list all attendees and then all canceled

Please Log in or Create an account to join the conversation.

Re: [SOLVED]print attendees

3 years 6 months ago
#28702
you can export it and then sort and print.

Please Log in or Create an account to join the conversation.

Re: [SOLVED]print attendees

3 years 6 months ago
#28703
yes, but they want to have this order in the backend and in the printed version

Please Log in or Create an account to join the conversation.

Re: [SOLVED]print attendees

3 years 5 months ago
#28725
Do you have any idea how to sort the table of the attendees in the backend after their status? I tried to sort it in an override of administrator/components/com_jem/views/attendees/tmp/default.php
with

function cmp($a, $b) {
return strcmp($a->status, $b->status);
usort($this->items, "cmp");

but it does not work

Please Log in or Create an account to join the conversation.

Re: [SOLVED]print attendees

3 years 5 months ago
#28772
As I see, this issue was related with the error in 2.3.2. So in my case with JEM 2.3.3. I can sort the attending status in the attending manager and print it .
The following user(s) said Thank You: webfeuerflo

Please Log in or Create an account to join the conversation.

Time to create page: 0.385 seconds