Learn about our newest features and enhancements!
Overview: Acknowledgements
Jessica Mocha 4/24/2024 2:44:00 PM

With our  Acknowledgements Wizard, we’ve made it extremely easy to create, edit and duplicate acknowledgements and receipts, whether for email or print. The example below shows the wizard in action as well as a letter that can be created and edited directly in CharityEngine.



Import/Create Letter Templates (including from Microsoft Word®)

You can create templates in the app or you can import anything you’ve built in Microsoft Word. To import from Word, you must name your template and Create the message first. The Import Word option will appear under the Update button.

Managing Microsoft Word Margins

In Microsoft Word, you cannot directly view or access the HTML code that represents the document's content and formatting. Microsoft Word uses its own proprietary file format (.docx) to store documents, which is not HTML-based. As a result, the user will need to add coding to care for margin adjustments. The following is one example of coding that can be used to create and adjust margins for printing or delivery. 

To access the source code, from the Message Content tab, click on the Source Code icon (< >).

Enter the style code to create a margin. In this example, the following code has been applied for a 40 pixel margin. 

<head>
<style>
.my-element {
margin: 40px;
}
</style>
</head>
<body>
<div class="my-element">Letter Content</div>
</body>

Closing the style code:



How to add Merge Tokens

Easily add Merge Tokens! Navigate to Message Content and in the toolbar locate Tokens to view a listing of available tokens to insert into your acknowledgement. 


Getting Started With Acknowledgements

  1. The More button has Commonly used Filters around Transactions so you do not have to set up all of your filters when you want to do specific tasks. In this case, Gift Acknowledgement View will show you who needs to still be acknowledged for their Gifts. The first thing to do is select Gift Acknowledgment View.
  2. This dropdown gives you quick control of which types of Acknowledgments you will be working with so you don’t have to manually make these selections.
  3. This Batch Action button makes it easy to do the desired action in bulk based on your desired tasks. Select Acknowledge if your goal for this task is to Acknowledge gifts.
  4. Once an acknowledgement has been sent, either by Print or Email, you will have a log of exactly what was sent by clicking on that number. The image will include the individual’s data, not just the tokens of the creative. If there are more than one sent, it will show all of them.
  5. Now you can Acknowledge an individual transaction directly via the Manage button.
  6. The Information button shows what can and cannot be done with that particular record


FAQs & Additional Reading

Q. How do I send one or multiple acknowledgements or receipts? 
A. Learn more in our article Transactions: Sending Individual/Multiple Acknowledgements or Receipts

Q. How can I acknowledge tributes?
A. Learn more in our article How to Acknowledge Tributes Manually

Q. Can I make a copy of an existing template?
A. Yes, manage the template and click on Duplicate.



Related Articles

Powered by Powered By CharityEngine