Commit Graph

3951 Commits

Author SHA1 Message Date
Dave Peticolas
63d8202f6b 2001-06-24 Dave Peticolas <dave@krondo.com>
* src/scm/report/account-piecharts.scm: fix sign bug


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4780 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-25 06:21:40 +00:00
Dave Peticolas
ea45b21a95 2001-06-24 Dave Peticolas <dave@krondo.com>
* src/engine/sql/kvp-sql.c: same as below

	* src/engine/sql/txn.c: same as below

	* src/engine/sql/price.c: same as below

	* src/engine/sql/checkpoint.c: use strtoll instead of atoll


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4778 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-24 22:42:12 +00:00
Dave Peticolas
41bfcb956a 2001-06-24 Kevin Finn <kevinfinn@mediaone.net>
* src/gnome/dialog-transfer.[ch]: reformatted my previous changes
	to 80 cols.  Added interface to specify whether description
	quickfill will be based on From or To account splits.  Enhance
	quickfill to also select the appropriate account in the account
	tree for the matched transaction.

	* src/gnome/window-reconcile.c: reformatted my previous changes to
	80 cols.  Change the auto interest xfer dialog so that it
	quickfills based on the reconcile account, rather than always on
	the From account.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4777 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-24 22:28:59 +00:00
Dave Peticolas
5abcce7cb1 Fix warning.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4775 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-24 20:07:02 +00:00
Dave Peticolas
3f2e7a5b78 2001-06-24 Dave Peticolas <dave@krondo.com>
* AUTHORS: credits

	* doc/sgml/C/xacc-about.sgml: credits

	* configure.in: Alex Zepeda's postgres configure patch


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4774 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-24 19:58:56 +00:00
Dave Peticolas
4c4f766745 2001-06-23 Kevin Finn <kevinfinn@mediaone.net>
* src/gnome/window-reconcile.c: fix for display of auto end value
	updates.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4770 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-24 05:16:29 +00:00
Dave Peticolas
23b61c7fd9 2001-06-23 Dave Peticolas <dave@krondo.com>
* doc/sgml/C/xacc-about.sgml: credits

	* AUTHORS: credits

	* configure.in: Bill Nottingham's guile configuration patch


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4768 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-24 02:38:21 +00:00
Bill Gribble
03e84beba8 Fix bugs.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4767 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-22 14:40:36 +00:00
Linas Vepstas
a7fc5550c0 fix date
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4766 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-22 01:27:03 +00:00
Linas Vepstas
eb1c5bd3b4 more updates
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4765 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-22 01:25:11 +00:00
Linas Vepstas
cd7f57c678 status updates
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4764 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-22 00:26:45 +00:00
Linas Vepstas
66b87e2b0c updates to status
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4763 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-21 23:25:45 +00:00
Dave Peticolas
4ffca9fc7b 2001-06-20 Dave Peticolas <dave@krondo.com>
* configure.in: better error messages. remove cruft.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4760 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-20 08:11:10 +00:00
Dave Peticolas
917504fd6d 2001-06-19 Dave Peticolas <dave@krondo.com>
* src/engine/gnc-numeric.c: use C comments.

	* src/engine/SchedXaction.[ch]: use C comments.

	* src/gnome/gnc-frequency.[ch]: use C comments. fix warnings


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4759 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-20 07:02:58 +00:00
Bill Gribble
6ce6e397c5 Update qif import routines to use gnc-numeric earlier in the import
process (so we can fix the precision of numbers correctly from the string)

use-modules on the right modules within reports.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4758 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-20 01:07:50 +00:00
Dave Peticolas
be51bde568 2001-06-19 Dave Peticolas <dave@krondo.com>
* src/gnome/dialog-nextrun.h: add guards

	* src/gnome/dialog-nextrun.c: use C comments.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4757 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-19 21:56:56 +00:00
