GnuCash
5.6-150-g038405b370+
|
Dialog for AqBanking transaction data. More...
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... | |
Dialog for AqBanking transaction data.
Definition in file dialog-ab-trans.h.