{* +--------------------------------------------------------------------+ | CiviCRM version 4.5 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2014 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | | CiviCRM is free software; you can copy, modify, and distribute it | | under the terms of the GNU Affero General Public License | | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. | | | | CiviCRM is distributed in the hope that it will be useful, but | | WITHOUT ANY WARRANTY; without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | | See the GNU Affero General Public License for more details. | | | | You should have received a copy of the GNU Affero General Public | | License and the CiviCRM Licensing Exception along | | with this program; if not, contact CiviCRM LLC | | at info[AT]civicrm[DOT]org. If you have questions about the | | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *} {* CiviPledge DashBoard (launch page) *}

{ts}Pledge Summary{/ts}

{* prior month *} {* current month *} {* current year *} {* cumulative *} {* prior month *} {* current month *} {* current year *} {* cumulative *} {* prior month *} {* current month *} {* current year *} {* cumulative *} {* prior month *} {* current month *} {* current year *} {* cumulative *}
  {$previousMonthYear} {$currentMonthYear}
{ts}(current month){/ts}
{$curYear}
{ts}(current year){/ts}
{ts}Cumulative{/ts}
{ts}(since inception){/ts}
{ts}Total Pledges{/ts}{$previousToDate.Completed.pledge_count}{if $previousToDate.Completed.pledge_count }{$previousToDate.Completed.pledge_amount}{/if}{$monthToDate.Completed.pledge_count}{if $monthToDate.Completed.pledge_count }{$monthToDate.Completed.pledge_amount}{/if}{$yearToDate.Completed.pledge_count}{if $yearToDate.Completed.pledge_count }{$yearToDate.Completed.pledge_amount}{/if}{$startToDate.Completed.pledge_count}{if $startToDate.Completed.pledge_count }{$startToDate.Completed.pledge_amount}{/if}
{ts}Payments Received{/ts}{$previousToDate.Completed.received_count}{if $previousToDate.Completed.received_count }{$previousToDate.Completed.received_amount}{/if}{$monthToDate.Completed.received_count}{if $monthToDate.Completed.received_count}{$monthToDate.Completed.received_amount}{/if}{$yearToDate.Completed.received_count}{if $yearToDate.Completed.received_count }{$yearToDate.Completed.received_amount}{/if}{$startToDate.Completed.received_count}{if $startToDate.Completed.received_count }{$startToDate.Completed.received_amount}{/if}
{ts}Balance Due{/ts}{$previousToDate.Pending.received_count}{if $previousToDate.Pending.received_count }{$previousToDate.Pending.received_amount}{/if}{$monthToDate.Pending.received_count}{if $monthToDate.Pending.received_count }{$monthToDate.Pending.received_amount}{/if}{$yearToDate.Pending.received_count}{if $yearToDate.Pending.received_count }{$yearToDate.Pending.received_amount}{/if}{$startToDate.Pending.received_count}{if $startToDate.Pending.received_count }{$startToDate.Pending.received_amount}{/if}
{ts}Past Due{/ts}{$previousToDate.Overdue.received_count}{if $previousToDate.Overdue.received_count }{$previousToDate.Overdue.received_amount}{/if}{$monthToDate.Overdue.received_count}{if $monthToDate.Overdue.received_count }{$monthToDate.Overdue.received_amount}{/if}{$yearToDate.Overdue.received_count}{if $yearToDate.Overdue.received_count }{$yearToDate.Overdue.received_amount}{/if}{$startToDate.Overdue.received_count}{if $startToDate.Overdue.received_count }{$startToDate.Overdue.received_amount}{/if}
{if $pager->_totalItems}

{ts}Recent Pledges{/ts}

{include file="CRM/Pledge/Form/Selector.tpl" context="dashboard"}
{/if}