GnuCash
5.6-150-g038405b370+
|
This data structure does double duty. More...
Data Fields | |
GtkBuilder * | builder |
GtkWidget * | dialog |
GncPluginPage * | page |
const gchar * | page_state_name |
GtkWidget * | total_label |
GtkWidget * | total_cash_label |
GtkWidget * | total_charge_label |
GtkWidget * | total_subtotal_label |
GtkWidget * | total_tax_label |
GtkWidget * | info_label |
GtkWidget * | id_label |
GtkWidget * | type_label |
GtkWidget * | type_label_hbox |
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 * | paid_label |
GtkWidget * | doclink_button |
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 |
GncBillTerm * | terms |
GnucashRegister * | reg |
GncEntryLedger * | ledger |
invoice_sort_type_t | last_sort |
InvoiceDialogType | dialog_type |
GncGUID | invoice_guid |
gboolean | is_credit_note |
gint | component_id |
QofBook * | book |
GncInvoice * | created_invoice |
GncOwner | owner |
GncOwner | job |
GncOwner | proj_cust |
GncOwner | proj_job |
GncPluginPage * | reportPage |
gboolean | reset_tax_tables |
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 138 of file dialog-invoice.c.