Pledges & Receipts
Enter what each member pledged; the system bills them, receipts them when they pay, and chases what is still open.
Introduction
The accounting system is simple to set up and simple to use. It has been designed primarily to manage pledges, receipts and membership notifications. The system sends out emails and SMS notifications.
Please note: the SMS needs to be configured with a Twilio account. The configuration for this is not included, as I do not know how to do it — it was handled by my developer.
Set up
Step-by-step setup instructions to get started.
- Open up the sample Google Sheet.
- File > Make a Copy…
- You now have your own copy of the sheet.
- Make it yours — go to the Settings tab and enter your information.
- To pull in the member information from the members’ spreadsheet tab:
- In cell A1 type
=IMPORTRANGE("your member spreadsheet URL here","Members!A1:P1000") - Press enter and allow sheet access.
- In cell A1 type
- Set up the triggers that will send out the messages:
- Tools > Script Editor
- Set up triggers as per this screenshot
- Hit Save
- Click OK on the prompts
- To use SMS, add your Twilio credentials in
Utils_TwilioSMS.gs. - Done.
Pledges
This is the main value of this system: billing for pledges and simplifying payments.
Understanding the Pledges tab
- Column A: choose a name from any member that is listed on the Members tab.
- Columns B–Q: enter up to 4 pledges.
- Columns R–S: used by the system to know when to send or resend bills; explained below.
Using the Pledges tab
- Simply enter the information.
- Amount is the amount due.
- Paid is used after the pledge is paid.
- To send out a bill or receipt:
- Automated — notifications will automatically go out on a schedule.
- Manual — if you want to send out the notification before it would go out automatically, use Utilities > Pledges:
- Process Bills — sends out the bills.
- Process Receipts — sends out receipts and moves the line item to the Transactions tab.
- Process Payments — moves the line item to the Transactions tab and does not send a receipt.
Messaging
The messaging behavior of the system once it is set up.
Billing and receipts
- When a new pledge is added a bill will be sent out.
- If a new item is added to an existing bill a revised bill will be sent out.
- If a line item is changed a revised bill is sent out.
- When payment is applied a receipt is sent out.
- When a bill is fully paid the line will be moved to the Transactions tab.
Reminders
- A reminder is sent out every 30 days, from the last time a message was sent for this bill.
- To generate a new reminder within the 30 days, just remove the date stamp from the “bill sent” column.