diff --git a/Docs/projects.html b/Docs/projects.html
index 50149f77a8..864addc884 100644
--- a/Docs/projects.html
+++ b/Docs/projects.html
@@ -166,6 +166,11 @@ architectural goals.
can be used to convert to RTF, Postscript, etc. XML is the wave
of the future.
+ The Report Generator should be a "dockable" subsystem of the
+ whole. Thus, it should be possible to run the report generator
+ in a stand-alone, read-only fashion without having to start up the main
+ application.
+
Graphs, charts, etc. too ...
One hard part of reporting is designing a configurable interface,
@@ -175,6 +180,8 @@ architectural goals.
- Simple HTML output is implemented. GnuCash will even act as a one-shot
web server.
+
- Reports for profit & loss, balance sheet, & portfolio valuation
+ implemented as html-embedded perl scripts.
@@ -370,6 +377,18 @@ architectural goals.
SQL does NOT require locks to be held for long periods of time!
+
Network Banking
+Add ability to do on-line banking, billpay, etc.
+
+ Status:
+
+ - Can obtain stock quotes from Yahoo (NYSE), Fidelity Investments,
+ T.Rowe Price, and do automated update of GnuCash data files
+ (with the gnc-price perl script). Need to add more data sources.
+ See src/quotes/Quote.pm and src/quotes/gnc-price for details.
+
+
+
Incremental Development Goals
@@ -386,13 +405,17 @@ immediately, independent of the major goals.
This primarily due to historical reasons, i.e. the Motif interface was
inherited from X-Accountant. Maintained by Linas Vepstas.
The gnome/gtk version is second in line. It frequently doesn't
- compile, sometimes it runs. I beleive that the current excuse :-) is
- that the gtk widget set is not quite as capable as the Motif widget
- set. Most of the work has been done by
+ compile, although sometimes it runs. The #1 showstopper for this
+ port is the lack of a suitable table widget that can be used
+ as a Ledger. The ledger currently uses the gtk_clist widget,
+ but this isn't really powerful enough. Volunteers?
+
+ Most of the work has been done by
Jeremy Collins, with considerable help from Rob Browning.
Daniel R Risacher <magnus@alum.mit.edu> keeps threatening to
do something ...
-
First draft of Qt code submitted by ...
+ First draft of Qt code submitted by
+ Dirk Schoenberger <schoenberger@signsoft.com>.
Jim Pick <jimpick@jimpick.com> may be working on an emacs version...