gnucash-docs maint: Add format token lli in Help Counters Book Options Tab - Bug 728722

Frank H. Ellenberger fell at code.gnucash.org
Tue Jan 26 17:34:31 EST 2016


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/fd63aab3 (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/24242b56 (commit)



commit fd63aab350ec64ca86ef065a5f41b75c745b1c56
Author: Chris Good <chris.good at ozemail.com.au>
Date:   Tue Jan 26 21:19:34 2016 +0100

    Add format token lli in Help Counters Book Options Tab - Bug
     728722

diff --git a/help/C/Help_ch_Business.xml b/help/C/Help_ch_Business.xml
index 7e57cbc..153bd7f 100644
--- a/help/C/Help_ch_Business.xml
+++ b/help/C/Help_ch_Business.xml
@@ -40,9 +40,7 @@
     <title>Initial Setup</title>
 
     <para>To set up <application>&app;</application> to handle accounts receivable and accounts payable 
-      for a company  four preliminary things must be done. The first is to build an appropriate
-      Account Hierarchy. The second is set up tax tables. The third is to register the company in
-      <application>&app;</application>. The fourth is to set up billing terms.
+      for a company the following preliminary steps must be done.
     </para>
 
     <sect2 id="busnss-setupacct2">
@@ -152,6 +150,16 @@
       </para>
     </sect2>
     
+    <sect2 id="busnss-setup-cntrs">
+      <title>Counters</title>
+      
+        <para>Define the format and last used numbers of codes such as customer,
+          invoice, vendor, bill, employee, expense voucher, job number and
+          order.
+          See <xref linkend="counters-book-options" />.
+        </para>
+    </sect2>
+
     <sect2 id="busnss_setup_pref">
       <title>Business Preferences</title>
       <para>Set options on the Business tab of the <application>&app;</application> preferences, which is
diff --git a/help/C/Help_ch_Customize.xml b/help/C/Help_ch_Customize.xml
index 2d3df67..00979a8 100644
--- a/help/C/Help_ch_Customize.xml
+++ b/help/C/Help_ch_Customize.xml
@@ -1493,11 +1493,15 @@
          printing of the number. For example, to put the literal "C - " in front
          of the customer number, you would put "C - %li" (without the quotes;
          "li" on Unix, "I64i" on Windows) in the customer format string field.
-         If the value in the customer number field was 5, the next cutomer added
+         If the value in the customer number field was 5, the next customer added
          would be assigned the number "C - 6". As another example, if you wanted
          the number to be printed with leading zeros and 5 characters wide, you
          would enter "C - %05li" and the next customer number would be assigned
          the number "C - 00006".</para>
+         
+        <note><para>On some versions of Unix, for example Fedora 18 32-bit, it is necessary to use
+        "lli" instead of "li". Fedora 22 64-bit needs "li".</para>
+        </note>
       </sect2>
 
     </sect1>



Summary of changes:
 help/C/Help_ch_Business.xml  | 14 +++++++++++---
 help/C/Help_ch_Customize.xml |  6 +++++-
 2 files changed, 16 insertions(+), 4 deletions(-)



More information about the gnucash-changes mailing list