Git commit eb0d413909212f0a27cc994ad617c894a1e23bda by Luigi Toscano, on behalf of S Page. Committed on 02/06/2020 at 10:18. Pushed by ltoscano into branch 'master'.
Improve Operations list documentation Summary: Fix copy-paste from Accounts list section, mention regular operation fields, fix Status now it's no longer a grey checkbox. Reviewers: yurchor Reviewed By: yurchor Subscribers: yurchor, kde-doc-english Tags: #documentation Differential Revision: https://phabricator.kde.org/D29838 M +2 -2 doc/index.docbook https://invent.kde.org/office/skrooge/commit/eb0d413909212f0a27cc994ad617c894a1e23bda diff --git a/doc/index.docbook b/doc/index.docbook index 55b016190..c4bf857cf 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -1392,12 +1392,12 @@ <sect2 id="operations_list"> <title>Operations list</title> - <para>The accounts list takes the form of a table with one line per account. In addition to the <link linkend="account_properties">properties</link> you defined for this account, &skrooge; displays the following columns:</para> + <para>The operations list takes the form of a table showing all operations that match the current <link linkend="show">table filter</link> and search terms, with a row for each operation. In addition to the standard <link linkend="operation_properties">operation properties</link> and any other <link linkend="account_properties">properties</link> you defined for this account, &skrooge; displays the following columns:</para> <variablelist> <varlistentry> <term>Status</term> - <listitem><para>This check box indicates whether this operation has been confirmed during account <link linkend="reconciliation">reconciliation</link>. A half-greyed check box means the <link linkend="reconciliation">reconciliation</link> is ongoing.</para></listitem> + <listitem><para>A filled square means this operation has been confirmed during account <link linkend="reconciliation">reconciliation</link>. A half-filled square means this operation has been <link linkend="terminology_pointed_operation">pointed</link>, and <link linkend="reconciliation">reconciliation</link> is ongoing.</para></listitem> </varlistentry> <varlistentry> <term>Bookmark</term>
