Home
last modified time | relevance | path

Searched refs:GncOwnerType (Results 1 – 19 of 19) sorted by relevance

/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A DgncOwner.h48 } GncOwnerType; typedef
81 QofIdTypeConst gncOwnerTypeToQofIdType(GncOwnerType t);
93 GncOwnerType type; /**< Customer, Job, Vendor, Employee or Undefined. */
120 GncOwnerType gncOwnerGetType (const GncOwner *owner);
H A DgncInvoice.h148 GncOwnerType gncInvoiceGetOwnerType (const GncInvoice *invoice);
149 GList * gncInvoiceGetTypeListForOwnerType (const GncOwnerType type);
H A DgncOwner.c201 GncOwnerType gncOwnerGetType (const GncOwner *owner) in gncOwnerGetType()
209 GncOwnerType type = gncOwnerGetType(owner); in gncOwnerGetTypeString()
236 QofIdTypeConst gncOwnerTypeToQofIdType(GncOwnerType t) in gncOwnerTypeToQofIdType()
641 GncOwnerType type = GNC_OWNER_NONE; in gncOwnerGetOwnerFromLot()
651 type = (GncOwnerType) type64; in gncOwnerGetOwnerFromLot()
H A DgncTaxTable.h154 GncTaxTable *gncTaxTableGetDefault (QofBook *book, GncOwnerType type);
H A DgncTaxTable.c681 gncTaxTableGetDefault (QofBook *book, GncOwnerType type) in gncTaxTableGetDefault()
H A DgncInvoice.c904 GncOwnerType gncInvoiceGetOwnerType (const GncInvoice *invoice) in gncInvoiceGetOwnerType()
1055 GList * gncInvoiceGetTypeListForOwnerType (GncOwnerType type) in gncInvoiceGetTypeListForOwnerType()
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome/
H A Dbusiness-options-gnome.c47 create_owner_widget (GNCOption *option, GncOwnerType type, GtkWidget *hbox) in create_owner_widget()
93 static GncOwnerType
99 return (GncOwnerType) scm_to_int(odata); in get_owner_type_from_option()
156 GncOwnerType type; in owner_get_value()
H A Dgnc-plugin-page-owner-tree.h86 GncPluginPage *gnc_plugin_page_owner_tree_new (GncOwnerType owner_type);
H A Dsearch-owner.c181 GncOwnerType type; in type_combo_changed()
205 GncOwnerType type; in make_type_menu()
H A Dgnc-plugin-page-owner-tree.c86 GncOwnerType owner_type;
309 GncOwnerType owner_type;
332 gnc_plugin_page_owner_tree_new (GncOwnerType owner_type) in gnc_plugin_page_owner_tree_new()
779 GncOwnerType owner_type; in gnc_plugin_page_owner_tree_recreate_page()
907 build_aging_report (GncOwnerType owner_type) in build_aging_report()
H A Ddialog-payment.c109 GncOwnerType owner_type;
782 gnc_payment_set_owner_type (PaymentWindow *pw, GncOwnerType owner_type) in gnc_payment_set_owner_type()
803 GncOwnerType owner_type; in gnc_payment_set_owner_type()
847 GncOwnerType owner_type; in gnc_payment_dialog_owner_type_changed_cb()
H A Dbusiness-gnome-utils.c207 GncOwnerType owner_type; in gnc_invoice_select_search_set_label()
H A Ddialog-invoice.c275 GncOwnerType owner_type = gncOwnerGetType (&iw->owner); in iw_ask_unpost()
549 GncOwnerType owner_type = gncOwnerGetType (&iw->owner); in gnc_invoice_window_help_cb()
2473 GncOwnerType owner_type; in gnc_invoice_create_page()
2758 GncOwnerType owner_type; in gnc_invoice_window_new_invoice()
3328 GncOwnerType owner_type = GNC_OWNER_CUSTOMER; in gnc_invoice_search()
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome-utils/
H A Dgnc-tree-view-owner.h127 GncOwnerType owner_type);
143 GtkTreeView *gnc_tree_view_owner_new (GncOwnerType owner_type);
H A Dgnc-tree-model-owner.h114 GtkTreeModel *gnc_tree_model_owner_new (GncOwnerType owner_type);
H A Dgnc-tree-view-owner.c333 gnc_tree_view_owner_new (GncOwnerType owner_type) in gnc_tree_view_owner_new()
1275 GncOwnerType owner_type, in tree_restore_selected_row()
1292 GncOwnerType owner_type) in gnc_tree_view_owner_restore()
H A Dgnc-tree-model-owner.c95 GncOwnerType owner_type;
241 gnc_tree_model_owner_new (GncOwnerType owner_type) in gnc_tree_model_owner_new()
/dports/finance/gnucash/gnucash-4.9/libgnucash/backend/sql/
H A Dgnc-owner-sql.cpp58 GncOwnerType type; in load()
185 GncOwnerType type; in add_to_query()
/dports/finance/gnucash/gnucash-4.9/bindings/python/
H A Dgnucash_core.i123 GncOwnerType owner_type = gncOwnerGetType($1);