BP Forums
Donor Payment Card Management System - Printable Version

+- BP Forums (https://bpforums.info)
+-- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=55)
+--- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=56)
+---- Forum: VB.NET (Visual Basic 2010/2008) (https://bpforums.info/forumdisplay.php?fid=8)
+----- Forum: Share your programs! (https://bpforums.info/forumdisplay.php?fid=10)
+----- Thread: Donor Payment Card Management System (/showthread.php?tid=715)



Donor Payment Card Management System - kismetgerald - 12-25-2012

Hey guys,

So as you all may know (or not) I'm very new to programming and to the VB language. Most of my online studies have come from Brandon's tutorials on Youtube.

With the knowledge gleamed from those tutorials, I've been able to put together an application that stores credit card information for our donors at Church. The application is working very well, but I'd like to add a new functionality that allows me to notify the donor via email that their card is about to expire.

I've studied the MailMessage and SmtpClient classes and been able to create and send a message successfully. But now I don't know how I'm going to do that from my application - i.e, to query the database for the cards that are expiring and then create an HTML formatted message that includes the relevant card information for each of the donors affected.

I was wondering if any of you would be willing to take a look at the entire solution and see what they can do to assist. Please let me know and I can make the source and sample DB available for use. Thanks.

//Kismet


Re: Donor Payment Card Management System - manishshrestha60 - 12-28-2012

i think you posted on the wrong place


Re: Donor Payment Card Management System - kismetgerald - 12-28-2012

You mean the wrong thread or the wrong forum?


Re: Donor Payment Card Management System - brandonio21 - 12-28-2012

kismetgerald Wrote:You mean the wrong thread or the wrong forum?
Well you posted in "Share your programs!" - but I guess this also falls under the category of "Share your programs' source code", so you're good!

I can check it out, if you'd like!


Re: Donor Payment Card Management System - kismetgerald - 12-28-2012

Okay Brandon,

I just got home from a concert that I played at. I'm quite tired so I'll rest up and will provide a dropbox link later in the morning - along with the necessary MySQL DB Info.


Re: Donor Payment Card Management System - brandonio21 - 12-29-2012

Fantastic!

Hope that the concert went well! <!-- sWink --><img src="{SMILIES_PATH}/icon_e_wink.gif" alt="Wink" title="Wink" /><!-- sWink -->


Re: Donor Payment Card Management System - kismetgerald - 12-29-2012

My apologies for the delay - was in Church today. By the way the concert was great yesterday, my fingers are just a bit sore though.

So, below is the link to a zip file containing the entire VS solution. I've taken the liberty to create a user on my MySQL Server. The details are as follows:

Username: bpforums
Password: sculete

File location: https://dl.dropbox.com/u/55174425/Customer_Payment_Data_Vault.zip

I did my best to comment most of my code, but if you have any question just let me know.

//Kismet


Re: Donor Payment Card Management System - kismetgerald - 12-30-2012

I forgot to add that you can use the username/password (parts/parts) to log into the application. Then again I'm sure you'll probably figure your way around.

Feel free do whatever you need to do with the MySQL server - it's a development one so I can always wipe it clean and start over.