gnucash/src
Geert Janssens 71654e984c Multi-currency "Post invoice" improvements
- only pop up the exhange rate notification message when an exchange
  rate is effectively asked. Still only pop it up once per post operation.
- ask for conversion rates again if an invoice is reposted on a different date
- only keep one price per foreign currency in the invoice's price list

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23491 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-05 10:53:32 +00:00
..
app-utils GSettings: only load backend when installed 2013-12-02 16:05:32 +00:00
backend Update progress bar while writing price DB as well as while reading it. 2013-12-01 04:53:05 +00:00
bin Bug 710871 - Python site-packages not found when not installed to default location using --prefix 2013-11-30 16:03:44 +00:00
business Multi-currency "Post invoice" improvements 2013-12-05 10:53:32 +00:00
cmake_modules Cutecash: Use pkg-config lookup of guile instead of custom macro. 2011-05-01 20:56:33 +00:00
core-utils Bug 719726 - Click on File -> Open seg-faults 2013-12-02 23:46:49 +00:00
debug Fix automake INCLUDE deprecation warnings 2012-11-07 03:08:15 +00:00
doc Fix a few doxygen errors and wanrnings. 2013-11-21 20:19:05 +00:00
engine Multi-currency "Post invoice" improvements 2013-12-05 10:53:32 +00:00
experimental (cppcheck) Fix "error: Memory leak: bufp" 2011-08-21 19:42:44 +00:00
gnc Cutecash: Adapt to compiler/linker flags that are needed on Ubuntu 13.10 2013-11-18 08:00:44 +00:00
gnc-module Improve cond-expand/eval-when usage based on feedback from the guile developers 2013-11-29 19:18:08 +00:00
gnome When an account or budget is deleted, drop any associated saved state 2013-11-24 16:28:36 +00:00
gnome-search Replace all uses of GUILE_INCS with GUILE_CFLAGS 2013-11-13 15:51:24 +00:00
gnome-utils Fix bug 719521. The two radio buttons were both there, but one on top of the other. 2013-12-04 00:58:51 +00:00
html Replace all uses of GUILE_INCS with GUILE_CFLAGS 2013-11-13 15:51:24 +00:00
import-export Ensure that all KVP changes are properly marked dirty and committed. 2013-12-01 01:30:03 +00:00
libqof test_gnc_setlocale: Print diagnostic message, replacing comment. 2013-11-28 00:39:13 +00:00
optional Fix python test 2013-12-02 16:05:44 +00:00
pixmaps Fix automake INCLUDE deprecation warnings 2012-11-07 03:08:15 +00:00
plugins Fix a few doxygen errors and wanrnings. 2013-11-21 20:19:05 +00:00
python Refactor preferences 2013-10-07 14:06:23 +00:00
quotes Fix price quotes installation on Windows 2013-11-26 22:23:12 +00:00
register Fix ugly typo in string. 2013-12-03 11:33:17 +00:00
report Ensure that all KVP changes are properly marked dirty and committed. 2013-12-01 01:30:03 +00:00
scm Bug 712299 - Tax Invoice with guile 2 doesn't display currency symbols (second attempt) 2013-11-26 09:51:51 +00:00
tax Use guile/python executable as found during configure for tests and some support scripts 2013-11-13 15:51:44 +00:00
test-core Code reindentation in tests 2013-10-31 22:23:28 +00:00
base-typemaps.i Add tax tables lookup to python bindings. 2013-02-22 18:15:28 +00:00
CMakeLists.txt Get cutecash/C++ to compile again. 2013-02-08 20:47:42 +00:00
config.h.cmake.in Fix cmake build after latest configure changes. 2011-02-02 20:31:10 +00:00
gnc-test-env.in Use guile/python executable as found during configure for tests and some support scripts 2013-11-13 15:51:44 +00:00
guile-mappings.h Guile 2: replace deprecated functions 2012-12-15 17:58:58 +00:00
Makefile.am Change of mind. Use scm instead of vcs. 2012-11-01 10:35:34 +00:00
platform.h Add new CPP macros which make it cleaner to have conditional compilation based on compiler/system and options selected during config 2010-03-23 18:34:17 +00:00
README Fix tests. 2001-12-07 11:11:08 +00:00
README.modules Remove the old, obsolete postgres backend and its tools 2010-02-08 10:14:30 +00:00

This directory contains the source for GnuCash.
See README.modules for the layout of the module subdirectories.
The non-module directories are:

  doc: various notes about design and the design documentation.
  experimental: for experimental systems.
  gnome: misc code for the gtk/gnome front end.
  optional: bits supported via ./configure --enable-* or --with-* args.
  pixmaps: various runtime images.
  quotes: code for downloading stock quotes.
  scm: misc scheme code.