After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 95015 - "Print Check" feature does not print memo field
"Print Check" feature does not print memo field
Status: VERIFIED FIXED
Product: GnuCash
Classification: Other
Component: Register
1.6.x
Other Linux
: Normal normal
: ---
Assigned To: David Hampton
Chris Shoemaker
Depends on:
Blocks:
 
 
Reported: 2002-10-06 19:36 UTC by ktbuu888uc001
Modified: 2018-06-29 20:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description ktbuu888uc001 2002-10-06 19:36:13 UTC
The memo field is not printed when using the "Print Check" feature.

The "Custom check format" dialog allows the user to change the position of
the nonexistent memo field.

Though the function (gnc:print-check payee amount date memo) in
print-check.scm takes a memo parameter, memo printing code within it is
conspicuously absent.

I tried adding the following code just to see what would happen:

      (let ((memo-pos (assq 'memo format)))
        (gnc:print-session-moveto ps (cadr memo-pos) 
                                  (+ offset (caddr memo-pos)))
        (gnc:print-session-text ps memo))

The result:  Sometimes it would print the memo, sometimes it would print
the wrong memo, and sometimes it wouldn't print anything.
Comment 1 David Hampton 2002-10-11 06:15:04 UTC
Thanks for the code fragment. Fixed in CVS.
Comment 2 John Ralls 2018-06-29 20:18:28 UTC
GnuCash bug tracking has moved to a new Bugzilla host. This bug has been copied to https://bugs.gnucash.org/show_bug.cgi?id=95015. Please update any external references or bookmarks.