Projekt

Allgemein

Profil

Aktionen

Bug #135

geschlossen

Keine oder minimale Ausgaben bei aqbanking-cli listbal

Von rainerth vor fast 6 Jahren hinzugefügt. Vor fast 6 Jahren aktualisiert.

Status:
Closed
Priorität:
Normal
Kategorie:
AqBanking
Beginn:
11.10.2019
Abgabedatum:
Betriebssystem:
Linux
AqBanking-Version:
v5.99.40.0beta
Anwendung:
aqbanking-cli
Version der Anwendung:

Beschreibung

Nach Update von einer Version aus 2018 kommt bringt aqbanking-cli listbal keine (bei --transactions) oder minimimalistische (bei --balance) Ausgaben. Erwartet würden strukturierte Ausgaben, wie in Kapitel
"10.4.6 listbal" beschrieben.

r@t:~/data/xxxxx/bin$ aqbanking-cli -P /home/yyyyyyy/.aqbanking/settings/users/pinfile request -b 64390130 -a 999999999 -c /tmp/getvoba.ctx --balance --fromdate=20191010
r@t:~/data/xxxxx/bin$ aqbanking-cli listbal -b 64390130 -a 999999999 -c /tmp/getvoba.ctx
11.10.2019 4414.06 DE49643901300999999999

r@t:~/data/xxxxx/bin$ aqbanking-cli -P /home/yyyyyyy/.aqbanking/settings/users/pinfile request -b 64390130 -a 999999999 -c /tmp/getvoba.ctx --transactions --fromdate=20191010
r@t:~/data/xxxxx/bin$ aqbanking-cli listbal -b 64390130 -a 999999999 -c /tmp/getvoba.ctx


Dateien

20191011_protocol_listbal.txt (90,2 KB) 20191011_protocol_listbal.txt Protokoll mit Loglevel INFO rainerth, 11.10.2019 08:38
Aktionen #1

Von martin vor fast 6 Jahren aktualisiert

Du kannst die Ausgabe jetzt selbst festlegen, mit dem Paraemter "-T". Der Standardwert genuegt in der Regel, aber Du kannst jetzt selbst festlegen, wie die Ausgabe aussehen soll.

Gruss
Martin

aqbanking-cli listbal --help

 [--aid=PARAM]
   Specify the unique account id

 [-b PARAM]
 [--bank=PARAM]
   Specify the bank code

 [-a PARAM]
 [--account=PARAM]
   Specify the account number

 [-aa PARAM]
 [--subaccount=PARAM]
   Specify the sub account id (Unterkontomerkmal)

 [-A PARAM]
 [--iban=PARAM]
   Specify the iban of your account

 [-c PARAM]
 [--ctxfile=PARAM]
   Specify the file to store the context in

 [-o PARAM]
 [--outfile=PARAM]
   Specify the file to store the data in

 [-bt PARAM]
 [--balanceType=PARAM]
   Specify the balance type (e.g. noted, booked, temporary)

 [-T PARAM]
 [--template=PARAM]
   Specify the template for the balance list output

 [-h]
 [--help]
   Show this help screen

The template string given to "-T" may contain variables to specify the output.
Default is: "$(dateAsString)\t$(valueAsString)\t$(iban)Possible variables are:
 $(dateAsString)  : Date of the balance in format DD.MM.YYYY 
 $(valueAsString) : Amount of the balance
 $(iban)          : IBAN of the account this balance comes from
 $(bic)           : Account number of the account this balance comes from
 $(bankcode)      : Bank code (Bankleitzahl) of the account this balance comes from
 $(accountnumber) : Account number of the account this balance comes from
Aktionen #2

Von martin vor fast 6 Jahren aktualisiert

  • Status wurde von New zu Feedback geändert
Aktionen #3

Von martin vor fast 6 Jahren aktualisiert

  • Status wurde von Feedback zu Closed geändert
Aktionen

Auch abrufbar als: Atom PDF