mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/report/standard-reports/cash-flow.scm: fix some labels and
add more text to make it more clear what's going on. Hopefully fixes #104878. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8888 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
dd6fe703a7
commit
cb4cf56f90
@ -4,6 +4,10 @@
|
||||
and action of Invoice and Payement Transactions/Splits, to make
|
||||
it easier to print a check off the posted transactions.
|
||||
|
||||
* src/report/standard-reports/cash-flow.scm: fix some labels and
|
||||
add more text to make it more clear what's going on. Hopefully
|
||||
fixes #104878.
|
||||
|
||||
2003-07-14 Derek Atkins <derek@ihtfp.com>
|
||||
|
||||
* src/import-export/qif: an incomplete implementation of a new
|
||||
|
@ -375,6 +375,10 @@
|
||||
)
|
||||
|
||||
|
||||
(gnc:html-document-add-object!
|
||||
doc
|
||||
(gnc:make-html-text (_ "Selected Accounts")))
|
||||
|
||||
(gnc:html-document-add-object!
|
||||
doc
|
||||
(gnc:make-html-text
|
||||
@ -387,7 +391,7 @@
|
||||
table
|
||||
"primary-subheading"
|
||||
(list
|
||||
(_ "Money In")
|
||||
(_ "Money into selected accounts comes from")
|
||||
""))
|
||||
|
||||
(set! row-num 0)
|
||||
@ -432,7 +436,7 @@
|
||||
table
|
||||
"primary-subheading"
|
||||
(list
|
||||
(_ "Money Out")
|
||||
(_ "Money out of selected accounts goes to")
|
||||
""))
|
||||
|
||||
(set! row-num 0)
|
||||
|
Loading…
Reference in New Issue
Block a user