GnuCash 2.3.0
Data Fields
_invoice_window Struct Reference

Data Fields

GtkBuilder * builder
GtkWidget * dialog
GncPluginPagepage
GtkWidget * total_label
GtkWidget * total_cash_label
GtkWidget * total_charge_label
GtkWidget * total_subtotal_label
GtkWidget * total_tax_label
GtkWidget * type_label
GtkWidget * type_hbox
GtkWidget * type_choice
GtkWidget * id_entry
GtkWidget * notes_text
GtkWidget * opened_date
GtkWidget * posted_date_hbox
GtkWidget * posted_date
GtkWidget * active_check
GtkWidget * owner_box
GtkWidget * owner_label
GtkWidget * owner_choice
GtkWidget * job_label
GtkWidget * job_box
GtkWidget * job_choice
GtkWidget * billing_id_entry
GtkWidget * terms_menu
GtkWidget * proj_frame
GtkWidget * proj_cust_box
GtkWidget * proj_cust_choice
GtkWidget * proj_job_box
GtkWidget * proj_job_choice
GtkWidget * to_charge_frame
GtkWidget * to_charge_edit
gint width
GncBillTermterms
GnucashRegisterreg
GncEntryLedgerledger
invoice_sort_type_t last_sort
InvoiceDialogType dialog_type
GncGUID invoice_guid
gboolean is_credit_note
gint component_id
QofBookbook
GncInvoicecreated_invoice
GncOwner owner
GncOwner job
GncOwner proj_cust
GncOwner proj_job
gboolean reset_tax_tables

Detailed Description

This data structure does double duty. It is used to maintain information for the "New Invoice" dialog, and it is also used to maintain information for the "Invoice Entry" page that is embedded into a main window. Beware, as not all fields are used by both windows.

Definition at line 125 of file dialog-invoice.c.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines