Home
last modified time | relevance | path

Searched refs:gncOwnerGetEmployee (Results 1 – 14 of 14) sorted by relevance

/dports/finance/gnucash/gnucash-4.9/bindings/guile/
H A Dbusiness-core.scm46 (let ((e (gncOwnerGetEmployee owner)))
102 (let ((e (gncOwnerGetEmployee owner)))
/dports/finance/gnucash/gnucash-4.9/bindings/python/
H A Dgnucash_core.i141 gncOwnerGetEmployee($1), $descriptor(GncEmployee *), 0);
/dports/finance/gnucash/gnucash-4.9/gnucash/register/ledger-core/
H A DgncEntryLedgerDisplay.c151 GncEmployee *employee = gncOwnerGetEmployee (owner); in gnc_entry_ledger_set_watches()
H A DgncEntryLedgerLoad.c126 employee = gncOwnerGetEmployee (owner); in load_payment_type_cells()
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A DgncOwner.h139 GncEmployee * gncOwnerGetEmployee (const GncOwner *owner);
H A DgncOwner.c391 GncEmployee * gncOwnerGetEmployee (const GncOwner *owner) in gncOwnerGetEmployee() function
1615 { OWNER_EMPLOYEE, GNC_ID_EMPLOYEE, (QofAccessFunc)gncOwnerGetEmployee, NULL }, in gncOwnerRegister()
1639 return gncEmployeeGetCachedBalance (gncOwnerGetEmployee (owner)); in gncOwnerGetCachedBalance()
1653 gncEmployeeSetCachedBalance (gncOwnerGetEmployee (owner), new_bal); in gncOwnerSetCachedBalance()
H A DgncEmployee.c867 GncEmployee* empl = gncOwnerGetEmployee (end_owner); in empl_handle_qof_events()
H A DgncInvoice.c1540 ccard_acct = gncEmployeeGetCCard (gncOwnerGetEmployee (owner)); in gncInvoicePostToAccount()
/dports/finance/gnucash/gnucash-4.9/libgnucash/backend/sql/
H A Dgnc-owner-sql.cpp208 inst = QOF_INSTANCE (gncOwnerGetEmployee (owner)); in add_to_query()
/dports/finance/gnucash/gnucash-4.9/gnucash/report/
H A Dhtml-utilities.scm137 (gnc:employee-anchor-text (gncOwnerGetEmployee owner)))
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome/
H A Dgnc-plugin-business.c704 employee = gncOwnerGetEmployee (priv->last_employee); in gnc_plugin_business_cmd_employee_find_employee()
H A Dgnc-plugin-page-owner-tree.c1203gncOwnerGetEmployee(gnc_plugin_page_owner_tree_get_current_owner (page)) ); in gnc_plugin_page_owner_tree_cmd_new_invoice()
H A Ddialog-invoice.c2064 if (!gncEmployeeGetCCard (gncOwnerGetEmployee(&iw->owner))) in gnc_invoice_update_window()
/dports/finance/gnucash/gnucash-4.9/
H A DChangeLog.20063970 s/gnc:owner-get-employee /gncOwnerGetEmployee /g