clarify help text for fin accts and types
authorAndrew Hunt <andrew@aghstrategies.com>
Tue, 30 Apr 2013 17:19:17 +0000 (13:19 -0400)
committerAndrew Hunt <andrew@aghstrategies.com>
Tue, 30 Apr 2013 17:19:17 +0000 (13:19 -0400)
templates/CRM/Financial/Page/FinancialAccount.tpl
templates/CRM/Financial/Page/FinancialType.tpl
templates/CRM/Financial/Page/FinancialTypeAccount.tpl

index a5ac8c7fcb76c1f0cfcbcadf0110ef241e8eef8a..5b692641b74e26ecc11e90a60f67eda306dc7ce6 100644 (file)
    {include file="CRM/Financial/Form/FinancialAccount.tpl"}
 {else}
   <div id="help">
-    <p>{ts}Financial types are used to categorize contributions for reporting and accounting purposes. These are also referred to as <strong>Funds</strong>. You may set up as many types as needed. Each type can carry an accounting code which can be used to map contributions to codes in your accounting system. Commonly used financial types are: Donation, Campaign Contribution, Membership Dues...{/ts}</p>
+    {capture assign="typeLink"}{crmURL p="civicrm/admin/financial/financialType" q="reset=1"}{/capture}
+    {capture assign="paymentLink"}{crmURL p="civicrm/admin/options/payment_instrument" q="group=payment_instrument&reset=1"}{/capture}
+    {capture assign="premiumLink"}{crmURL p="civicrm/admin/contribute/managePremiums" q="reset=1"}{/capture}
+    <p>{ts 1=$typeLink 2=$paymentLink 3=$premiumLink}Financial accounts correspond to those in your accounting system.  <a href="%1">Financial types</a>, <a href="%2">payment instruments</a>, and <a href="%3">premiums</a> are associated with financial accounts so that they can result in the proper double-entry transactions to export to your accounting system.{/ts}</p>
   </div>
   {if $action ne 1 and $action ne 2}
     <div class="action-link">
@@ -85,4 +88,4 @@
       {ts 1=$crmURL}There are no Financial Account entered. You can <a href='%1'>add one</a>.{/ts}
     </div>    
   {/if}
-{/if}
\ No newline at end of file
+{/if}
index 2fd32898202e8a53615b4e84676b4c617d8e4f60..a58a5d070b1f4ff0032e38735afb1e8ff159ebea 100644 (file)
    {include file="CRM/Financial/Form/FinancialType.tpl"}
 {else}
     <div id="help">
-        <p>{ts}Financial types are used to categorize contributions for reporting and accounting purposes. These are also referred to as <strong>Funds</strong>. You may set up as many types as needed. Each type can carry an accounting code which can be used to map contributions to codes in your accounting system. Commonly used financial types are: Donation, Campaign Contribution, Membership Dues...{/ts}</p>
+      {capture assign="premiumLink"}{crmURL p="civicrm/admin/contribute/managePremiums" q="reset=1"}{/capture}
+      <p>{ts 1=$premiumLink}Financial types are used to categorize contributions for reporting and accounting purposes. You may set up as many as needed, including commonly used types such as Donation, Campaign Contribution or Membership Dues.  Additionally, financial types can account for the inventory and expense of <a href="%1">premiums</a>.{/ts}</p>
+      {capture assign="acctLink"}{crmURL p="civicrm/admin/financial/financialAccount" q="reset=1&action=browse"}{/capture}
+      <p>{ts 1=$acctLink}Each financial type relates to a number of <a href="%1">financial accounts</a> to track income, accounts receivable, and fees.</p>{/ts}
     </div>
 
 {if $rows}
@@ -75,4 +78,4 @@
         {ts 1=$crmURL}There are no Financial Types entered. You can <a href='%1'>add one</a>.{/ts}
     </div>    
 {/if}
-{/if}
\ No newline at end of file
+{/if}
index 42f6558ff29afa993e2d6ba578a9b961a9cd0555..aa336abba946836e4bdf7b12520117e88bd102f3 100644 (file)
     </div>
   </div>
   {else}
-      <div class="messages status">
+      <div class="messages status no-popup">
           <div class="icon inform-icon"></div>
           {capture assign=crmURL}{crmURL q="action=add&reset=1&aid=$aid"}{/capture}
           {ts 1=$crmURL}There are no financial accounts assigned to this financial type. You can <a href='%1'>assign one</a>.{/ts}
       </div>    
   {/if}
-{/if}
\ No newline at end of file
+{/if}