Thursday, February 25. 2010Major changes planned
So my wife is desiring some new concepts that are requiring this program to expand and change a bit. And since we have both moved to windows 7 I see no reason to not upgrade the code to something more.....Net 3.5ish.
So I plan on adding LINQ support. I'm considering WPF, but that will be tackled later. The design will be changed in the following way. 1) Budget Pools will no be combined for monthly and yearly and etc so they are all 1 pool 2) Somehow we need to have the income "pay" the budget to track our income. 3) We need a way to denote savings. Currently we "hide" money in another file. That should be incorporated into #Cash. 4) Since we can save money, that money should both be saved and spent without affecting the budget. I'm not sure yet how I will design this but it is coming. Sunday, January 31. 2010Its been a while
My wife is now exclusively using the software and she says it all works well. I left the newest version on the svn site, but I do plan on updating the sourceforge page to include all the latest fixes and tweaks.
Thursday, June 11. 2009Sorry about the downtime
Somehow SQLite got disabled on my server. It has been taken care of now. sorry about the downtime.
Sunday, June 7. 2009V1.0.0.20 Is out
Ok, so the new version is out. It adds full support for income categories, and partial support for Paid By fields.
It also takes care of the feature where items in a datagrid are summed if selected. That should be it for those features. Next I would like to be able to do windowing but that may take a bit more time. Have a feature request? Goto https://sourceforge.net/tracker/?group_id=263307&atid=1127616 and login and create a feature request. I will look into it and see how I can add it into the program. Please explain your feature well. (The only one who doesnt have to do this is TheWife. :) ) Friday, June 5. 2009#Cash Update
So it seems people are actually downloading the program from SourceForge....who knew?!?
Anyways, The ability to have income categories is being added as well as a few bug fixes. Eventually, I'll finish phase 1.....eventually...day by day. Just an FYI. The SVN is not something that should be used for regular use. If you would like to help me test it that would be great, but for now, its storing my day to day updates. I hope by the end of the week I can provide the next #Cash update. Sunday, May 24. 2009SourceForge project
I'm putting this under version releases even though it really isnt. I've created a source forge project which means now the code will now be hosted there in SVN form. The executables will be in ZIP and SVN form. The project location is http://sourceforge.net/projects/sharpcash/
Hope this helps tracking bugs/features and seeing my updates as I do them. Sunday, May 24. 2009SourceForge project
I'm putting this under version releases even though it really isnt. I've created a source forge project which means now the code will now be hosted there in SVN form. The executables will be in ZIP and SVN form. The project location is http://sourceforge.net/projects/sharpcash/
Hope this helps tracking bugs/features and seeing my updates as I do them. Friday, May 15. 2009
Another Feature Request from the wife Posted by Jason
in Features/Bugs at
13:06
Comments (2) Trackbacks (0) Another Feature Request from the wife
14) I was thinking a tool bar would be nice at the top, so I don't have to go File->Save, but can just click a save button.
Friday, May 15. 2009Next Version - Synopsis
So the last version of persistence had a slight bug. If there was no tabs open and you tried to save, it would crash. Found out that it was a problem saving the persistence. Its now been fixed.
This version adds the ability to see a quick synopsis of the budget pools chosen. I think it will make more since if you give it a try. I know, I know, I ignored my last goal of windows, but my wife said that this would be a bit more...useful. :) Code Files Zipped Executable Currently the only time periods supported are Monthly and Yearly. I will support more when needed. Also bugs that I dont see anymore are: 1 Fixed Bugs: 6 (Edit only...Delete not allowed yet) Monday, May 11. 2009FAQ List
Where do I go to see what I’ve attached to a budget pool?
Tools->change/add categories Does each category need to be a budget pool also? Only if you wish to see a graph or a synopsis of that category. When adding new data, there’s an empty grey box at the bottom. What’s it for? Code reasons :) Monday, May 11. 2009Bugs to be fixed
So my wife is currently using the program and this is questions she came up with. As I make additions I hope to fix/answer a question listed below:
1) Page 3 in tutorial: “tool tips” don’t stay on screen as long as your mouse is over them—they should. I couldn’t read the whole example and it never came back. 2) Does each category need to be a budget pool also? 3) I need a previous button in the tutorial in case I want to go back. 4) When adding new data, there’s an empty grey box at the bottom. What’s it for? 5) Also on the new data page, when the drop-down menu for the Item Category is “dropped-down” the mouse disappears. (very freaky) 6) How do I change the name of a category? I didn’t type it all before I hit enter. Also, I need to be able to remove/delete a category. 7) On the edit data dialogue page the categories on the right should be in alphabetical order. So should the drop down menu. (it’s only that way because I entered it like that). 8) The close button doesn’t work. The X does though. 9) In Edit Budget Pools Dialogue, the white box doesn’t let you mouse scroll unless you click first. 10) In the Edit Categories Dialogue it says “categories attached” at the top right, I think it should say “Attach categories to budget pools”. Also, after dragging over the category, it scrolls to the bottom AND reopens all pools I’ve closed, even if you were adding to the top, very annoying. 11) Make sure the right side stays where I left it. 12) Add “quarterly” to the frequency options, i.e. “every quarter” should be an option along with “every year”, etc. 13) Have the program prompt me to save when I try to close anything Thursday, May 7. 2009Partial Persistence added
Persistence - I define this as the ability of the program to restore itself upon the re-opening of a file. This means that any time you save the file, a persistent state is saved of the current location, size and tabs opened. A simple version of persistence but for now, it satisfies my wifes requirements. Comments are welcomed.
Next goal will be windows. The ability to detach tabs into new windows for side-by-side comparison. SharpCashV1_0_0_16_c.zip Wednesday, May 6. 2009First Version
I'm finally ready to add my first version of the file to be available to the public. Its very different than the old sharp cash. Most notably will be the idea of a budget pool. The program isnt fully functional but it will give you an idea of where I am going with it. I plan on adding more features regularly, so stay posted for more to come. Unlike the previous version, every upgrade will incorporate the ability for the program to silently update the database and file format.
I have also included the "project and scope" document and the "specifications" document to give you a better idea of what is to come in version 1. When version 1 is complete then version 2 will start. Version 2 is probably what most will use since it will include OFX. VisionAndScope.pdf Specification.pdf SharpCashV1_0_0_15.zip Code is provided in the ZIP. If you just want to use the program, copy the contents of the Release folder (SharpCashV1.0/SharpCashV1.0/SharpCashV1.0/Bin/Release) to whatever directory you want to use the program. To get started just do File->New. If you have any questions just add a comment to this post. I will receive it and will respond back. Friday, November 21. 2008#Cash is back
To be honest #cash frustrated me and annoyed me. I could never get it perfect. Its been....9 months since I stopped working on it....and now its bugging me to come back alive. The problem last time is that I let myself get too involved with feature creep. I first said...lets do it simple...but then what about this and what about that.
Screw it. I'm going back to the basics, but since I've already gone threw this before, I know a little bit more now about how to tackle the project. First things first. The backend. I want it to be secure. I want it to be portable. I want it to be simple. I choose SQLite. In fact I'm still going to use the SQLite .Net framework from http://sqlite.phxsoftware.com/ Second thing....how to serialize the data....that I must think about. I want it to be flexible enough to handle anything and yet secure enough so random rouge code doesnt touch databases its not supposed to....I'm really going to have to think about that. Third thing....OFX...a requirement for any accounting software Fourth thing...A plugin system to allow me to add extra stuff later... Last thing....extraction....how to extract out the current data. CSV, EXCEL, etc....for now I'll stick with CSV. Thats it. Everything else to pretty it up will come later. Accounting logic later. Graphs later. I first need to do the above well and when thats all done, we can move on to an interface.
« previous page
(Page 1 of 1, totaling 14 entries)
next page »
|
Calendar
QuicksearchArchivesCategoriesSyndicate This Blog |
|||||||||||||||||||||||||||||||||||||||||||||||||
