Skip to content

Commit fd63aab

Browse files
Chris Goodfellen
authored andcommitted
Add format token lli in Help Counters Book Options Tab - Bug
728722
1 parent 24242b5 commit fd63aab

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

help/C/Help_ch_Business.xml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@
4040
<title>Initial Setup</title>
4141

4242
<para>To set up <application>&app;</application> to handle accounts receivable and accounts payable
43-
for a company four preliminary things must be done. The first is to build an appropriate
44-
Account Hierarchy. The second is set up tax tables. The third is to register the company in
45-
<application>&app;</application>. The fourth is to set up billing terms.
43+
for a company the following preliminary steps must be done.
4644
</para>
4745

4846
<sect2 id="busnss-setupacct2">
@@ -152,6 +150,16 @@
152150
</para>
153151
</sect2>
154152

153+
<sect2 id="busnss-setup-cntrs">
154+
<title>Counters</title>
155+
156+
<para>Define the format and last used numbers of codes such as customer,
157+
invoice, vendor, bill, employee, expense voucher, job number and
158+
order.
159+
See <xref linkend="counters-book-options" />.
160+
</para>
161+
</sect2>
162+
155163
<sect2 id="busnss_setup_pref">
156164
<title>Business Preferences</title>
157165
<para>Set options on the Business tab of the <application>&app;</application> preferences, which is

help/C/Help_ch_Customize.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1493,11 +1493,15 @@
14931493
printing of the number. For example, to put the literal "C - " in front
14941494
of the customer number, you would put "C - %li" (without the quotes;
14951495
"li" on Unix, "I64i" on Windows) in the customer format string field.
1496-
If the value in the customer number field was 5, the next cutomer added
1496+
If the value in the customer number field was 5, the next customer added
14971497
would be assigned the number "C - 6". As another example, if you wanted
14981498
the number to be printed with leading zeros and 5 characters wide, you
14991499
would enter "C - %05li" and the next customer number would be assigned
15001500
the number "C - 00006".</para>
1501+
1502+
<note><para>On some versions of Unix, for example Fedora 18 32-bit, it is necessary to use
1503+
"lli" instead of "li". Fedora 22 64-bit needs "li".</para>
1504+
</note>
15011505
</sect2>
15021506

15031507
</sect1>

0 commit comments

Comments
 (0)