Skip to content

Commit

Permalink
Minor improvements on Import Matcher section
Browse files Browse the repository at this point in the history
Convert one Note to Tip
Use Vertical Span in the table
  • Loading branch information
fellen committed Aug 4, 2019
1 parent 7871715 commit 735e40a
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions help/C/Help_ch_Transactions.xml
Expand Up @@ -1081,9 +1081,9 @@ Author:
assignment of the transfer account by the user. By default, if no transfer account is assigned, transactions will be assigned to an Imbalance
account on import. This is to indicate that they need an appropriate account assigned to them.
</para>
<note><para>It is important to assign a transfer account to each transaction prior to import of the transactions. Otherwise the tokenized information from the imported transaction
<tip><para>It is important to assign a transfer account to each transaction prior to import of the transactions. Otherwise the tokenized information from the imported transaction
will not be appended to the list of tokens for an assigned account for use in future matching of transactions to transfer accounts.
</para></note>
</para></tip>
<para>The status of the transaction rows to be imported is indicated in the matcher by a combination of the background colour for the row and three
checkboxes in the columns labelled A (Add), U+R (Update and Reconcile) and R (Reconciled) as described in <xref linkend="match_status"/>.
</para>
Expand All @@ -1103,32 +1103,29 @@ Author:
</thead>
<tbody>
<row>
<entry><?dbhtml bgcolor="#FFD700"?><?dbfo bgcolor="#FFD700"?><emphasis role="strong">A</emphasis></entry>
<entry morerows='1' valign='middle'><emphasis role="strong">A</emphasis></entry>
<entry><?dbhtml bgcolor="#FFD700"?><?dbfo bgcolor="#FFD700"?>Gold</entry>
<entry><?dbhtml bgcolor="#FFD700"?><?dbfo bgcolor="#FFD700"?>Flagged for input: &ndash; Intervention required, transfer account must be selected.</entry>
</row>
<row>
<entry><?dbhtml bgcolor="#87B287"?><?dbfo bgcolor="#87B287"?><emphasis role="strong">A</emphasis></entry>
<entry><?dbhtml bgcolor="#87B287"?><?dbfo bgcolor="#87B287"?>DarkSeaGreen1</entry>
<entry><?dbhtml bgcolor="#87B287"?><?dbfo bgcolor="#87B287"?>Flagged for input: &ndash; Intervention not required, transfer account matched.</entry>
</row>
<row>
<entry><?dbhtml bgcolor="#87B287"?><?dbfo bgcolor="#87B287"?><emphasis role="strong">U+R</emphasis></entry>
<entry morerows='1' valign='middle'><emphasis role="strong">U+R</emphasis></entry>
<entry><?dbhtml bgcolor="#87B287"?><?dbfo bgcolor="#87B287"?>DarkSeaGreen1</entry>
<entry><?dbhtml bgcolor="#87B287"?><?dbfo bgcolor="#87B287"?>Matches an existing transaction: &ndash; Intervention not required, import and update amount.</entry>
</row>
<row>
<entry><?dbhtml bgcolor="#FF4040"?><?dbfo bgcolor="#FF4040"?><emphasis role="strong">U+R</emphasis></entry>
<entry><?dbhtml bgcolor="#FF4040"?><?dbfo bgcolor="#FF4040"?>Brown1</entry>
<entry><?dbhtml bgcolor="#FF4040"?><?dbfo bgcolor="#FF4040"?>Transaction matched: &ndash; Intervention required, not to be imported.</entry>
</row>
<row>
<entry><?dbhtml bgcolor="#87B287"?><?dbfo bgcolor="#87B287"?><emphasis role="strong">R</emphasis></entry>
<entry morerows='1' valign='middle'><emphasis role="strong">R</emphasis></entry>
<entry><?dbhtml bgcolor="#87B287"?><?dbfo bgcolor="#87B287"?>DarkSeaGreen1</entry>
<entry><?dbhtml bgcolor="#87B287"?><?dbfo bgcolor="#87B287"?>Matches an existing transaction: &ndash; Intervention not required, will not be imported.</entry>
</row>
<row>
<entry><?dbhtml bgcolor="#FF4040"?><?dbfo bgcolor="#FF4040"?><emphasis role="strong">R</emphasis></entry>
<entry><?dbhtml bgcolor="#FF4040"?><?dbfo bgcolor="#FF4040"?>Brown1</entry>
<entry><?dbhtml bgcolor="#FF4040"?><?dbfo bgcolor="#FF4040"?>Matches but not reconciled: &ndash; Intervention required, will not be imported.</entry>
</row>
Expand Down

0 comments on commit 735e40a

Please sign in to comment.