mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Housekeeping - replace plenty of http links with https
There are more, but these are most common ones. There are also a number of urls that don't behave well when https, so those are skipped At some point I have also started marking non-working URLs as [DEAD LINK], though that's not a full coverage.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
# @endcode
|
||||
#
|
||||
# For explanation of use have a look at the wiki:
|
||||
# http://wiki.gnucash.org/wiki/Stocks/get_prices
|
||||
# https://wiki.gnucash.org/wiki/Stocks/get_prices
|
||||
#
|
||||
# @cond PERL
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ LaTeX or other output formats as desired.
|
||||
- Internationalization - currencies, formatting of numbers, templates
|
||||
- Providing data of gnucash owner.
|
||||
|
||||
At the moment this has to be put into the invoices (template/final file) by hand. Access of this data is in KVPs. No support in python-bindings at the moment. c-API to access these values is work in progress. A fork to access these is https://github.com/c-holtermann/gnucash/tree/python-kvp. This is very much work in progress. A discussion can be found in thread http://lists.gnucash.org/pipermail/gnucash-devel/2014-June/037768.html.
|
||||
At the moment this has to be put into the invoices (template/final file) by hand. Access of this data is in KVPs. No support in python-bindings at the moment. c-API to access these values is work in progress. A fork to access these is https://github.com/c-holtermann/gnucash/tree/python-kvp. This is very much work in progress. A discussion can be found in thread https://lists.gnucash.org/pipermail/gnucash-devel/2014-June/037768.html.
|
||||
- A jinja2 template mimicking the original html invoices
|
||||
|
||||
\par See also:
|
||||
|
||||
@@ -29,19 +29,19 @@
|
||||
# Additional information :
|
||||
#
|
||||
# - Doxygen docs: see page \ref py_invoice_export at https://code.gnucash.org/docs/MAINT or MASTER
|
||||
# - http://www.uweziegenhagen.de/latex/documents/rechnung/rechnungen.pdf (german)
|
||||
# - https://www.uweziegenhagen.de/latex/documents/rechnung/rechnungen.pdf (german)
|
||||
#
|
||||
# Credits to and ideas from
|
||||
#
|
||||
# - Main function as proposed by Guido van Rossum
|
||||
# at http://www.artima.com/weblogs/viewpost.jsp?thread=4829
|
||||
# at https://www.artima.com/weblogs/viewpost.jsp?thread=4829
|
||||
# - Invoice.tex is derived from\n
|
||||
# scrlttr2.tex v0.3. (c) by Juergen Fenn <juergen.fenn@gmx.de>\n
|
||||
# http://www.komascript.de/node/355\n
|
||||
# https://www.komascript.de/node/355\n
|
||||
# english translation: ftp://ftp.dante.de/tex-archive/info/templates/fenn/scrlttr2en.tex
|
||||
# - rechnung.sty\n
|
||||
# from M G Berberich (berberic@fmi.uni-passau.de) and Ulrich Sibiller (uli42@web.de)
|
||||
# Ver3.10 from http://www.forwiss.uni-passau.de/~berberic/TeX/Rechnung/index.html
|
||||
# Ver3.10 from https://www.forwiss.uni-passau.de/~berberic/TeX/Rechnung/index.html
|
||||
#
|
||||
# To Do:
|
||||
#
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
# @endcode first to achieve data into file INTC which can thereafter be imported to GnuCash using this script.
|
||||
#
|
||||
# For explanation of use have a look at the wiki:
|
||||
# http://wiki.gnucash.org/wiki/Stocks/get_prices
|
||||
# https://wiki.gnucash.org/wiki/Stocks/get_prices
|
||||
#
|
||||
|
||||
from gnucash import Session, Account, Split
|
||||
|
||||
Reference in New Issue
Block a user