Commit Graph

25 Commits

Author SHA1 Message Date
Geert Janssens
207c54a680 Future default file extension is .gnucash, so
- rename example files to this extension
- replace references to the old extension where appropriate

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19319 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-30 20:17:37 +00:00
Christian Stimming
c172bc7ee4 Set the desired line-ending style to the correct value on the server side.
Without the svn:eol-style property, SVN checkouts on windows tend to appear
with varying line endings. The only possible way around this in svn is to
set the expected line endings as svn properties.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18959 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-03-24 19:18:08 +00:00
Andreas Köhler
fe11af9045 Merge branches/aqbanking3 (r17287) into trunk.
Port the HBCI import-export module to AqBanking3.  Depending on the aqbanking
version found, either the classic hbci/ module or the new, very similar, module
aqbanking3/ for AqBanking >= 3 is built and installed.  The influence on the
rest of the code is minimal.

BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17288 57a11ea4-9604-0410-9ed3-97b8803252fd
2008-07-08 20:35:50 +00:00
Christian Stimming
5340a658ec Add MT940 example file for testing mt940 import
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13959 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-05-08 19:57:10 +00:00
Neil Williams
094c879998 get make dist working again
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11818 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-03 17:32:53 +00:00
Joshua Sled
5eded02d6c Removing .cvsignore files; mis-migrated po/ChangeLog
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11785 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-02 16:38:29 +00:00
Linas Vepstas
28df0d583c simple perl script to autogen large gnucash data files
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4975 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-23 20:26:47 +00:00
Linas Vepstas
eed21ba515 add sample qfx file from wamu
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4782 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-25 19:20:20 +00:00
Linas Vepstas
25df992b11 add sample 'intuit interchange format' files
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4692 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-15 01:21:00 +00:00
Robert Graham Merkel
65ed7b65b0 More doc improvements, including Chris Lyttle's register documentation.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4500 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-07 02:59:06 +00:00
Dave Peticolas
dbbb5ab077 Richard -Gilligan- Uschold's update to the tax report & tax docs.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4082 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-30 01:58:26 +00:00
Linas Vepstas
133d9aa2fc add note about qfx
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4056 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-26 17:17:27 +00:00
Linas Vepstas
d414787df2 add sample ofx/qfx XML files for future reference
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4055 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-26 17:08:36 +00:00
Dave Peticolas
11b3630d99 Bill Gribble's reporting patch.
* src/gnome/gnc-html-history.{h,c}: add destroy callback. part of
	report memory management cleanup

	* src/gnome/window-report.c: set report dirty flag when options
	apply or reload is clicked.  Store report object in window
	struct while it's visible.

	* src/scm/qif-import/qif-file.scm: expand detection of opening
	balance transactions.

	* src/scm/qif-import/qif-parse.scm: fix regexp bug in miscincx and
	miscexpx category parsing (thanks carol!)

	* src/scm/qif-import/qif-to-gnc.scm: use correct amount for
	non-stock investment transactions (dividends etc).  Use fuzzy
	equality predicate for inexact numbers.

	* src/scm/report.scm: Add dirty flag and 'children' (other reports
	created by this report... nobody uses it yet) to report struct.
	Add function to clean up report when it's erased from the window
	history.  Add some debugging timing bits to the report-run
	function.  Display cached HTML if not dirty.

	* src/scm/report.scm: WARNING! Change prototype of report
	rendering functions... they take a <report> object as argument
	instead of an options object.  This is necessary for memory
	management stuff when reports create other reports.

	* src/scm/report/account-summary.scm: fix to use new renderer
	signature

	* src/scm/report/average-balance.scm: fix to use new renderer
	signature

	* src/scm/report/hello-world.scm: fix to use new renderer
	signature


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3571 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-02-02 02:14:48 +00:00
Dave Peticolas
ffcd174349 Richard -Gilligan- Uschold's updated tax & txf export code & docs.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3247 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-12-05 21:18:05 +00:00
Dave Peticolas
6a898c8fc0 Herbert Thoma's extension to the transfer dialog for currency accounts.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3089 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-10-29 22:09:45 +00:00
Dave Peticolas
a459ad6589 Richard -Gilligan- Uschold's tax report patch.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3051 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-10-13 21:57:15 +00:00
Dave Peticolas
2b3a4ff53f Remove Makefile.in's from CVS repository.
Add and use gnome autoconf macros.
Fix lots of new compiler warnings.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2842 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-09-13 22:33:15 +00:00
Dave Peticolas
f6a5568b70 Use the new sgml help files instead of the old html ones.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2815 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-09-09 10:25:53 +00:00
Dave Peticolas
79ee7381ad Bill Gribble's patch to add gtkhtml support, key-value pairs,
and g-wrapping of the query api.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2545 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-07-08 12:35:12 +00:00
Dave Peticolas
dd13bbf553 Rob Browning's make dist patch.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2410 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-06-05 05:51:39 +00:00
Dave Peticolas
2a5af1afd4 Added .cvsignore files and one missing file.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2396 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-06-02 09:09:30 +00:00
Dave Peticolas
ed0bc95f5d Rob Browning's patch to add automake.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2395 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-06-02 09:00:31 +00:00
Linas Vepstas
974e0ee7bb name is gnucash not xacc.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2209 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-04-25 08:47:47 +00:00
Dave Peticolas
8d12d84302 *** empty log message ***
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2136 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-03-30 08:50:53 +00:00