blog.cashcurveapp.com
Reconcile your balance at any time - CashCurve Blog
http://blog.cashcurveapp.com/post/880692466/reconcile-your-balance-at-any-time
Reconcile your balance at any time. I’ve overhauled the balance reconciliation interface. I hope you find the changes to be a dramatic improvement. It is now easy to get to, and only appears when you click the unobtrusive link (as shown above). July 30, 2010, 2:42pm. Larr; Previous Post. 2010 Brighten Labs, Inc. Bull; Privacy Policy. This tumblelog is powered by Tumblr. Its basic layout was derived from a theme by Bill Israel.
blog.cashcurveapp.com
Currency and transaction editing - CashCurve Blog
http://blog.cashcurveapp.com/post/786412846/currency-and-transaction-editing
Currency and transaction editing. I’ve dropped the $ from currency amounts. It would be possible to allow users to select their currency, as well as thousands separator, etc., but at this point I don’t want to load the app down with a bunch of configurable options. Also, when you click “edit” next to a transaction, the form gets the “highlight” effect to make it obvious that something actually happened. July 08, 2010, 4:19pm. Larr; Previous Post. Next Post →. 2010 Brighten Labs, Inc. Bull; Privacy Policy.
blog.cashcurveapp.com
Graph not working in IE7; Opera crashes - CashCurve Blog
http://blog.cashcurveapp.com/post/786435046/graph-not-working-in-ie7-opera-crashes
Graph not working in IE7; Opera crashes. Today I discovered that the graph does not appear at all in Internet Explorer 7. However, it works in IE6 and IE8. Also, Opera crashes sometimes when loading the graph. I will be working on these bugs shortly. In the mean time, please use Firefox, Chrome, or Safari. Note: I believe I have fixed the bug affecting IE7. The Opera issue was resolved by upgrading the browser.]. July 08, 2010, 4:25pm. Larr; Previous Post. Next Post →. 2010 Brighten Labs, Inc.
blog.cashcurveapp.com
A classic Internet Explorer Javascript error -... - CashCurve Blog
http://blog.cashcurveapp.com/post/790405768/a-classic-internet-explorer-javascript-error
A classic Internet Explorer Javascript error - something “Failed” on line 8. That’s as specific as it gets. Now I have to figure out which file the error is in…. July 09, 2010, 2:45pm. Larr; Previous Post. Next Post →. 2010 Brighten Labs, Inc. Bull; Privacy Policy. This tumblelog is powered by Tumblr. Its basic layout was derived from a theme by Bill Israel.
blog.cashcurveapp.com
Server memory upgrade - CashCurve Blog
http://blog.cashcurveapp.com/post/849834142/server-memory-upgrade
I just upgraded the memory on our server, so hopefully you’ll see a marked improvement in performance. July 23, 2010, 11:07am. Larr; Previous Post. Next Post →. 2010 Brighten Labs, Inc. Bull; Privacy Policy. This tumblelog is powered by Tumblr. Its basic layout was derived from a theme by Bill Israel.
blog.cashcurveapp.com
You do the math - CashCurve Blog
http://blog.cashcurveapp.com/post/817777064/you-do-the-math
You do the math. I’ve now removed the Income/Expense dropdown from the transaction edit form. To add an expense, just enter a negative amount (as in “-92.26”). Here are some reasons for the change:. Technically, positive and negative cash flow is not the same as income and expense. Typing a “-” is faster than opening the dropdown and selecting the correct option. A negative number is easy to understand. It decreases your balance. It’s what you see on your bank statement. Did you like it? Do you miss it?
blog.cashcurveapp.com
gRaphaël bug conquered - CashCurve Blog
http://blog.cashcurveapp.com/post/817846102/graphaël-bug-conquered
GRaphaël bug conquered. Override the text rendering function to force a literal zero to be treated as a string zero. Here’s the code:. Var r = Raphael('graph', '100%', H); r.orig text = r.text; r.text = function (x, y, text) { return this.orig text(x, y, ' text); };. July 15, 2010, 11:47pm. Larr; Previous Post. Next Post →. 2010 Brighten Labs, Inc. Bull; Privacy Policy. This tumblelog is powered by Tumblr. Its basic layout was derived from a theme by Bill Israel.
blog.cashcurveapp.com
Post One - CashCurve Blog
http://blog.cashcurveapp.com/post/781261725/post-one
Many thanks to the commenters on Thomas’s post on Hacker News. Some of you took considerable time to test the app in detail and provide feedback. This Tumblelog will outline our progress as we continue to build CashCurve. July 07, 2010, 10:47am. Next Post →. 2010 Brighten Labs, Inc. Bull; Privacy Policy. This tumblelog is powered by Tumblr. Its basic layout was derived from a theme by Bill Israel.
blog.cashcurveapp.com
New date picker - CashCurve Blog
http://blog.cashcurveapp.com/post/790380927/new-date-picker
I just switched the date picker to the one developed by Keith Wood. The old one was not updating properly when loading transactions. The new one supported the date format I’m using, and as a bonus, looks a lot better. It’s also easier to navigate, in my opinion. Please try it out and comment. July 09, 2010, 2:38pm. Larr; Previous Post. Next Post →. 2010 Brighten Labs, Inc. Bull; Privacy Policy. This tumblelog is powered by Tumblr. Its basic layout was derived from a theme by Bill Israel.