Skip to content

Commit aa897be

Browse files
Chris Goodjralls
authored andcommitted
Add warnings to not manually edit AR or AP transactions Bug 705309
1 parent 35eb990 commit aa897be

File tree

4 files changed

+54
-11
lines changed

4 files changed

+54
-11
lines changed

guide/C/ch_accts.xml

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,16 @@ Translators:
207207
is typically a business use only account in which you place
208208
outstanding debts owed to you. It is considered an asset because you
209209
should be able to count on these funds arriving.</para>
210-
</listitem>
210+
211+
<para>Transactions involving an Accounts Receivable account should not be added,
212+
changed or deleted in any way other than by using
213+
</para>
214+
<itemizedlist>
215+
<listitem><para>post/unpost bill/invoice/voucher or</para>
216+
</listitem>
217+
<listitem><para>process payment</para></listitem>
218+
</itemizedlist>
219+
</listitem>
211220

212221
<listitem>
213222
<para><guilabel>Other Assets</guilabel> No matter how diverse they
@@ -253,9 +262,18 @@ Translators:
253262

254263
<listitem>
255264
<para><guilabel>Accounts Payable</guilabel> (A/Payable) This is
256-
typically a business use only account in which you place bills you
257-
have yet to pay.</para>
258-
</listitem>
265+
typically a business use only account in which you place bills you
266+
have yet to pay.
267+
</para>
268+
269+
<para>Transactions involving an Accounts Payable account should not be added,
270+
changed or deleted in any way other than by using
271+
<itemizedlist>
272+
<listitem><para>post/unpost bill/invoice/voucher or</para></listitem>
273+
<listitem><para>process payment</para></listitem>
274+
</itemizedlist>
275+
</para>
276+
</listitem>
259277

260278
<listitem>
261279
<para><guilabel>Liability</guilabel> Use this type of account for

guide/C/ch_bus_ap.xml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,18 @@ Basic A/P Account Hierarchy:
5858
-AP Expenses
5959
</literallayout>
6060

61-
62-
<para>You need to add additional asset accounts and real expense accounts to make this hierarchy useful. The important aspects of this hierarchy are that you need an expense account and an Accounts Payable account, with account type set to <emphasis>A/Payable</emphasis>.</para>
61+
<para>You need to add additional asset accounts and real expense accounts to make this hierarchy useful.
62+
The important aspects of this hierarchy are that you need an expense account and an Accounts Payable account, with account type set to <emphasis>A/Payable</emphasis>.
63+
</para>
64+
65+
<para>Transactions involving an Accounts Payable account should not be added,
66+
changed or deleted in any way other than by using
67+
<itemizedlist>
68+
<listitem><para>post/unpost bill/invoice/voucher or</para></listitem>
69+
<listitem><para>process payment"</para></listitem>
70+
</itemizedlist>
71+
</para>
72+
6373
</sect2>
6474

6575
<sect2 id="bus-ap-setupcname2">

guide/C/ch_bus_ar.xml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,18 @@ Basic A/R Account Hierarchy:
100100

101101
<note>
102102
<para>You do not need to create an individual A/R account for each
103-
customer. <application>&app;</application> keeps track of customers internally and provides
104-
per-customer reports based on the internal tracking.</para>
103+
customer. <application>&app;</application> keeps track of customers internally and provides
104+
per-customer reports based on the internal tracking.
105+
</para>
106+
107+
<para>Transactions involving an Accounts Receivable account should not be added,
108+
changed or deleted in any way other than by using
109+
<itemizedlist>
110+
<listitem><para>post/unpost bill/invoice/voucher or</para></listitem>
111+
<listitem><para>process payment"</para></listitem>
112+
</itemizedlist>
113+
</para>
114+
105115
</note>
106116
</sect2>
107117

help/C/Help_ch_Account-Actions.xml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,14 @@
3838

3939
<warning>
4040
<para>The Accounts Payable and Accounts Receivable types are
41-
used internally by &app;&rsquo;s business features. Users should
42-
not manually modify or enter transactions in these account
43-
types.</para>
41+
used internally by &app;&rsquo;s business features. Transactions involving these accounts should not be added,
42+
changed or deleted in any way other than by using
43+
<itemizedlist>
44+
<listitem><para>post/unpost bill/invoice/voucher or</para></listitem>
45+
<listitem><para>process payment</para></listitem>
46+
</itemizedlist>
47+
</para>
48+
4449
</warning>
4550

4651
<table frame="topbot" id="TypeAccounts">

0 commit comments

Comments
 (0)