{* +--------------------------------------------------------------------+ | Copyright CiviCRM LLC. All rights reserved. | | | | This work is published under the GNU AGPLv3 license with some | | permitted exceptions and without any warranty. For full license | | and copyright information, see https://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}