Writing a Sharp Zaurus PDA GnuCash Companion

Colin Pinkney Colin.Pinkney@marconi.com
Thu, 22 Aug 2002 08:38:01 +0100


Ok. I'll have a look at the CVS stuff. Thanks.

Basically the best way I can describe the functionality of the app is that
it will be a data entry subset of GnuCash. I hope to support every acount
type and allow the user to create, edit and delete accounts within an
account tree screen. The user will also be able to add, edit and delete
transactions between all accounts using a register screen. And from those
aspects the functionaility will be fairly complete but I thought it best to
leave it about there anyway. Since it's only supposed to be a companion app
and not replacing GnuCash I thought the reconcilliation, report generating,
graphing etc should probably stay on the desktop. Though I may get around
to some more fancy things like getting online quotes for stock accounts.

My own personal motivation for writing this app (apart from the Zaurus
Developer Challenge ;-) ) is that my PC is not on all the time, takes a
while to boot up and so I easily find myself falling behind in keeping
things up to date. My Zaurus however is always at hand, can be turned on
instantly and if I do a good job data can be entered fairly quickly too, so
I could use it to enter purchases, bills etc as they come in.

Thanks for your time.

Colin

P.S. Sorry about the top post, but I'm stuck with Lotus Notes :-(




Josh Sled <jsled@asynchronous.org>@lists.gnucash.org on 21/08/2002 16:19:45

Sent by:  gnucash-devel-admin@lists.gnucash.org


To:   Colin Pinkney <Colin.Pinkney@marconi.com>
cc:   Derek Atkins <warlord@MIT.EDU>, gnucash-devel@lists.gnucash.org

Subject:  Re: Writing a Sharp Zaurus PDA GnuCash Companion


On Wed, Aug 21, 2002 at 10:53:53AM -0400, Derek Atkins wrote:

| The documentation is relatively ad-hoc.  I don't know if
| there is a schema/DTD.  We certainly don't use one during
| the read/write operations (we build the XML by hand).

There is some DTDage in src/doc/xml/, but it's bitrotted comparred to
the code [in src/backend/file/].

| "Colin Pinkney" <Colin.Pinkney@marconi.com> writes:

| > The idea is to use the same file format so that it will then be
relatively
| > easy for me to write a sync conduit to synchronise the PDA and desktop
data
| > files. I use GnuCash on my Linux PC all the time so I've had a look at
the
| > data files and it looks relatively straight forward, but it would still
| > help if there were some documentation on the file format. Is there any?
Is
| > it using a standard XML schema/DTD?

No standard schema, yes on the DTD, though as Derek says the DTD files
are not used for parsing or generation.

The main thing that would need to be synchronized is the GUIDs,
specifically
for accounts.  And, ensuring that the Sharp side is going to respect the
engine constraints.

If you're not using CVS you should be; the modules infrastructure/approach
in CVS will let you use the engine module [and even the backend module]
independently of the UI, reports, SQL backend, &c.  This might save you
some time in the long run, while levaraging work on the existing code base.

But I'm not quite sure what you mean by a Zarus companion app... does it
provide targeted functionality [expense tracking], or are you attempting
to get as much GnuCash functionality as possible, but on the Zarus?

...jsled

--
http://www.asynchronous.org - `a=jsled; b=asynchronous.org; echo ${a}@${b}`
jabber:jsled@jabber.asynchronous.org, ICQ:4983267, {AIM,YIM}:joshsled
_______________________________________________
gnucash-devel mailing list
gnucash-devel@lists.gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel