gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Mon Dec 8 16:31:25 EST 2014


Updated	 via  https://github.com/Gnucash/gnucash/commit/0b1842ce (commit)
	 via  https://github.com/Gnucash/gnucash/commit/fe70e260 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/7424e145 (commit)
	from  https://github.com/Gnucash/gnucash/commit/f0f382cb (commit)



commit 0b1842cee15f33d6f7f8b88cb2c7ba32251a03c0
Author: Christoph Holtermann <c.holtermann at gmx.de>
Date:   Sun Dec 7 18:14:27 2014 +0100

    Correction to Doxygen in gncinvoicefkt.py

diff --git a/src/optional/python-bindings/example_scripts/gncinvoicefkt.py b/src/optional/python-bindings/example_scripts/gncinvoicefkt.py
index fff5aed..9e0ffa0 100644
--- a/src/optional/python-bindings/example_scripts/gncinvoicefkt.py
+++ b/src/optional/python-bindings/example_scripts/gncinvoicefkt.py
@@ -2,11 +2,12 @@
 # -*- coding: UTF-8 -*-
 
 ##@file
+# @brief some help for working with invoices, used in \ref py_invoice_export
 # @ingroup python_bindings_examples
 # @author Christoph Holtermann (c.holtermann (at) gmx.de)
 # @date 2014-11
-# @brief some help for working with invoices, used in \ref py_invoice_export
 #
+# @details
 # Credits to Tom Loft for the query to get_all_invoices
 # as used in his REST-Api
 #

commit fe70e260faa100a98fd9e901abf75d278ad04c7d
Author: Christoph Holtermann <c.holtermann at gmx.de>
Date:   Sun Dec 7 17:18:57 2014 +0100

    Small corrections (py invoice template, doxygen)

diff --git a/src/optional/python-bindings/example_scripts/Invoice.tex.tmpl b/src/optional/python-bindings/example_scripts/Invoice.tex.tmpl
index b69f3f8..a5248cc 100644
--- a/src/optional/python-bindings/example_scripts/Invoice.tex.tmpl
+++ b/src/optional/python-bindings/example_scripts/Invoice.tex.tmpl
@@ -1,5 +1,5 @@
 %---------------------------------------------------------------------------
-% Invoice.tex v0.1 by Christoph Holtermann (c.holtermann at gmx.de)
+% Invoice.tex.tmpl v0.1 by Christoph Holtermann (c.holtermann at gmx.de)
 % modified for use with jinja2 templating system to export from gnucash
 %
 % modified from 
diff --git a/src/optional/python-bindings/example_scripts/Invoice_2.tex.tmpl b/src/optional/python-bindings/example_scripts/Invoice_2.tex.tmpl
index e9123f7..0c94fc7 100644
--- a/src/optional/python-bindings/example_scripts/Invoice_2.tex.tmpl
+++ b/src/optional/python-bindings/example_scripts/Invoice_2.tex.tmpl
@@ -1,5 +1,5 @@
 %---------------------------------------------------------------------------
-% Invoice_2.tex v0.1 by Christoph Holtermann (c.holtermann at gmx.de)
+% Invoice_2.tex.tmpl v0.1 by Christoph Holtermann (c.holtermann at gmx.de)
 % modified for use with jinja2 templating system to export from gnucash
 % Version without rechnung.sty
 %
@@ -55,7 +55,6 @@
 \usepackage[utf8]{inputenc}
 \usepackage{url}
 \usepackage{eurosym}
-\usepackage{rechnung}
 \usepackage{textcomp}
 %---------------------------------------------------------------------------
 % Fonts
diff --git a/src/optional/python-bindings/example_scripts/gncinvoice_jinja.py b/src/optional/python-bindings/example_scripts/gncinvoice_jinja.py
index 3b7c2da..6e4eaff 100644
--- a/src/optional/python-bindings/example_scripts/gncinvoice_jinja.py
+++ b/src/optional/python-bindings/example_scripts/gncinvoice_jinja.py
@@ -2,11 +2,12 @@
 # -*- coding: utf-8 -*-
 
 ##@file
