{* +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2017 | +--------------------------------------------------------------------+ | 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) *}
{$previousMonthYear} | {$currentMonthYear} {ts}(current month){/ts} |
{$curYear} {ts}(current year){/ts} |
{ts}Cumulative{/ts} {ts}(since inception){/ts} |
|||||
---|---|---|---|---|---|---|---|---|
{ts}Total Pledges{/ts} | {* prior month *}{$previousToDate.Completed.pledge_count} | {if $previousToDate.Completed.pledge_count }{$previousToDate.Completed.pledge_amount}{/if} | {* current month *}{$monthToDate.Completed.pledge_count} | {if $monthToDate.Completed.pledge_count }{$monthToDate.Completed.pledge_amount}{/if} | {* current year *}{$yearToDate.Completed.pledge_count} | {if $yearToDate.Completed.pledge_count }{$yearToDate.Completed.pledge_amount}{/if} | {* cumulative *}{$startToDate.Completed.pledge_count} | {if $startToDate.Completed.pledge_count }{$startToDate.Completed.pledge_amount}{/if} |
{ts}Payments Received{/ts} | {* prior month *}{$previousToDate.Completed.received_count} | {if $previousToDate.Completed.received_count }{$previousToDate.Completed.received_amount}{/if} | {* current month *}{$monthToDate.Completed.received_count} | {if $monthToDate.Completed.received_count}{$monthToDate.Completed.received_amount}{/if} | {* current year *}{$yearToDate.Completed.received_count} | {if $yearToDate.Completed.received_count }{$yearToDate.Completed.received_amount}{/if} | {* cumulative *}{$startToDate.Completed.received_count} | {if $startToDate.Completed.received_count }{$startToDate.Completed.received_amount}{/if} |
{ts}Balance Due{/ts} | {* prior month *}{$previousToDate.Pending.received_count} | {if $previousToDate.Pending.received_count }{$previousToDate.Pending.received_amount}{/if} | {* current month *}{$monthToDate.Pending.received_count} | {if $monthToDate.Pending.received_count }{$monthToDate.Pending.received_amount}{/if} | {* current year *}{$yearToDate.Pending.received_count} | {if $yearToDate.Pending.received_count }{$yearToDate.Pending.received_amount}{/if} | {* cumulative *}{$startToDate.Pending.received_count} | {if $startToDate.Pending.received_count }{$startToDate.Pending.received_amount}{/if} |
{ts}Past Due{/ts} | {* prior month *}{$previousToDate.Overdue.received_count} | {if $previousToDate.Overdue.received_count }{$previousToDate.Overdue.received_amount}{/if} | {* current month *}{$monthToDate.Overdue.received_count} | {if $monthToDate.Overdue.received_count }{$monthToDate.Overdue.received_amount}{/if} | {* current year *}{$yearToDate.Overdue.received_count} | {if $yearToDate.Overdue.received_count }{$yearToDate.Overdue.received_amount}{/if} | {* cumulative *}{$startToDate.Overdue.received_count} | {if $startToDate.Overdue.received_count }{$startToDate.Overdue.received_amount}{/if} |