Bill Gribble
3d7f69ba61 Fix cut-n-paste error
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4756 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-19 17:10:24 +00:00
Bill Gribble
43eba7e286 Fix bug in qif import handling of ticker symbols.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4755 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-19 16:46:43 +00:00
Dave Peticolas
bbbe31f3dc 2001-06-19 Dave Peticolas <dave@krondo.com>
* src/gnome/dialog-scheduledxaction.c: use C comments. fix warning


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4754 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-19 09:46:41 +00:00
Dave Peticolas
fa9e570cb8 2001-06-18 Dave Peticolas <dave@krondo.com>
* src/test/test-stuff.[ch]: fix warning


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4753 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-18 21:22:14 +00:00
Rob Browning
4d1c750225 *** empty log message ***
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4752 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-18 17:59:40 +00:00
Rob Browning
b421451b1f * src/scm/report/Makefile.am (gncscmmoddir): dir for report modules.
(gncscmmod_DATA): add reports that have been modularized.
(gncscm_DATA): remove reports that have been modularized.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4751 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-18 17:59:18 +00:00
Rob Browning
92aa4e5e8d * src/scm/report/report-list.scm: switch to use-modules for
some reports.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4750 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-18 17:59:04 +00:00
Rob Browning
b28068d988 * src/scm/report/transaction.scm: renamed from
transaction-report.scm and converted to guile module.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4749 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-18 17:57:57 +00:00
Rob Browning
917d0180af * src/scm/report/transaction-report.scm: renamed to transaction.scm
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4748 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-18 17:56:55 +00:00
Rob Browning
0712c81b41 * src/scm/report/taxtxf.scm: convert to guile module.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4747 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-18 17:56:43 +00:00
Rob Browning
cdbe6074ad * src/scm/report/register.scm: convert to guile module.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4746 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-18 17:47:03 +00:00
Rob Browning
c05661c7d2 * src/scm/report/price-scatter.scm: convert to guile module.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4745 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-18 17:46:48 +00:00
Rob Browning
785107263d * src/scm/report/portfolio.scm: convert to guile module.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4744 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-18 17:46:32 +00:00
Rob Browning
f375b0c95a * src/scm/report/pnl.scm: convert to guile module.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4743 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-18 17:46:13 +00:00
Rob Browning
1514fcd828 * src/scm/report/net-barchart.scm: convert to guile module.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4742 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-18 17:45:50 +00:00
Rob Browning
2a7ca35fd9 * src/scm/report/iframe-url.scm: convert to guile module.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4741 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-18 17:45:39 +00:00
Rob Browning
0835ad73f1 * src/scm/report/hello-world.scm: convert to guile module.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4740 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-18 17:45:25 +00:00
Rob Browning
2e9232020f * src/scm/report/category-barchart.scm: convert to guile module.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4739 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-18 17:45:10 +00:00
Rob Browning
aafe7cf3b5 * src/scm/report/balance-sheet.scm: convert to guile module.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4738 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-18 17:44:57 +00:00
Rob Browning
073955d8e6 * src/scm/report/average-balance.scm: convert to guile module.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4737 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-18 17:44:45 +00:00
Rob Browning
cd3da33488 * src/scm/report/account-summary.scm: convert to guile module.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4736 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-18 17:44:32 +00:00
Rob Browning
f02a578329 * src/scm/report/account-piecharts.scm: convert to guile module.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4735 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-18 17:44:21 +00:00
Rob Browning
9d2c878baf .cvsignore: add ChangeLog.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4734 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-18 17:43:48 +00:00
Rob Browning
a70ef04176 * src/scm/bootstrap.scm.in (gnc:load): don't silently succeed on
load errors -- fail.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4733 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-18 16:51:36 +00:00
Rob Browning
304b8d8c57 * src/scm/report-html.scm: make (ice-9 slib) dependency explicit.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4732 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-18 16:48:57 +00:00
Rob Browning
74162820f5 * src/scm/depend.scm (gnc:depend): add optional timing facility.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4731 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-18 16:47:48 +00:00
Rob Browning
5ab671c635 * src/gnome/gnc-frequency.c: fixed some type problems.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4730 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-18 16:44:03 +00:00
Rob Browning
42b225b648 * src/gnome/dialog-scheduledxaction.c: fixed some type problems.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4729 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-18 16:43:44 +00:00
Rob Browning
47e91c8a4b * src/gnome/dialog-nextrun.c: fixed some type problems.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4728 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-18 16:43:30 +00:00
Dave Peticolas
3942b271e9 2001-06-18 Dave Peticolas <dave@krondo.com>
* src/engine/gnc-schedxaction-xml-v2.c: fix warnings.
        use C comments.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4727 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-18 10:23:46 +00:00
