David Hampton
c38ccd4dfd
Consolidate duplicate strings.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8250 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Christian Stimming
883f7612bf
Initial Tamil translation.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8246 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Christian Stimming
b863163d96
2003-04-23 Christian Stimming <stimming@tuhh.de>
...
* src/import-export/hbci/druid-hbci-initial.c: Adapt to latest
OpenHBCI changes.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8245 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Linas Vepstas
f964ce86a1
notes about implementation
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8243 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Derek Atkins
f55d2ac430
* src/business/business-reports/aging.scm: fix the percentage
...
calculations so we don't get GtkCritical warnings.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8241 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Derek Atkins
2182267e68
* src/import-export/qif-import/qif-file.scm: Don't try to
...
parse values that begin "..." because it is clearly not
valid (regardless of the locale). Fixes #109868 .
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8238 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Derek Atkins
3e8b3867f8
* src/business/business-gnome/dialog-customer.c:
...
* src/business/business-gnome/dialog-employee.c:
* src/business/business-gnome/dialog-job.c:
* src/business/business-gnome/dialog-vendor.c:
Enable changing the "ID" for different business objects.
Fixes #108563 .
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8236 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Derek Atkins
0f490506b4
* src/report/standard-reports/transaction.scm: Applied Tomas
...
Pospisek's patch to the transaction report (fixes bug #110598 )
* src/gnome-utils/gw-gnome-utils-spec.scm: fix the description
of gnc:mdi-show-progress.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8235 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Derek Atkins
9e1c909019
Herbert Thoma's multi-currency patch ( #3 ):
...
* src/engine/Account.c: move currency conversion to gnc-pricedb.c
* src/engine/gnc-pricedb.c
* src/engine/gnc-pricedb.h: add functions
gnc_pricedb_convert_balance_latest_price and
gnc_pricedb_convert_balance_nearest_price
* src/engine/gw-engine-spec.scm: wrap functions
gnc_price_list_destroy, gnc_pricedb_lookup_latest_any_currency,
gnc_pricedb_lookup_nearest_in_time_any_currency,
gnc_pricedb_convert_balance_latest_price and
gnc_pricedb_convert_balance_nearest_price
* src/report/report-system/commodity-utilities.scm: use
gnc:pricedb-convert-balance-latest-price and
gnc:pricedb-convert-balance-nearest-price to improve
multiple currency reports
* src/report/standard-reports/advanced-portfolio.scm:
improve report for stocks and funds not denominated in report currency
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8234 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Christian Stimming
76d96bb991
2003-04-16 Christian Stimming <stimming@tuhh.de>
...
* src/import-export/hbci/druid-hbci-initial.c,
src/import-export/hbci/hbci-interaction.c: Adapt to latest changes
in OpenHBCI CVS.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8233 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Christian Stimming
96280e4e4a
2003-04-14 Christian Stimming <stimming@tuhh.de>
...
* src/import-export/hbci/hbci-interaction.c: Fix some user
messages where chip cards were confused with key files.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8230 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Linas Vepstas
b72e3ad94b
clarify soem terminology
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8229 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Linas Vepstas
b381425f3e
add a meta-design summary
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8228 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Linas Vepstas
41de729d20
add email conversation about price handling in register
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8226 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Linas Vepstas
c8b7e17f7d
add notes
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8225 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Derek Atkins
a2e2bda6d8
Applied Herbert Thoma's patch:
...
* lots of files...
fixes for GCC 3.3 warnings
comparison between signed and unsigned and
dereferencing type-punned pointer will break strict-aliasing rules
fixes #110320
* src/engine/gnc-pricedb-p.h
* src/engine/gnc-pricedb.c
* src/engine/gnc-pricedb.h:
gnc_pricedb_lookup_at_time_any_currency,
gnc_pricedb_lookup_day_any_currency and
gnc_pricedb_lookup_nearest_in_time_any_currency functions
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8223 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Derek Atkins
73a59d5ed4
* src/engine/Transaction.c: xaccSplitGetCorrAccountCode() should
...
actually return the account Code, not the account Name! Fixes
#110561 .
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8220 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Linas Vepstas
37ee1c09a0
add a pair of utility routines that will be needed by the GUI
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8219 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Linas Vepstas
f815d8a28c
add status
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8218 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Linas Vepstas
a4bb3a4676
add documentation for keys used by lots
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8217 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Linas Vepstas
8b3b6fa9af
store the default gains account in kvp tree
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8216 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Linas Vepstas
bf8e241f6d
minor typo cleanup
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8215 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Linas Vepstas
984c1c9ce0
two bug fixes:
...
-- kvp changes require that account be marked dirty so that its saved
-- Fix memory leak in GetSubAccounts (the returned value is already
a copy, a second copy is not needed).
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8214 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Linas Vepstas
fd17b42edd
add documentation
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8213 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Linas Vepstas
0ec2c9fa6c
fix bug: need to mark account as 'changed' so that it gets saved.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8212 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Derek Atkins
9d3cb97bb5
* src/gnome-search/search-date.c: Evaluate the date during
...
get_predicate() in case the user just "hit return" (and the
auto-evaluate didn't happen). Fixes bug #106444 .
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8210 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Derek Atkins
9c2d34d4ae
* src/gnome-util/transfer-dialog.c: Pop up a dialog if the user
...
tries to transfer from a non-currency account, and don't let
them do it. Yes, this means you cannot transfer between mutual
funds, but the logic for that can be added later. This fixes
bug #109641 .
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8208 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Linas Vepstas
956502338c
add FSF license
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8207 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Linas Vepstas
728c55e947
alphabetize
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8206 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Linas Vepstas
d6ce8ba4ee
add design notes
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8205 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Linas Vepstas
acca75eab3
bugfix: summary-bar: if no prices, and balance is zero, then show zero,
...
instead of 'no information'.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8204 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Linas Vepstas
aca0bed5a5
update doc status
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8203 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Linas Vepstas
25822ffb93
enable lot scrubbing for good!
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8202 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Linas Vepstas
ec53abddcd
ignore more stuff
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8201 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Linas Vepstas
f6797be286
add debug statements
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8200 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Linas Vepstas
5f52a654ee
fixes to income account
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8199 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Linas Vepstas
083c66229d
bug fix for core dump
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8198 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Linas Vepstas
517270fd8c
add very simplistic test for lots
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8197 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Linas Vepstas
8957f7017c
fix typo
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8196 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Linas Vepstas
89b86d0d49
add notes
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8195 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Linas Vepstas
c139fcf5ce
fix some notes
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8194 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Linas Vepstas
ace2107db9
add debugging print statements
...
fix misc bugs
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8193 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Linas Vepstas
fb07fcbb53
fix cosmetic indentation
...
try to fix weird core dump
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8192 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Linas Vepstas
269b437847
cosmetic, fix indentation
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8191 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Linas Vepstas
7ccb25fb70
add README file
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8190 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Linas Vepstas
6022a63c2f
point out wher there's more documentation
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8189 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Linas Vepstas
b2dcaa44ef
update
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8188 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Linas Vepstas
2cb99c0b38
modify signature of xaccTransScrubOrphans routine
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8187 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Linas Vepstas
0865da3b4a
cleanup order in which scrubbing is performed,
...
add additional debug printouts of actions performed.
Will catch fixes of type reported by Dave Reed <drlinux@columbus.rr.com>
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8186 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Derek Atkins
b4edce8281
* src/report/standard-report/transactions.scm: symbols are not
...
strings in guile-1.6. Fixes debian bug #186004 .
* doc/gnucash.1.in: it's --add-price-quotes (not quote)
* src/app-utils/date-utilities.scm: fix "WeekDelta" and add
TwoWeekDelta. Fixes debian #185860 .
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8184 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago