Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Show Off Your Open Source Projects (http://www.programmingforums.org/forum52.html)
-   -   Expence Organizer (http://www.programmingforums.org/showthread.php?t=11315)

hbe02 Sep 14th, 2006 12:57 PM

Expence Organizer
 
This is the first (up and working) program i have written since ive learnt c++.NET. also my first program that uses a GUI. so please dont expect too much. the program is an expence organizer. here is how it works:
there are 2 types of operations that could be performed
you can skip this:
:

1. you can submit entries or records of your expenditures to the MS.Access
 database through an OLE|DB connection. basicly enter description, amount
 you spent, category the expence falls under and date.
categories can be changed(dont change withdraw though), as they are read
from Categories.txt

2.you can generate the totals of the categories for which you spent between
 any 2 dates.
heres somehthing tricky: i have 2 tables in the databse, one for which records
 are inserted(discussed above) and the second stores the cash at hand you
have on every monday.. the program works this way becausse instead of
entering exactly what you spend every single day(as in food..etc.) you just
enter unfrequent things like Entertainment, Groceries, books... and the
program uses the formula.
Misc Expences = Cash started + withdraws - cash ended - expences(Entertainment,Groceries...)


I know the program is not really distributable, not created on a client level, just for me to use. so critiques? how was the design?organization?
i think functionality is a little confusing, but again this is not distributable, only for me to use.. so comments guys.. please keep in mind this is my first official GUI prgram and .NET program

hbe02 Sep 14th, 2006 1:02 PM

1 Attachment(s)
Sorry i thought first upload worked, size was too big, i just removed the source files

big_k105 Sep 14th, 2006 1:23 PM

Do you possibly have any Source code that you are willing to give us? I know some people don't like running programs that they get from a forum without seeing the code first. Just thought I would give you that heads up. :)

hbe02 Sep 14th, 2006 3:45 PM

1 Attachment(s)
heres the source code for 3 forms. (attached)

andro Sep 14th, 2006 4:10 PM

s/expence/expense

AntiNinja Sep 14th, 2006 5:23 PM

Pretty cool, would've been better if it was just GUI without CMD!

hbe02 Sep 14th, 2006 5:51 PM

thanks AntiNinja... i didnt know that i could remove the cmd until too late. i even didnt know that i could use the form designer to simply drag and drop controls into the form. the main form i design by coding, i coded the locations and everything from scratch. i used the designer for the other 2 forms, which made a hell of a difference


All times are GMT -5. The time now is 1:14 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC