From 01fde584be6e4209522be849422f5af65d226391 Mon Sep 17 00:00:00 2001 From: james Date: Fri, 2 Oct 2009 16:46:13 +0000 Subject: [PATCH] Do a lot of database re-working, renaming and reorganization Database now refers to everything by donor/donation .. and apparently just as i complete this, carolyn has decided to go to both donor/sponsor instead of just donor.. ugh.. --- admin/donations.php | 2 +- admin/donors.php | 12 +++++----- admin/donors_search.php | 2 +- ....php => fundraising_goals_handler.inc.php} | 20 ++++++++-------- admin/fundraising_main.inc.php | 24 +++++++++---------- admin/fundraising_sponsorship.php | 4 ++-- admin/fundraising_sponsorship_handler.inc.php | 16 ++++++------- admin/sponsorship_levels.php | 14 +++++------ common.inc.php | 2 +- config/rollover.php | 17 ------------- config/rolloverfiscal.php | 22 +++++++++++++++++ db/db.code.version.txt | 2 +- install3.php | 5 ++++ sponsor_main.php | 24 +++++++++---------- 14 files changed, 88 insertions(+), 78 deletions(-) rename admin/{fundraising_types_handler.inc.php => fundraising_goals_handler.inc.php} (55%) create mode 100644 config/rolloverfiscal.php diff --git a/admin/donations.php b/admin/donations.php index 8beef74..9921e8a 100644 --- a/admin/donations.php +++ b/admin/donations.php @@ -28,7 +28,7 @@ user_auth_required('committee', 'admin'); include ("fundraising_sponsorship_handler.inc.php"); - include ("fundraising_types_handler.inc.php"); + include ("fundraising_goals_handler.inc.php"); include ("fundraising_main.inc.php"); send_header("Donations", diff --git a/admin/donors.php b/admin/donors.php index b9b4ecd..a4b7c10 100644 --- a/admin/donors.php +++ b/admin/donors.php @@ -103,7 +103,7 @@ break; } - send_header("Donor Management", + send_header("Donor/Sponsor Management", array('Committee Main' => 'committee_main.php', 'Administration' => 'admin/index.php', 'Fundraising' => 'admin/fundraising.php') @@ -394,20 +394,20 @@ function donorsearch() { echo ""; echo ""; echo ""; echo "
"; - echo "Add New Donor(s)\n"; + echo "Add New Donor(s)/Sponsor(s)\n"; echo ""; - echo "View/Modify Donor(s)\n"; + echo "View/Modify Donor(s)/Sponsor(s)\n"; echo "
"; echo "
"; ?> -