From c180a97157bb47bdb61789da20ba37637592bc63 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Wed, 6 Jan 1999 07:25:20 +0000 Subject: [PATCH] updates git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1574 57a11ea4-9604-0410-9ed3-97b8803252fd --- Docs/projects.html | 31 +++++++++++++++++++++++++++---- 1 file changed, 27 insertions(+), 4 deletions(-) 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.

@@ -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: +

+

+

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...