Results 1 to 10 of 10

Thread: How to track church offerings

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2000
    Location
    Edgerton, WI
    Posts
    381

    How to track church offerings

    In a database I am working on for my church I want to be able to track the donations made by our members and to print receipts. Basically my needs are as follows:

    1. Maintain the over-all giving history of each member.
    2. Maintain a year-to-date giving history for each member.
    3. Print receipts for all donors and donations since last posting.
    Usually done on a monthly basis but can vary.

    Having never done much in the financial area, I'm not sure how to get started. Can someone point me in the right direction or help me get started with some sample code? I am using Access as my database and DAO 3.6.

    Any help would be most appreciated.

    Thanks,
    Rev. Michael L. Burns

  2. #2
    -= B u g S l a y e r =- peet's Avatar
    Join Date
    Aug 2000
    Posts
    9,629
    u have u'r tables all ready to go?
    -= a peet post =-

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2000
    Location
    Edgerton, WI
    Posts
    381
    Peet,

    Not all of them. Not sure yet how amny more I need. Am kinda looking ahead and trying to foresee what I might need.

    Pastor Mike

  4. #4
    -= B u g S l a y e r =- peet's Avatar
    Join Date
    Aug 2000
    Posts
    9,629
    from what I can see I would say u only need two tables.

    one containing the members, and one containing the donation information.

    the rest will be pulling out data using SQL.

    u think the same?
    -= a peet post =-

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2000
    Location
    Edgerton, WI
    Posts
    381
    Peet.

    That's what I am thinking. The Members table would have name and address information while the donations table would have fields for date, amount of doantion and several fields for designation of the gift in case the donation is to be split among several designated areas, ie, Home Missions, Sabbath School, Local Church Needs, Food Pantry, etc.

    As I mentioned earlier I want to be able to track the donations so that I can keep an ongoing history of each member's giving (to maintained as long as they are members), to be able to print receipts (probrably with Crystal Reports or Word) at varying intervals (once a month, every three months, six months or once a year). Basically, if I print reports on April 30 I need to retain the history of giving but I also need to set the giving to 0 as I start a new quarter or what have you. I also need to maintain year -to-date totals.

    Basically, I want to be able to enter the donor information from week-to-week and then at the end of the month or quarter, be able to click a button and run the queries required to print the reports, etc and preparing me for the next period without losing history or year to date.

    Pastor Mike

  6. #6
    -= B u g S l a y e r =- peet's Avatar
    Join Date
    Aug 2000
    Posts
    9,629
    hmm think u should do 3 tables then.

    the designated areas should be a sep. table, instead of fields in the donation table. (makes life easyer when u want to expand the designated areas)

    So u have

    Member
    Donaitons
    Designated_areas

    Each Member has his/hers uniq ID (Autoincr. field)
    Donations have filed to correspond to UserID, and a field to correspond to the Designated_areas table.


    does that make sense ?
    -= a peet post =-

  7. #7
    -= B u g S l a y e r =- peet's Avatar
    Join Date
    Aug 2000
    Posts
    9,629
    Michael, I edited that last post... (seeing u'r online, I'd just wanted to make sure u saw that )
    -= a peet post =-

  8. #8

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2000
    Location
    Edgerton, WI
    Posts
    381
    Peet,

    Yes. That does make sense. I can forsee having to add more designations for the donors prefrence for his/her donation.

    Pastor Mike

  9. #9
    -= B u g S l a y e r =- peet's Avatar
    Join Date
    Aug 2000
    Posts
    9,629
    How is the project going along Michael?

    Have u gotten any further ?
    -= a peet post =-

  10. #10
    Randalf the Red honeybee's Avatar
    Join Date
    Jun 2000
    Location
    off others' brains
    Posts
    4,345

    Well ...

    And maybe you will need another field or two for tracking the printing process. For e.g. if you want to print receipts for all donations given by a member since the last printed receipt, you could add a field to your donation table that said "Printed" which would be a Yes/No field. And when printing receipts, all the receipts which have been included in the printing can be marked with Yes, while new receipts can be marked with No.

    .
    I am not a complete idiot. Some parts are still missing.
    Check out the rtf-help tutorial
    General VB Faq Thread
    Change is the only constant thing. I have not changed my signature in a long while and now it has started to stink!
    Get more power for your floppy disks. ; View honeybee's Elite Club:
    Use meaningfull thread titles. And add "[Resolved]" in the thread title when you have got a satisfactory response.
    And if that response was mine, please think about giving me a rep. I like to collect them!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width