mockup of fundraising dashboard as provided by carolyn

This commit is contained in:
james 2009-10-02 03:04:35 +00:00
parent 2c316a1365
commit 1df3acd13d

View File

@ -39,8 +39,55 @@ $(document).ready(function() {
});
</script>
This is the fundraising dashboard page. It will show a summary of everything about the fundraising module.. once we know what that is!
For now, use the menu links on the left side to navigate through the fundraising module
<h3><?=i18n("Fundraising Goals and Progress Year to Date")?></h3>
<table class="tableview">
<tr>
<th>Goal</th>
<th>Budget Amount</th>
<th>Amount Received</th>
<th>% to Budget</th>
<th>Deadline</th>
</tr>
<tr>
<td>Science Fair - Operating</td><td>5000</td><td>3000</td><td>60%</td><td>March 30 2010</td></tr>
<td>Science Fair - Awards</td><td>1000</td><td>650</td><td>65%</td><td>December 1 2000</td></tr>
<td>Science Olympics</td><td>5000</td><td>3000</td><td>20%</td><td>July 30 2010</td></tr>
</tr>
</table>
<br />
<h3><?=i18n("Current Campaigns")?></h3>
<table class="tableview">
<tr>
<th>Name</th>
<th>Type</th>
<th>Start Date</th>
<th>End Date</th>
<th>Goal</th>
<th>Target($)</th>
<th>Received</th>
<th>% to Budget</th>
</tr>
<tr>
<td>Parents</td><td>Mailing</td><td>December 1 2009</td><td>March 31 2010</td><td>Science Fair - Operating</td><td>1000</td><td>300</td><td>30%</td></tr>
<td>Business - Cash</td><td>Personal</td><td>September 1 2009</td><td>December 1 2009</td><td>Science Fair - Awards</td><td>1000</td><td>650</td><td>65%</td></tr>
<td>Business - Cash</td><td>Personal</td><td>Descember 1 2009</td><td>March 31 2010</td><td>Science Fair - Operating</td><td>3000</td><td>2700</td><td>90%</td></tr>
<td>Business - In-kind</td><td>Phone</td><td>January 1 2010</td><td>February 28 2010</td><td>Science Fair - Operating</td><td>1000</td><td>0</td><td>0%</td></tr>
</tr>
</table>
<br />
<h3><?=i18n("To Do List")?></h3>
<h4>Thank You's</h4>
<input type="checkbox"> Donor xyz - $300<br />
<input type="checkbox"> Donor abc - $100<br />
<br />
<h4>Campaign Follow-Ups</h4>
<input type="checkbox"> Parents. Started December 1 2009, Followup By January 15 2010, Ends March 31 2010<br />
<br />
<h4>Prospects by Month</h4>
<input type="checkbox"> Carolyn - what is this?
<?
send_footer();
?>