Page 2 of 2

Re: Online Roster - Version 0.8

Posted: Thu Feb 20, 2014 4:15 pm
by Lasarian
I am trying to retain the results of the previous selection from the drop down lists on the sort menu. Any help with the code would be appreciated. This is what I have so far ... it's not breaking the page, or kicking out an error, but is also not retaining the previous selection.

Code: Select all

<option name="Member"  <?php if($_GET['post']=="Member"){echo "selected='selected'"; } ?> value="Member" > Member </option>

Re: Online Roster - Version 0.8

Posted: Tue Feb 25, 2014 9:32 am
by Tundrra
The summary at the top is looking good! 1018 records so far, and we probally still have twice that left to go:)

Re: Online Roster - Version 0.8

Posted: Sat May 03, 2014 12:08 pm
by Lasarian
Lasarian wrote:I am trying to retain the results of the previous selection from the drop down lists on the sort menu. Any help with the code would be appreciated. This is what I have so far ... it's not breaking the page, or kicking out an error, but is also not retaining the previous selection.

Code: Select all

<option name="Member"  <?php if($_GET['post']=="Member"){echo "selected='selected'"; } ?> value="Member" > Member </option>
Still working on the issue above.

Latest update:
  • Added a field to sort by email address;
  • Finally ... finally ... FINALLY tracked down the bug that only transferred the YEAR of the Recruit Date to the database. The entire date is now properly appearing in the applicants information.
  • Tweaked the Admin Hub;
  • Working on the Reports function. One will be able to select their realm and a date range and produce a Duchy report.

Re: Online Roster - Version 0.8

Posted: Sun May 04, 2014 11:53 am
by Lasarian
For the time being, I have posted the Reports on a separate page. You can reach it from the Roster.

The code is bulky, inelegant and I am ashamed to have written it, but it works ... so that's something. ;-p

You can select and Cut & Paste the report summaries on your realm from the text area - although having this information available on the site pretty much obviates the need.

Re: Online Roster - Version 0.8

Posted: Sun May 04, 2014 12:50 pm
by Tundrra
Those reports are impressive!

I still think the monthly posting at the HC meeting are important though because it is a snapshot of the present. These reports will change everytime you look at them and will be different has branches open and close. The meeting records will let us better track the dates that branches peak and dwindle.

The cut and pasting will speed things up, but it looks like I have several tweaks I need to make to the NW branch:). It also doesn't cover active visitors.

Re: Online Roster - Version 0.8

Posted: Sun May 04, 2014 2:10 pm
by Lasarian
If we stay up to date on our branch information on the Roster the Reports will be accurate.