GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Typedefs | Enumerations | Functions
dialog-ab-trans.h File Reference

Dialog for AqBanking transaction data. More...

#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 struct _GncABTransDialog GncABTransDialog
 
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)
 
GncABTransDialoggnc_ab_trans_dialog_new (GtkWidget *parent, AB_ACCOUNT *ab_acc, gint commodity_scu, GncABTransType trans_type, GList *templates)
 
gint gnc_ab_trans_dialog_run_until_ok (GncABTransDialog *td)
 
void gnc_ab_trans_dialog_free (GncABTransDialog *td)
 
GList * gnc_ab_trans_dialog_get_templ (const GncABTransDialog *td, gboolean *changed)
 
GtkWidget * gnc_ab_trans_dialog_get_parent (const GncABTransDialog *td)
 
const AB_TRANSACTION * gnc_ab_trans_dialog_get_ab_trans (const GncABTransDialog *td)
 
AB_JOB * gnc_ab_trans_dialog_get_job (const GncABTransDialog *td)
 
AB_JOB * gnc_ab_get_trans_job (AB_ACCOUNT *ab_acc, const AB_TRANSACTION *ab_trans, GncABTransType trans_type)
 

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.