Home
last modified time | relevance | path

Searched refs:gncInvoiceSetNotes (Results 1 – 9 of 9) sorted by relevance

/dports/finance/gnucash/gnucash-4.9/bindings/guile/test/
H A Dtest-business-core.scm67 (gncInvoiceSetNotes inv-1 "inv-1-notes")
83 (gncInvoiceSetNotes inv-2 "inv-2-notes")
H A Dtest-engine-extras.scm528 (gncInvoiceSetNotes inv-1 "inv-1-notes")
546 (gncInvoiceSetNotes inv-2 "inv-2-notes")
565 (gncInvoiceSetNotes inv-3 "inv-3-notes")
582 (gncInvoiceSetNotes inv-4 "inv-4-notes")
827 (gncInvoiceSetNotes
/dports/finance/gnucash/gnucash-4.9/gnucash/report/reports/standard/test/
H A Dtest-owner-report.scm130 (gncInvoiceSetNotes inv-1 "inv-1-notes")
146 (gncInvoiceSetNotes inv-2 "inv-2-notes")
H A Dtest-new-owner-report.scm106 (gncInvoiceSetNotes inv-1 "inv-1-notes")
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A DgncInvoice.h110 void gncInvoiceSetNotes (GncInvoice *invoice, const char *notes);
H A DgncInvoice.c193 gncInvoiceSetNotes (inv, g_value_get_string (value)); in gnc_invoice_set_property()
541 void gncInvoiceSetNotes (GncInvoice *invoice, const char *notes) in gncInvoiceSetNotes() function
2268 …ES, QOF_TYPE_STRING, (QofAccessFunc)gncInvoiceGetNotes, (QofSetterFunc)gncInvoiceSetNotes }, in gncInvoiceRegister()
/dports/finance/gnucash/gnucash-4.9/libgnucash/backend/xml/
H A Dgnc-invoice-xml-v2.cpp271 return set_string (node, pdata->invoice, gncInvoiceSetNotes); in invoice_notes_handler()
/dports/finance/gnucash/gnucash-4.9/gnucash/import-export/bi-import/
H A Ddialog-bi-import.c712 gncInvoiceSetNotes (invoice, notes ? notes : ""); in gnc_bi_import_create_bis()
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome/
H A Ddialog-invoice.c390 gncInvoiceSetNotes (invoice, text); in gnc_ui_to_invoice()
1361 gncInvoiceSetNotes (invoice, text); in gnc_invoice_window_leave_notes_cb()