Dave Peticolas
34500dc4eb 2001-06-18 Dave Peticolas <dave@krondo.com>
* src/MultiLedger.c: same as below

	* src/SplitLedger.c: same as below. fix indentation. please
	use the indentation style already present in the file.

	* src/engine/gnc-freqspec-xml-v2.c: same as below

	* src/engine/FreqSpec.[ch]: fix warnings. use standard C comments

	* doc/sgml/C/xacc-about.sgml: update credits


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4726 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-18 10:13:53 +00:00
Dave Peticolas
d5f96b9ba2 2001-06-17 Joshua Sled <jsled@asynchronous.org>
* src/engine/gnc-account-xml-v2.c (dom_tree_to_account): Added.

	* src/engine/gnc-transaction-xml-v2.c (dom_tree_to_transaction):
	Added.

	* src/FileDialog.c: Added support for copying
	scheduled-transaction-related GNCBook fields.
	src/engine/

	* src/engine/FreqSpec.{h,c}: Added.

	* src/engine/SchedXaction.{h,c}: Added.

	* src/engine/gnc-{freqspec,schedxaction}-xml-v2.c: Added

	* src/engine/gnc-book.c: Added the template group [template
	transaction belong to the template group] and the Scheduled
	Trasnaction list.

	* src/gnome/glade/sched_xact.glade: Added.

	* src/gnome/dialog-nextrun.{h,c}: Added.

	* src/gnome/dialog-scheduledxaction.{h,c}: Added.

	* src/gnome/gnc-frequency.{h,c}: Added.

	* src/SplitLedger.c, src/MultiLedger.c: Added support for a
	Template Ledger.

	* src/guile/gnc.gwp: Added wrapping for
	dialog-{scheduledxactions,nextrun}-creation functions.

	* src/register/splitreg.c: Added formula credit and debit cells,
	and flags for template-register support.

	* src/register/formulacell.h: Added.

	* src/gnome/gnc-dateedit.h: Added explanatory comment from dave_p
	in IRC.

	* src/gnome/query-user.h: Added prototype of
 	gnc_verify_dialog_parented(...), so I could use it the SX UI
	stuff.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4725 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-18 08:25:46 +00:00
Dave Peticolas
3f921fd1b4 2001-06-17 Kevin Finn <kevinfinn@mediaone.net>
* src/gnome/window-reconcile.c: Implemented automatic interest
	transfer as a stripped-down transfer dialog.  This allows the user
	to automatically enter an interest charge or payment for bank or
	credit accounts prior to starting reconciliation, subject to both
	a global and per-account preference.

	* src/gnome/dialog-transfer.c,h: Add interfaces to allow the
	dialog-transfer to be manipulated as necessary to create the auto
	interest transfer dialog.

	* src/scm/prefs.scm: added new Reconcile boolean: Automatic
	Interest Transfer * src/engine/Account.c,h: Add access functions
	for per-account auto interest xfer kvp

	* src/engine/kvp_doc.txt: Document new kvps.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4724 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-18 00:56:33 +00:00
James LewisMoss
f21922a3bd remove conflict indicator.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4723 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-18 00:31:53 +00:00