paypal2homebank.py converts the CSV export of paypal to the CSV import format of homebank.
Example:
$ paypal2homebank.py ~/bin/Download.CSV ~/out.csv
Processing line 1
Processing line 2
Skipping type Memo in line 3
paypal2homebank.py converts the CSV export of paypal to the CSV import format of homebank.
Example:
$ paypal2homebank.py ~/bin/Download.CSV ~/out.csv
Processing line 1
Processing line 2
Skipping type Memo in line 3
fiducia2homebank.py converts the CSV export of fiducia based banking websites (e.g. Volksbank ) to the CSV import format of homebank.
Example:
$ fiducia2homebank.py Umsaetze_DExxxxxxxxxxxxxx_2020.01.01.csv ~/out.csv
Found header in line 9
Data section ends in line 42
gnucash_import parses a CSV file and directly imports it into gnucash.
Example usage:
gnucash_import.py csv_file myfile.gnucash "Aktiva:Barvermögen:Girokonto"Continue reading “Yet another gnucash import script”
Ausgangslage: In der Android-App sind eine Reihe von Buchungen erfasst, in der eine Fremdwährung involviert ist. Folgende Konten sind betroffen:
So gibt es Transaktionen zwischen dem Girokonto und dem Bargeld-Fremdwährungskonto und dem Bargeld-Fremdwährungskonto und den Aufwandskonten.
Problem: Es gibt keine Möglichkeit die Daten auf regulärem Weg in die Desktop-Anwendung zu importieren. Schlimmer: Es gibt nicht mal eine Möglichkeit diese Buchungen zwischen zwei Desktop-Gnucash-Instanzen auszutauschen.
Continue reading “Android Gnucash und Fremdwährungs-Buchungen”