r19713 - gnucash-docs/branches/2.2/guide/C - Backport r19646: Completed the gnucash -> &app; switch.

Yawar Amin yawaramin at code.gnucash.org
Thu Oct 28 22:06:05 EDT 2010


Author: yawaramin
Date: 2010-10-28 22:06:05 -0400 (Thu, 28 Oct 2010)
New Revision: 19713
Trac: http://svn.gnucash.org/trac/changeset/19713

Modified:
   gnucash-docs/branches/2.2/guide/C/appendixd.xml
Log:
Backport r19646: Completed the gnucash -> &app; switch.

Conflicts:

	guide/C/appendixd.xml

Modified: gnucash-docs/branches/2.2/guide/C/appendixd.xml
===================================================================
--- gnucash-docs/branches/2.2/guide/C/appendixd.xml	2010-10-29 02:05:58 UTC (rev 19712)
+++ gnucash-docs/branches/2.2/guide/C/appendixd.xml	2010-10-29 02:06:05 UTC (rev 19713)
@@ -17,7 +17,7 @@
 
       <sect2 id='check_format_overview'>
         <title>Overview</title>
-        <para>The check format file is used to tell gnucash how to print a check or checks onto a page of paper.  This file first describes the overall layout of a page (number of checks, orientation, etc) and then describes the layout of the specific items on a single check.  The file is organized as a typical Key/Value file used by many Linux applications.  Keys/values pairs are grouped into sections that begin with the group name enclosed in square brackets.</para>
+        <para>The check format file is used to tell &app; how to print a check or checks onto a page of paper.  This file first describes the overall layout of a page (number of checks, orientation, etc) and then describes the layout of the specific items on a single check.  The file is organized as a typical Key/Value file used by many Linux applications.  Keys/values pairs are grouped into sections that begin with the group name enclosed in square brackets.</para>
         <para>&app; looks for check format files in two different locations when you bring up the check printing dialog.  The first location is typically /usr/share/gnucash/checks, where check files distributed with the application can be found.  The second location is the user private ~/.gnucash/checks directory.  Users may add check formats at any time (even while &app; is running) simply by dropping a new *.chk file in this directory.  The next time the check printing dialog is opened the new check format will appear in the list of available check formats.</para>
         <note>
           <para>Printing functions differently depending on the version of GTK that is installed on your system.  When &app; is using a version of GTK prior to 2.10 all offsets are measured from the lower left corner of the page or check.  When using GTK 2.10 or later, all offsets are measured from the upper left corner of the page or check.</para>
@@ -223,62 +223,152 @@
                 <row>
                   <entry>PAYEE</entry>
                   <entry>Coords</entry>
-                  <entry>Font, Align</entry>
-                  <entry>This type value tells gnucash to print the check payee name at the specified coordinates.</entry>
+                  <entry>
+                    <literallayout>Font
+Align
+Blocking_Chars
+                    </literallayout>
+                  </entry>
+                  <entry>This type value tells &app; to print the check payee name at the specified coordinates.</entry>
                 </row>
                 <row>
                   <entry>DATE</entry>
                   <entry>Coords</entry>
-                  <entry>Font, Align</entry>
-                  <entry>This type value tells gnucash to print the check date at the specified coordinates.</entry>
+                  <entry>
+                    <literallayout>Font
+Align
+Blocking_Chars
+DateFormat
+                    </literallayout>
+                  </entry>
+                  <entry>This type value tells &app; to print the check date at the specified coordinates.</entry>
                 </row>
                 <row>
                   <entry>NOTES.</entry>
                   <entry>Coords</entry>
-                  <entry>Font, Align</entry>
-                  <entry>This type value tells gnucash to print the transaction notes field at the specified coordinates.</entry>
+                  <entry>
+                    <literallayout>Font
+Align
+Blocking_Chars
+                    </literallayout>
+                  </entry>
+                  <entry>This type value tells &app; to print the transaction notes field at the specified coordinates.</entry>
                 </row>
                 <row>
                   <entry>CHECK_NUMBER</entry>
                   <entry>Coords</entry>
-                  <entry>Font, Align</entry>
-                  <entry>This type value tells gnucash to print the check number at the specified coordinates.</entry>
+                  <entry>
+                    <literallayout>Font
+Align
+Blocking_Chars
+                    </literallayout>
+                  </entry>
+                  <entry>This type value tells &app; to print the check number at the specified coordinates.</entry>
                 </row>
                 <row>
                   <entry>MEMO</entry>
                   <entry>Coords</entry>
