You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnucash/doc/html/C/xacc-print-check.html

103 lines
4.1 KiB

<!DOCTYPE html PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<meta name="generator" content="HTML Tidy, see www.w3.org">
<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>
<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.</p>
<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>
<p>By default, the check format is <tt>Quicken/QuickBooks</tt>,
which prints to any Quicken-compatible check forms.</p>
<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>
<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>
<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.</p>
<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.</p>
<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.</p>
<h2>Date format</h2>
<p>Select your preferred date format from the picker. The
picker shows examples using the date of <tt>December 31,
2000</tt> for all formats, but your date will be substituted
when printing.</p>
<p>The <tt>MM/DD/YY</tt> and <tt>DD/MM/YY</tt> 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.</p>
<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.</p>
</body>
</html>