Difference between revisions of "FinanceFerret"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
m (Protected "FinanceFerret": Excessive spamming ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite)))
(subpages; reorganized)
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Overview==
+
[[category:software/incomplete]]
[[category:software/incomplete]][[FinanceFerret]] is the working name for an (eventually) [[open source]] personal finance manager application currently being developed by [[User:Woozle|Woozle]].
+
==About==
===Goals===
+
[[FinanceFerret]] is the working name for an (eventually) [[open source]] personal finance manager application currently being developed by [[User:Woozle|Woozle]].
* To avoid [[/flaws in other software|shortcomings in existing money manager software]]
 
* To minimize the "setup curve", i.e. the amount of preparatory work needed before any useful amounts of data can be entered
 
* To provide all basic functionality needed for the following:
 
** Tracking and balancing one's bank accounts, credit cards, and other basic types of money accounts
 
** Tracking debts and loans involving one or more other parties of varying levels of disorganization (they might or might not send you regular statements or even reliable itemizations)
 
* To make data entry as painless as possible:
 
** Easy identification of redundantly-entered transactions -- so you can Just Start Typing instead of worrying about where you left off last time
 
** Deferred data massaging -- so you can Just Start Typing, and worry about assigning proper accounts and categories to things later; the program should keep track of incomplete data massaging so you can take care of it when you have time
 
===Naming===
 
Googling for "[[google:financeferret|financeferret]]" did not turn up any apparent trademarks. The [[domain name]] "financeferret.com" was registered in 2006, but as of 2008-08-17 the associated web site still showed it as "coming soon" -- possibly a [[domain squatter]].
 
 
 
From this, I determined that the name is more or less available for this use. "financeferret.net" and "financeferret.org" were available as of 2008-08-17, but it didn't seem worth the trouble and expense to register them (enough just-for-the-name domains sitting around sucking $12/year out of my bank account already).
 
 
 
When I checked again on 2009-06-06, financeferret.com had become available, so I registered it.
 
  
 
===Status===
 
===Status===
The software currently exists as a [[Microsoft Access 97]] program (written in VBA); I have migrated the tables to [[MySQL]], and the basic functions are now working and usable. The rest of the application will be migrated to non-proprietary platforms as time permits, and I will be posting the source code as soon as I have any worth publishing.
+
2019-08-22 I have it partly working under [[Ferreteria]], but I have found myself annoyed by the limitations of the existing data schema and am rewriting that from scratch.
 
+
==Pages==
The next step may be to convert it to web-based application, as HTML could possibly overcome many of the interface design issues I'm encountering.
+
* [[/archive]]
 
+
* [[/goals]]
Early documentation for that version is [[htwiki:HyperMoney|on HypertWiki]].
+
* [[/history]]
===Concepts===
+
* [[/naming]]
* [[/mirror transaction]]
 
 
 
 
==Code==
 
==Code==
 
* [[/tables]]
 
* [[/tables]]
 
* [[/queries]]
 
* [[/queries]]

Revision as of 20:26, 22 August 2019

About

FinanceFerret is the working name for an (eventually) open source personal finance manager application currently being developed by Woozle.

Status

2019-08-22 I have it partly working under Ferreteria, but I have found myself annoyed by the limitations of the existing data schema and am rewriting that from scratch.

Pages

Code