-                  <entry>Font, Align</entry>
-                  <entry>This type value tells gnucash to print the split memo field at the specified coordinates.</entry>
+                  <entry>
+                    <literallayout>Font
+Align
+Blocking_Chars
+                    </literallayout>
+                  </entry>
+                  <entry>This type value tells &app; to print the split memo field at the specified coordinates.</entry>
                 </row>
                 <row>
                   <entry>ACTION</entry>
                   <entry>Coords</entry>
-                  <entry>Font, Align</entry>
-                  <entry>This type value tells gnucash to print the split action field at the specified coordinates.</entry>
+                  <entry>
+                    <literallayout>Font
+Align
+Blocking_Chars
+                    </literallayout>
+                  </entry>
+                  <entry>This type value tells &app; to print the split action field at the specified coordinates.</entry>
                 </row>
                 <row>
                   <entry>AMOUNT_WORDS</entry>
                   <entry>Coords</entry>
-                  <entry>Font, Align</entry>
-                  <entry>This type value tells gnucash to print the check amount in words at the specified coordinates.  The amount will appear similar to the string "One thousand, two hundred thirty four and 56/100".</entry>
+                  <entry>
+                    <literallayout>Font
+Align
+Blocking_Chars
+                    </literallayout>
+                  </entry>
+                  <entry>This type value tells &app; to print the check amount in words at the specified coordinates.  The amount will appear similar to the string "One thousand, two hundred thirty four and 56/100".</entry>
                 </row>
                 <row>
                   <entry>AMOUNT_NUMBER</entry>
                   <entry>Coords</entry>
-                  <entry>Font, Align</entry>
-                  <entry>This type value tells gnucash to print the check amount in numbers at the specified coordinates.  The amount will appear similar to the number "$1,234.56".</entry>
+                  <entry>
+                    <literallayout>Font
+Align
+Blocking_Chars
+                    </literallayout>
+                  </entry>
+                  <entry>This type value tells &app; to print the check amount in numbers at the specified coordinates.  The amount will appear similar to the number "$1,234.56".</entry>
                 </row>
                 <row>
+                  <entry>ADDRESS</entry>
+                  <entry>Coords</entry>
+                  <entry>
+                    <literallayout>Font
+Align
+Blocking_Chars
+                    </literallayout>
+                  </entry>
+                  <entry>This type value tells &app; to print the address at the specified coordinates.</entry>
+                </row>
+                <row>
+                  <entry>SPLITS_ACCOUNT</entry>
+                  <entry>Coords</entry>
+                  <entry>
+                    <literallayout>Font
+Align
+Blocking_Chars
+                    </literallayout>
+                  </entry>
+                  <entry>This type value tells &app; to print the account names for each split entry stating at the specified coordinates. See the note on splits printing.</entry>
+                </row>
+                <row>
+                  <entry>SPLITS_AMOUNT</entry>
+                  <entry>Coords</entry>
+                  <entry>
+                    <literallayout>Font
+Align
+Blocking_Chars
+                    </literallayout>
+                  </entry>
+                  <entry>This type value tells &app; to print the amount for each split entry stating at the specified coordinates.  Amounts are printed with currency symbols. See the note on splits printing.</entry>
+                </row>
+                <row>
+                  <entry>SPLITS_MEMO</entry>
+                  <entry>Coords</entry>
+                  <entry>
+                    <literallayout>Font
+Align
+Blocking_Chars
+                    </literallayout>
+                  </entry>
+                  <entry>This type value tells &app; to print the memo text for each split entry stating at the specified coordinates. See the note on splits printing.</entry>
+                </row>
+                <row>
                   <entry>TEXT</entry>
                   <entry>Coords, Text</entry>
-                  <entry>Font, Align</entry>
-                  <entry>This type value tells gnucash to print an arbitrary string at the specified coordinates. The string to be printed is specified with the <emphasis>Text_n</emphasis> key.</entry>
+                  <entry>
+                    <literallayout>Font
+Align
+Blocking_Chars
+                    </literallayout>
+                  </entry>
+                  <entry>This type value tells &app; to print an arbitrary string at the specified coordinates. The string to be printed is specified with the <emphasis>Text_n</emphasis> key.</entry>
                 </row>
                 <row>
                   <entry>PICTURE</entry>
                   <entry>Coords, Filename</entry>
                   <entry>(none)</entry>
-                  <entry>This type value tells gnucash to print an image at the specified coordinates. The image to be printed is specified with the <emphasis>Filename_n</emphasis> key.  This type is only recognized when using gtk version 2.10 or later.</entry>
+                  <entry>This type value tells &app; to print an image at the specified coordinates. The image to be printed is specified with the <emphasis>Filename_n</emphasis> key.  This type is only recognized when using gtk version 2.10 or later.</entry>
                 </row>
               </tbody>
             </tgroup>



More information about the gnucash-changes mailing list