Git commit c5dd29d8a6ac4e6905bf1c03267a4e4e57f12070 by Stephane Mankowski. Committed on 27/09/2017 at 12:07. Pushed by smankowski into branch 'master'.
Doc update M +6 -1 doc/index.docbook M +- -- doc/payees.png https://commits.kde.org/skrooge/c5dd29d8a6ac4e6905bf1c03267a4e4e57f12070 diff --git a/doc/index.docbook b/doc/index.docbook index d0543406..5efe1f04 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -1412,6 +1412,7 @@ <sect2 id="standard_operation"> <title>Create an operation</title> <para>To create a standard operation, you may use the <guibutton>Clear button</guibutton> to clear all fields and start a new operation from scratch. You can then fill its attributes (manually or using <link linkend="fast_edition">fast edition</link>), and click on <guibutton>Add</guibutton>.</para> + <para>If the appropriate setting is enabled, then the category will be set automatically when the payee is set.</para> <para>You may also select a similar operation from the existing operations, modify what needs to be changed, and then click on <guibutton>Add</guibutton>.</para> </sect2> @@ -1599,7 +1600,11 @@ file is opened. It is also recommended to create a different account (⪚ "ETF" <varlistentry> <term>Address</term> <listitem><para>The address of this payee.</para></listitem> - </varlistentry> + </varlistentry> + <varlistentry> + <term>Category</term> + <listitem><para>The default category for this payee. This category is used to automatically the category when the payee is set in <link linkend="operations">operations</link> page. You can set the category. If you don't set it then the default category is computed with the existing operations.</para></listitem> + </varlistentry> <varlistentry> <term>Amount</term> <listitem><para>The sum of all operations in this payee.</para></listitem> diff --git a/doc/payees.png b/doc/payees.png index bb2dcf93..2f8109bb 100644 Binary files a/doc/payees.png and b/doc/payees.png differ
