Git commit 1595160fa38adbd43a75b6cfe999d7138da1269e by Ralf Habacker. Committed on 12/06/2018 at 05:10. Pushed by habacker into branch 'arcpatch-D13400'.
Add csv export doc section Summary: BUG:395052 FIXED-IN:4.8.3 Test Plan: build and inspected the result on linux Reviewers: #kmymoney, ostroffjh Reviewed By: ostroffjh Subscribers: kde-doc-english Tags: #documentation Differential Revision: https://phabricator.kde.org/D13400 A +- -- doc/csvexport.png A +21 -0 doc/details-impexp-csvexp.docbook M +1 -0 doc/details-impexp.docbook M +1 -0 doc/index.docbook https://commits.kde.org/kmymoney/1595160fa38adbd43a75b6cfe999d7138da1269e diff --git a/doc/csvexport.png b/doc/csvexport.png new file mode 100644 index 00000000..b286c690 Binary files /dev/null and b/doc/csvexport.png differ diff --git a/doc/details-impexp-csvexp.docbook b/doc/details-impexp-csvexp.docbook new file mode 100644 index 00000000..ac2348b2 --- /dev/null +++ b/doc/details-impexp-csvexp.docbook @@ -0,0 +1,21 @@ +<sect1 id="details.impexp.csvexp"> +<title>CSV Exporter</title> +<para> + To export one of your accounts to a CSV file, choose + the <menuchoice><guimenuitem>Export</guimenuitem> <guimenuitem>CSV</guimenuitem></menuchoice> from + the <guimenu>File</guimenu> menu. You will be prompted for some options. +</para> + +<para> + <screenshot> + <mediaobject> + <imageobject> + <imagedata fileref="csvexport.png" format="PNG" /> + </imageobject> + <textobject> + <phrase>CSV Export</phrase> + </textobject> + </mediaobject> + </screenshot> +</para> +</sect1> diff --git a/doc/details-impexp.docbook b/doc/details-impexp.docbook index 90bba179..bbae5ade 100644 --- a/doc/details-impexp.docbook +++ b/doc/details-impexp.docbook @@ -1146,6 +1146,7 @@ workaround, although might be good to keep it in a separate file --> <!-- entity defined in index.docbook --> &details-impexp-csv; +&details-impexp-csvexp; <sect1 id="details.impexp.plugins"> <title>Writing Importer Plugins</title> diff --git a/doc/index.docbook b/doc/index.docbook index 47cd499d..426261da 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -111,6 +111,7 @@ <!ENTITY details-currencies SYSTEM "details-currencies.docbook"> <!ENTITY details-impexp SYSTEM "details-impexp.docbook"> <!ENTITY details-impexp-csv SYSTEM "details-impexp-csv.docbook"> + <!ENTITY details-impexp-csvexp SYSTEM "details-impexp-csvexp.docbook"> <!ENTITY details-reconciliation SYSTEM "details-reconciliation.docbook"> <!ENTITY details-search SYSTEM "details-search.docbook"> <!ENTITY details-reports SYSTEM "details-reports.docbook">
