Forms To Manage Your Group's Cash Flow

Use editable Excel files with formulas built in to help keep track of your group's money.

by PTO Today Editors

11/16/2021

Tracking what cash is coming in and what’s going out is a key job for treasurers, and we want to help make it easier! We’ve just updated some of our more popular cash forms into Excel formats with formulas so they are fully editable and will allow treasurers to automatically calculate transactions. Get them on our File Exchange here by clicking on the images below:


Deposit Notice Form

 


Reimbursement Request Form

 


Cash Box Request Form

Join the PTO Today community (it's free) for access to resources, giveaways and more

We’ve updated three additional forms, the Miscellaneous Charge Form, the Deposit Split form, and the Check Request Form, which are available to our PTO Today Plus members. PTO Today Plus is annual membership service that provides our best resources and discounts for an annual fee of $199.

Originally posted in 2016 and updated regularly.

var preChatTemplate = { //Form header color and Submit button color. mainbgColor: '#0aa4db', //Form Header Text and Submit button text color. maintxColor: '#fff', //Chat Form Title heading: 'PTO Today', //Chat form Welcome Message textBanner: 'Please let us know your name and email address and we\'ll connect you with a live rep.', //Submit Button Label. SubmitLabel: 'Start Chat', //Fields List - Maximum is 5 //All the values are mandatory and the script will not work if not available. fields : { field1 : { //Type can be either text or title type: "name", //Label for Field Title, can be in any language label: "Name", //Field ID for Title fieldId: "name", //Required "yes" or "no" required: "yes", //Error text to be displayed error: "Please Enter your name" }, field2 : { //Type for Name - Do not Change type: "email", //Label for Field Name, can be in any language label: "Email", //Default - Field ID for Name - Do Not Change fieldId: "email", //Required "yes" or "no" required: "yes", //Error text to be displayed error: "Please Enter a valid email address" } } }; window.fcSettings = { token: "ec6b3db1-9caf-4a1a-bdf2-a7851529f4c3", host: "https://wchat.freshchat.com", siteId: "PTO Today", tags: ["ptotoday"], config: { cssNames: { widget: 'custom_fc_frame', expanded: 'custom_fc_expanded' } }, onInit: function() { console.log('widget init'); fcPreChatform.fcWidgetInit(preChatTemplate); } };