Files
gnucash/Docs/C/xacc-print-check.html
Dave Peticolas 05e59ff031 *** empty log message ***
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2130 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-03-29 11:45:07 +00:00

98 lines
4.0 KiB
HTML

<!DOCTYPE html PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<link rel="stylesheet" title="normal" type="text/css" href=
"gnucash.css">
<title>Printing Checks</title>
</head>
<body>
<h1>Printing Checks</h1>
<p> You may print a GnuCash transaction as a check by selecting
"Print Check" from the Transaction menu in a register display
window.
<p> In the Print Check dialog, select the style of check form that
you wish to use, the position of the check on the page, and the
format for printing the date on the check. Clicking <tt>OK</tt>
will take you to the <a href="xacc-print.html">GnuCash Printing
</a> dialog, which will allow you to preview the check, select a
printer and paper size, and start the print job.
<h2>Check format</h2>
<p> In order to print a check, it is necessary to know where the
pre-printed lines and boxes are on the check form. There are two
widely-used standard check formats: Quicken/QuickBooks (tm)
compatible, and Microsoft Money (tm) compatible.
<p> By default, the check format is <tt>Quicken/QuickBooks</tt>,
which prints to any Quicken-compatible check forms.
<h2>Custom Check Format</h2>
<p> If you wish to print to a type of check form that is not in
the <tt>Check Format</tt> option menu, select <tt>Custom</tt> in
the format menu and enter the positions of the various check
fields in the entry boxes below.
<p> Positions in the Custom Check Format entry area are specified
with x = 0 at the left edge of the check with x increasing to the
right, and y = 0 at the bottom edge of the check with y increasing
as you travel up. Numbers may be entered as integer or floating
point values. The length units specified in the <tt>Units</tt>
option menu are used to interpret all values entered in the custom
check format area.
<p> If you arrive at a working set of Custom Check Format
parameters for a commercially-available printable check form,
please submit them to <tt>gnucash-devel@gnucash.org</tt> so we can
include them as standard in a future release.
<h2>Check position</h2>
<p> Printable check forms are available in several styles. In
general, each printable sheet is divided into three sections, and
each section can be either a check or a stub. The Check Position
option menu allows you to select which section of the page
contains the check you wish to print to. <tt>Top</tt>,
<tt>Middle</tt>, and <tt>Bottom</tt> should be defined correctly
for check forms using the paper size that you select in the
printing dialog.
<h2>Custom check position</h2>
<p> If the preset check positions do not work correctly for your
check forms, you may choose <tt>Custom</tt> from the Check
Position option menu and enter a position for the check in the
<tt>Check Position</tt> entry. Enter the distance along the left
edge of the paper from the lower left-hand corner of the page to
the lower left-hand corner of the check. The units of this
measurement are those selected in the "Units" option menu.
<h2>Date format</h2>
<p> Select your preferred date format from the picker. The picker
shows a sample date of "December 31, 2000" for all formats, but
your date will be substituted when printing.
<p> The "MM/DD/YY" and "DD/MM/YY" formats are available, but they
are strongly discouraged since they cannot always be
distinguished from each other. Please use a format with a full
or abbreviated month name instead of a number.
<h2>Custom date format</h2>
<p> If you wish to use another date format besides those available
in the picker, select <tt>Custom</tt> and enter a
date-formatting string in the <tt>Date Format</tt> entry in the
custom settings area. If custom date format is selected, this
string is passed to <tt>strftime(3)</tt> as a format specifier.
</body>
</html>