mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/test/test-date-converting.c (Repository): Tests to make sure date <-> string converting strings work. * src/test/test-dom-converters1.c (Repository): Add tests for rest of converters. * src/test/Makefile.am (Repository): add new test. Make "make check" work here. * src/engine/sixtp-xml-write-utils.c (Repository): use date format strings from sixtp-utils.h * src/engine/sixtp-utils.h (Repository): add date format strings. #include sixtp.h * src/engine/sixtp-utils.c (Repository): Use define as timespec date format string. * src/engine/sixtp-dom-parsers.c (Repository): Add funcs from Rob. make consistent. Fix a few bugs. Make dom_tree_to_commodity_ref testable by adding new func "associate_commodity_ref_with_engine_commodity" to do final association with engine commodity table. * src/engine/sixtp-dom-generators.c (Repository): Fix to_guid to be generic. Oops. Add rest of funcs to to foo_to_dom_tree to match funcs in sixtp_dom_parsers. * src/engine/gnc-numeric.c (Repository): Comment out unused var. * src/engine/gnc-account-xml-v2.c (Repository): change to use dom_tree_to_commodity_ref. * src/doc/xml/types.dtd: Change cmd: to cmdty: and add ts: to the timespec tags. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3659 57a11ea4-9604-0410-9ed3-97b8803252fd
24 lines
928 B
Plaintext
24 lines
928 B
Plaintext
Source: gnucash
|
|
Section: utils
|
|
Priority: extra
|
|
Maintainer: John Goerzen <jgoerzen@complete.org>
|
|
Standards-Version: 3.1.0.0
|
|
Build-Depends: libguppi-dev, libguile-dev, libgtkhtml-dev, libxml-dev, libart-dev, libgnome-dev, libgwrapguile-dev, libglib1.2-dev
|
|
|
|
Package: gnucash
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, libwww-perl, guile1.4-slib
|
|
Suggests: gnuplot
|
|
Description: A personal finance tracking program.
|
|
Gnucash can track finances in multiple accounts, keeping running
|
|
and reconciled balances. It has an X based graphical user interface,
|
|
double entry, a hierarchy of accounts, expense accounts (categories),
|
|
and can import Quicken QIF files.
|
|
.
|
|
Gnucash is derived from xacc. It adds perl and guile extensibility,
|
|
and can produce HTML output.
|
|
.
|
|
This is BETA software. It works to a degree but there are still many
|
|
bugs and unimplemented features. If you want a stable version, try the
|
|
xacc package instead.
|