GnuCash  5.6-150-g038405b370+
Macros | Typedefs | Enumerations | Functions
dialog-ab-trans.h File Reference

Dialog for AqBanking transaction data. More...

#include "gnc-ab-utils.h"
#include <gtk/gtk.h>
#include <aqbanking/banking.h>
#include "Account.h"

Go to the source code of this file.

Macros

#define GNC_RESPONSE_NOW   GTK_RESPONSE_YES
 
#define GNC_RESPONSE_LATER   GTK_RESPONSE_NO
 

Typedefs

typedef enum _GncABTransType GncABTransType
 

Enumerations

enum  _GncABTransType {
  SINGLE_TRANSFER = 0, SINGLE_DEBITNOTE, SINGLE_INTERNAL_TRANSFER, SEPA_TRANSFER,
  SEPA_DEBITNOTE
}
 

Functions

gboolean gnc_ab_trans_isSEPA (GncABTransType t)
 Returns true if the given GncABTransType is an European (SEPA) transaction (transfer or debit note), otherwise false.
 
GncABTransDialog * gnc_ab_trans_dialog_new (GtkWidget *parent, GNC_AB_ACCOUNT_SPEC *ab_acc, gint commodity_scu, GncABTransType trans_type, GList *templates)
 Create a new AqBanking transfer dialog. More...
 
gint gnc_ab_trans_dialog_run_until_ok (GncABTransDialog *td)
 Run the Aqbanking transfer dialog until correct values where entered or the user cancelled the dialog. More...
 
void gnc_ab_trans_dialog_free (GncABTransDialog *td)
 Free a Aqbanking transfer dialog. More...
 
GtkWidget * gnc_ab_trans_dialog_get_parent (const GncABTransDialog *td)
 Retrieve the widget used as parent. More...
 
const AB_TRANSACTION * gnc_ab_trans_dialog_get_ab_trans (const GncABTransDialog *td)
 Receive the Aqbanking Transaction filled by the dialog. More...
 
GNC_AB_JOB * gnc_ab_trans_dialog_get_job (const GncABTransDialog *td)
 Receive the Aqbanking job filled by the dialog. More...
 
GNC_AB_JOB * gnc_ab_get_trans_job (GNC_AB_ACCOUNT_SPEC *ab_acc, const AB_TRANSACTION *ab_trans, GncABTransType trans_type)
 Return the AqBanking job associated with the transaction. More...
 

Detailed Description

Dialog for AqBanking transaction data.

Author
Copyright (C) 2002 Christian Stimming stimm.nosp@m.ing@.nosp@m.tuhh..nosp@m.de
Copyright (C) 2004 Bernd Wagner
Copyright (C) 2006 David Hampton hampt.nosp@m.on@e.nosp@m.mploy.nosp@m.ees..nosp@m.org
Copyright (C) 2008 Andreas Koehler andi5.nosp@m..py@.nosp@m.gmx.n.nosp@m.et

Definition in file dialog-ab-trans.h.