Die Suche ergab 74 Treffer

von RVice
30. Jun 2026, 16:16
Forum: English Support Forum
Thema: Get a report of how many years someone is in a role
Antworten: 6
Zugriffe: 16287

Re: Get a report of how many years someone is in a role

The difference is not having to export the data to do calculations (.xls/.csv types stuff) and see it in the Category Report within Admidio. This gives you the ability to see right away and even Sort on the column. The PR doesn't include any filters to say "give me all users with X years" ...
von RVice
8. Jun 2026, 16:59
Forum: English Support Forum
Thema: Get a report of how many years someone is in a role
Antworten: 6
Zugriffe: 16287

Re: Get a report of how many years someone is in a role

@greno, it can be done, but requires exporting and doing excel/google sheets formulas. Additionally, our roster is a little more complicated in that there are multiple roles to consider a "member for X year" calculation (Life Member, Member, Honorary Member, Applicant, Corresponding Member...
von RVice
27. Mai 2026, 21:13
Forum: English Support Forum
Thema: Memory requirements for 5.0.2 or PHP 8.3/8.4 related?
Antworten: 9
Zugriffe: 76124

Re: Memory requirements for 5.0.2 or PHP 8.3/8.4 related?

Updated to 5.0.10 and the initial load of profiles went quickly. After a few profiles, it slowed down again. I'm likely blaming this on my hosting provider "throttling" my site.
von RVice
15. Mai 2026, 16:34
Forum: English Support Forum
Thema: Memory requirements for 5.0.2 or PHP 8.3/8.4 related?
Antworten: 9
Zugriffe: 76124

Re: Memory requirements for 5.0.2 or PHP 8.3/8.4 related?

1531 rows, [s]that number seems really high as I think our entire membership for life is under 400[/s] We have 283 members
von RVice
7. Mai 2026, 15:46
Forum: English Support Forum
Thema: Easier Role & Permission Management?
Antworten: 2
Zugriffe: 24614

Re: Easier Role & Permission Management?

You can use the "Category report" and put all the rows as columns. In the csv export the column the member is assigned to will have an 'X' in it. That's at least how I've done it and then export it to Excel/Google Sheets to manipulate it into something I can print for the folks that like t...
von RVice
5. Mai 2026, 21:32
Forum: English Support Forum
Thema: Memory requirements for 5.0.2 or PHP 8.3/8.4 related?
Antworten: 9
Zugriffe: 76124

Re: Memory requirements for 5.0.2 or PHP 8.3/8.4 related?

I added a loading indicator to the role memberships in the profile so our current secretary can at least see something is going on. https://github.com/Admidio/admidio/pull/2044 I uncovered a few things and went down a rabbit hole to figure out why things got so slow from 4.x to 5.x and had some impr...
von RVice
5. Mai 2026, 00:16
Forum: English Support Forum
Thema: Get a report of how many years someone is in a role
Antworten: 6
Zugriffe: 16287

Re: Get a report of how many years someone is in a role

FYI, I took a stab at it, but it modifies the existing category report at its core. Not sure that's the best thing to do, but it does solve what I need.

https://github.com/Admidio/admidio/pull/2042
von RVice
1. Mai 2026, 21:27
Forum: English Support Forum
Thema: Get a report of how many years someone is in a role
Antworten: 6
Zugriffe: 16287

Get a report of how many years someone is in a role

Is there an easy way to get a report of how long someone was in a specific role? The use case, we have a qualification for "life member" when they make 20 years of being a regular paid member. The years need not be sequential. Ideally, it would be recorded paid years, but that requires usi...
von RVice
3. Feb 2026, 17:17
Forum: English Support Forum
Thema: DB Backup out of date? 5.0.3
Antworten: 5
Zugriffe: 43432

Re: DB Backup out of date? 5.0.3

Peter, that "download database" is not the same as the "backup database" from before. The backup database before would place the tarball in the adm_my_files folder, but that features seems to have been removed.
von RVice
29. Jan 2026, 00:15
Forum: English Support Forum
Thema: DB Backup out of date? 5.0.3
Antworten: 5
Zugriffe: 43432

DB Backup out of date? 5.0.3

I was reviewing these instructions to backup the database, but it looks like this option no longer exists in the menu (at least via the screenshots) and I was unable to navigate to where I thought it might be. https://www.admidio.org/dokuwiki/doku.php?id=en:2.0:datenbankbackup_erstellen_und_wiederhe...
von RVice
12. Jan 2026, 19:00
Forum: English Support Forum
Thema: Future Role after elections, not possible if role limit is 1
Antworten: 2
Zugriffe: 20213

Future Role after elections, not possible if role limit is 1

We have our elections in December and the new officers begin in January. I observed, if the roles where only one person should be assigned, I cannot add the new person until the previous term expires. Is there a way to set a "future" role? I was unable to figure that out and did a work aro...
von RVice
9. Jan 2026, 21:53
Forum: English Support Forum
Thema: Memory requirements for 5.0.2 or PHP 8.3/8.4 related?
Antworten: 9
Zugriffe: 76124

Re: Memory requirements for 5.0.2?

Is there a demo/playground to test on PHP 8.3 or 8.4 and MySQL 5.7.44?
von RVice
9. Jan 2026, 00:15
Forum: English Support Forum
Thema: Memory requirements for 5.0.2 or PHP 8.3/8.4 related?
Antworten: 9
Zugriffe: 76124

Re: Memory requirements for 5.0.2?

I did a little more digging, seems like my web host is indicating it is script related. There are no CGI errors and it just takes a long time to load the roles pages (and even the profile picture). I changed from PHP 8.4 to 8.3 and it does run a little faster. Not sure if it's just timing or if it t...