Home
last modified time | relevance | path

Searched refs:gncCustomerSetNotes (Results 1 – 11 of 11) sorted by relevance

/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A DgncCustomer.h94 void gncCustomerSetNotes (GncCustomer *customer, const char *notes);
H A DgncCustomer.c397 void gncCustomerSetNotes (GncCustomer *cust, const char *notes) in gncCustomerSetNotes() function
931 …R_NOTES, QOF_TYPE_STRING, (QofAccessFunc)gncCustomerGetNotes, (QofSetterFunc)gncCustomerSetNotes }, in gncCustomerRegister()
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/test/
H A Dtest-customer.c81 test_string_fcn (book, "Notes", gncCustomerSetNotes, gncCustomerGetNotes); in test_customer()
/dports/finance/gnucash/gnucash-4.9/gnucash/import-export/customer-import/
H A Ddialog-customer-import.c352 gncCustomerSetNotes (customer, notes); in gnc_customer_import_create_customers()
/dports/finance/gnucash/gnucash-4.9/bindings/guile/test/
H A Dtest-business-core.scm55 (gncCustomerSetNotes cust-1 "cust-1-notes")
H A Dtest-engine-extras.scm516 (gncCustomerSetNotes cust-1 "cust-1-notes")
/dports/finance/gnucash/gnucash-4.9/gnucash/report/reports/standard/test/
H A Dtest-new-owner-report.scm96 (gncCustomerSetNotes cust-1 "cust-1-notes")
H A Dtest-owner-report.scm118 (gncCustomerSetNotes cust-1 "cust-1-notes")
/dports/finance/gnucash/gnucash-4.9/libgnucash/backend/xml/
H A Dgnc-customer-xml-v2.cpp226 return set_string (node, pdata->customer, gncCustomerSetNotes); in customer_notes_handler()
/dports/finance/gnucash/gnucash-4.9/libgnucash/backend/dbi/test/
H A Dtest-backend-dbi-basic.cpp222 gncCustomerSetNotes (cust, "Here are some notes"); in setup_business()
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome/
H A Ddialog-customer.c262 gncCustomerSetNotes (cust, text); in gnc_ui_to_customer()