- 22 Aug 2024
- 6 minute read
- Print
- DarkLight
- PDF
Batch Gift Processing
- Updated 22 Aug 2024
- 6 minute read
- Print
- DarkLight
- PDF
🏔️ Summit 2024 FeatureEnter multiple gifts at once.
With batch gift entry, you can:
Set default values for each new gift.
Search for individuals in an open batch.
See giving history at a glance with a custom dashboard.
View a count and sum of entered gifts.
Edit or delete past entries.
Creating a New Batch
To create a new gift entry batch:
From the main navigation, select Database. The Database page appears.
In the Records and Datasets section, select Batch Gift Entry. The Batch Gift Entry summary page appears.
Click New Batch. A New Batch popup appears.
Provide an appropriate Name for the batch.
Click Save.
Configuring a Batch
The batch entry interface has the following features:
Set Defaults
Click Set Defaults to open an Edit Gift popup where you can provide default values for each gift in the batch.
Type: Select a default gift type from your database’s list of gift types.
Campaign: Enter the name of the campaign you want to associate with this batch by default.
Select View Campaign to open the campaign record in a new tab.
Remove your selection with Clear.
Fund: As with campaigns, you can associate gifts in the batch by default with a fund by entering its name.
Select View Fund to open the fund record in a new tab.
Remove your selection with Clear.
Appeal: As with campaigns and funds, select an appeal to associate with the batch by default.
Select View Appeal to open the appeal record in a new tab.
Remove your selection with Clear.
User: Select a user to be associated by default with this batch.
Date of Gift: Select a default date for the batch of gifts.
Status: This value will always default to Received.
Fair Market Value: Enter a fair market value amount.
Anonymous: Select if all entries should default to anonymous crediting.
Occasion: Select from a list of occasions, like In Honor of or In Memory of.
Notes: Enter a note to appear by default on every gift entered in the batch.
Click Save to set the default values for the batch. When you add a new gift to a batch, the Edit Gift popup will include the configured defaults.
Edit
Click Edit to rename or delete the batch.
Record Lookup
Enter the name of the record you’d like to add to the gift batch. A list of suggested records appears as you start entering text.
Select the desired record from the suggestion list. A New Gift button appears.
Click New Gift. An Edit Gift popup appears with default values you previously set.
Creating a batch gift entry dashboard
The following appears when you select a record:
Use the Dashboards tool to create a Giving dashboard.
You can use Suitcase to import our pre-made batch gift entry dashboard, or you can create your own.
💼 Use Suitcase to import a pre-made dashboard
You can use Suitcase to import this batch gift entry dashboard into your database:
Paste this Suitcase ID into your database to import a pre-made batch gift dashboard query:
0d001d22-111f-4cd4-a0c5-7b305e902c8b:slate-advancement-showcase
Paste the following code into the Source editor on the Edit Dashboard tab of your new dashboard:
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Batch Gift Entry Dashboard</title> </head> <body> <h2> <strong>Person Summary</strong> </h2> <p> <strong>First</strong>: {{Person-First}}<br /> <strong>Last</strong>: {{Person-Last}}<br /> <strong>Class Year</strong>: {{Person-Preferred-Class-Year}}<br /> <strong>Birthdate</strong>: {{Person-Birthdate}}<br /> <strong>Primary Address</strong>: {{street}}, {{city}} {{postal}}<strong><br /> Primary Constituency</strong>: {{Primary-Constituent-Type}}<br /> <strong>All Constituencies</strong>: {{Current-Constituent-Type}}<br /> <strong>Staff Assigned</strong>: {{Staff-Assigned-Full-Name}} </p> <p> </p> <h2> <strong>Recent Gifts</strong> </h2> <p> <strong>Lifetime Giving</strong>: {{Lifetime-Giving}}<br /> <strong>Current FY Giving</strong>: {{Current-FY-Giving}} </p> <p> </p> <table class="table sortable"> <colgroup> <col /> <col /> <col /> <col /> <col /> </colgroup> <thead> <tr class="column"> <th>Date</th> <th>Fund</th> <th>Amount</th> <th>Category</th> <th>Credit Type</th> </tr> </thead> <tbody>{% for item in recent-gifts %} <tr> <td>{{item.date}}</td> <td>{{item.fund}}</td> <td>{{item.amount}}</td> <td>{{item.category}}</td> <td>{{item.credit-type}}</td> </tr> {% endfor %} </tbody> </table> <p> </p> <h2> <strong>Linked Relationships</strong> </h2> <table class="table sortable"> <colgroup> <col /> <col /> </colgroup> <thead> <tr class="column"> <th>Name</th> <th>Type</th> </tr> </thead> <tbody>{% for item in linked-relationships %} <tr> <td>{{item.name}}</td> <td>{{item.type}}</td> </tr> {% endfor %} </tbody> </table> </body> </html>
📝 Create your own dashboard
To create your own batch gift entry dashboard:
From the main navigation, select Database. The Database page appears.
In the Records and Datasets section, select Dashboards. The Dashboards summary page appears.
Click New Dashboard. An Edit Dashboard popup appears.
Configure the following settings:
Status: Set to Active.
Name: Provide an appropriate name for the dashboard.
Type: Select Giving Batch Entry. A select list for Base appears.
Base: Select Person.
Click Save.
Configure the dashboard query and appearance as described in the Dashboard for Advancement Knowledge Base article.
🦈 Slate Bytes VideoPlease watch the following Slate Bytes video for more information on this topic!
Entering gifts in batch
To enter gifts:
Enter a record’s name in the Search Records… field. A suggestion list appears when you start entering text.
Select the desired record. A summary page for the record appears.
Select New Gift. An Edit Gift popup appears. If defaults were previously set, those defaults appear.
Configure the following settings:
Type: If no default is set, select a gift type.
Fulfilling: Select a pledge to fulfill from the list of pledges and suggested pledges.
Campaign: If no default is set, select a campaign.
Opportunity: Select an opportunity from the list.
Appeal: If no default is set, select an appeal.
User: If no default is set, select a user.
Date of Gift: If no default is set, select a date.
Amount: If no default is set, enter a gift amount.
Fair Market Value: If the donor receives any item of value related to the gift (game tickets, t-shirt, etc.), enter the taxable amount of the item here. This value defaults to $0.00.
Tax Amount: This field automatically calculates the amount reported for tax purposes, subtracting the entered Fair Market Value from the entered Amount.
Anonymous: Select to make the gift anonymous.
Occasion: If no default is set, select from a list of occasions, like In Honor of or In Memory of.
Notes: Enter private notes.
External ID: Enter a unique ID to export to other systems, if applicable.
Suggested Soft Credits: Select any records that you want related to the gift.
Soft Credits: As you enter text in this field, matching record names appear. Select a record to add it to the Soft Credits field. Remove a selected record by clicking
❌ on the record name.Stock - Realized Value: For stock gifts, enter the realized value attained from the sale of the stock.
Stock - Sale Date: For stock gifts, enter the date of sale for the stock.
Select Save.
Information about the gift appears under Gifts:
Records appear in a list with their accompanying amounts.
A Gift Summary displays the count of gifts and the total dollar amount for all entered gifts.
Closing a batch
When you’ve finished entering gifts for this batch, select Process Batch. A browser prompt appears asking you to confirm your decision.
Under the Closed column in the Batch Gift Entry list, your batch receives today’s date.
✨ TipYou can query on the Gift Batch base.