Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d3bff1b5

Von aquamaniac vor etwa 20 Jahren hinzugefügt

  • ID d3bff1b56d7d0e6d1c51448250622b3535903a84
  • Vorgänger 684ccf0e
  • Nachfolger 5d0ad18d

- added command "listbal" to aqbanking-tool. This command shows balances
in CSV format received upon "exec" (sponsored by Robert Schneider)

git-svn-id: https://devel.aqbanking.de/svn/aqbanking/trunk@344 5c42a225-8b10-0410-9873-89b7810ad06e

Unterschiede anzeigen:

src/tools/aqbanking-tool/main.c
" This command specifically exports "
"transactions.\n"));
GWEN_Buffer_AppendString(ubuf, "\n");
GWEN_Buffer_AppendString(ubuf, " listbal\n");
GWEN_Buffer_AppendString(ubuf,
I18N(" Exports results from the queue's "
"execution.\n"
" This command specifically exports "
"balances.\n"));
GWEN_Buffer_AppendString(ubuf, "\n");
GWEN_Buffer_AppendString(ubuf, " chkacc\n");
GWEN_Buffer_AppendString(ubuf,
I18N(" Check a combination of bank id and "
......
else if (strcasecmp(cmd, "chkacc")==0) {
rv=chkAcc(ab, db, argc, argv);
}
else if (strcasecmp(cmd, "listbal")==0) {
rv=listBal(ab, db, argc, argv);
}
else {
fprintf(stderr, "ERROR: Unknown command \"%s\".\n", cmd);
rv=1;

Auch abrufbar als: Unified diff