+# @brief exports an invoice from gnucash using a template file, see \ref py_invoice_export
 # @ingroup python_bindings_examples
 # @author Christoph Holtermann (c.holtermann (at) gmx.de)
 # @date 2014-11
-# @brief exports an invoice from gnucash using a template file, see \ref py_invoice_export
 #
+# @details
 # Input is a template file that will be filled with information from
 # gnucash Invoices. Jinja2 templating engine ist used. Templates can
 # be Latex, Html or anything.
@@ -20,7 +21,9 @@
 # The approach used here is not as dependent on external files and
 # more modular as it allows to use arbitrary templates
 #
-# Doxygen: see page \ref py_invoice_export
+# Doxygen docs:
+# - http://svn.gnucash.org/docs/HEAD/
+# - see page \ref py_invoice_export
 #
 # Questions / Issues:
 # - How much logic in the template, how much preprocessing in this file ?
diff --git a/src/optional/python-bindings/example_scripts/latex_invoices.py b/src/optional/python-bindings/example_scripts/latex_invoices.py
index 4b755d8..8b738fa 100644
--- a/src/optional/python-bindings/example_scripts/latex_invoices.py
+++ b/src/optional/python-bindings/example_scripts/latex_invoices.py
@@ -2,11 +2,12 @@
 # -*- coding: UTF-8 -*-
 
 ##@file
+# @brief Exports an invoice to lco-file for use with LaTeX, see \ref py_invoice_export
 # @ingroup python_bindings_examples
 # @author Christoph Holtermann (c.holtermann (at) gmx.de)
 # @date May 2011
-# @brief Exports an invoice to lco-file for use with LaTeX, see \ref py_invoice_export
 #
+# @details
 # The output file can be imported into KOMA-Script-letters.
 # This works primarily for germany. Internationalization welcome!
 #
@@ -27,7 +28,7 @@
 #
 # Additional information :
 #
-# - Doxygen: see page \ref py_invoice_export
+# - Doxygen docs: see page \ref py_invoice_export at http://svn.gnucash.org/docs/HEAD/
 # - http://www.uweziegenhagen.de/latex/documents/rechnung/rechnungen.pdf (german)
 #
 # Credits to and ideas from

commit 7424e14525c055c2c136cdf392f348df3e0b2ad8
Author: VERDOÏA Laurent <verdoialaurent at gmail.com>
Date:   Mon Dec 8 01:00:10 2014 +0900

    French typo correction
    
    ctte -> cette

diff --git a/po/fr.po b/po/fr.po
index c991122..7fac220 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -7010,7 +7010,7 @@ msgid ""
 "of this same transaction and delete the split from that register."
 msgstr ""
 "C'est la répartition qui lie la transaction au registre. Vous ne pouvez pas "
-"la supprimer de ctte fenêtre de registre. Vous pouvez supprimer la "
+"la supprimer de cette fenêtre de registre. Vous pouvez supprimer la "
 "transaction entière depuis cette fenêtre ou vous pouvez allez dans un "
 "registre qui montre une autre vue de cette transaction et supprimer la "
 "répartition depuis ce registre."



Summary of changes:
 po/fr.po                                                         | 2 +-
 src/optional/python-bindings/example_scripts/Invoice.tex.tmpl    | 2 +-
 src/optional/python-bindings/example_scripts/Invoice_2.tex.tmpl  | 3 +--
 src/optional/python-bindings/example_scripts/gncinvoice_jinja.py | 7 +++++--
 src/optional/python-bindings/example_scripts/gncinvoicefkt.py    | 3 ++-
 src/optional/python-bindings/example_scripts/latex_invoices.py   | 5 +++--
 6 files changed, 13 insertions(+), 9 deletions(-)



More information about the gnucash-changes mailing list