Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions C/manual/ch_Transactions.docbook
Original file line number Diff line number Diff line change
Expand Up @@ -1790,9 +1790,9 @@ Translators:

<listitem>
<para><emphasis role="bold"><guilabel>Account</guilabel></emphasis>: If the data you are importing does
not specify the source account for the transaction an account can be selected from
the drop down list will import all transactions to the selected account. Leave
blank if your imported data specifies a source account;
not specify the source account for each transaction a base account can be selected
from the drop down list. All transactions will then be imported into this account.
Leave blank if your imported data specifies a source account;
</para>
</listitem>

Expand Down Expand Up @@ -1848,7 +1848,7 @@ Translators:
<term>split specific fields</term>

<listitem>
<para>account and deposit/withdrawal as bare minimum.
<para>account (may set base account), transfer account and deposit/withdrawal as bare minimum.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The transfer account is optional. If not set, gnucash will attempt to guess it based on already existing transactions with or without bayesian heuristics. An account (or the base account) on the other hand is mandatory.

</para>
</listitem>
</varlistentry>
Expand All @@ -1864,7 +1864,7 @@ Translators:

<example>
<title>Sample Multi-split.csv</title>
<programlisting language="csv">Date,Description,Deposit,Account
<programlisting language="csv">Date,Description,Deposit,Transfer_Account

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In multi-split mode, Transfer Account is not a selectable column type. You can only select Account from the list.

05/03/2006,Grocery Store,-45.21,Assets:Checking
,,45.21,Expenses:Groceries
14/03/2006,Employers R Us,670.00,Assets:Checking
Expand Down