qa.thundersoftware.com Forum Index qa.thundersoftware.com
ThunderSoftware Forums
Due to Mis-Use this board may only be posted to by an Administrator

 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How Do You Create Giving Statements

 
Post new topic   Reply to topic    qa.thundersoftware.com Forum Index -> How Do I
View previous topic :: View next topic  
Author Message
jkusner
Site Admin


Joined: 01 Aug 2006
Posts: 83

PostPosted: Fri Feb 02, 2007 6:25 pm    Post subject: How Do You Create Giving Statements Reply with quote

How Do You Create Giving Statements
Back to top
View user's profile Send private message
jkusner
Site Admin


Joined: 01 Aug 2006
Posts: 83

PostPosted: Fri Feb 02, 2007 6:27 pm    Post subject: Reply with quote

To produce giving statements go to the labels & letters window and click the giving option along the left side, then pick an output type like labels.

Enter two dates in the edit fields to retrieve gifts and tithes between those two dates, then click find.

You should see three buttons, Print Labels, Print Statements and Export.
To print giving statements you would click Print Statements.

If you just want to run a report to see some totals I've provided a couple of different queries below that you could copy and paste into the Freeform Query window. Just substitute a couple different dates in the format below then click the Run Query button. You can save the query on that window as well.

I hope this helps. Let me know if you have any other questions.
Jeff

-- THIS QUERY LISTS TOTALS BY GIVING FUND AND DATE BETWEEN
-- 2 GIVEN DATES (SUBSTITUTE DIFFERENT DATE PARAMETERS)

select 'Giving Date'=convert(varchar(10),giving_dt,101), 'Giving Fund'=giving_fund_desc, 'Total'=sum (value) from giving a, giving_fund b where a.giving_fund_id=b.giving_fund_id and giving_dt between '2007-01-01' and '2007-01-31'
group by giving_dt, giving_fund_desc
order by giving_dt

-- THIS QUERY LISTS TOTALS BY GIVING FUND BETWEEN
-- TWO GIVEN DATES

select 'Giving Fund'=giving_fund_desc, 'Total'=sum (value) from giving a, giving_fund b where a.giving_fund_id=b.giving_fund_id and giving_dt between '2007-01-01' and '2007-01-31'
group by giving_fund_desc
order by giving_fund_desc
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    qa.thundersoftware.com Forum Index -> How Do I All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group