Home
last modified time | relevance | path

Searched refs:selected_lots (Results 1 – 3 of 3) sorted by relevance

/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A DgncOwner.c1414 GList *selected_lots = NULL; in gncOwnerApplyPaymentSecs() local
1429 selected_lots = lots; in gncOwnerApplyPaymentSecs()
1431 selected_lots = xaccAccountFindOpenLots (posted_acc, gncOwnerLotMatchOwnerFunc, in gncOwnerApplyPaymentSecs()
1439 selected_lots = g_list_prepend (selected_lots, payment_lot); in gncOwnerApplyPaymentSecs()
1440 gncOwnerAutoApplyPaymentsWithLots (owner, selected_lots); in gncOwnerApplyPaymentSecs()
1441 g_list_free (selected_lots); in gncOwnerApplyPaymentSecs()
H A DgncInvoice.c2001 GList *selected_lots = NULL; in gncInvoiceApplyPayment() local
2017 selected_lots = g_list_prepend (selected_lots, invoice->posted_lot); in gncInvoiceApplyPayment()
2021 selected_lots = g_list_prepend (selected_lots, payment_lot); in gncInvoiceApplyPayment()
2022 gncOwnerAutoApplyPaymentsWithLots (owner, selected_lots); in gncInvoiceApplyPayment()
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome/
H A Ddialog-payment.c993 GList *selected_lots = NULL; in gnc_payment_ok_cb() local
1006 gtk_tree_selection_selected_foreach (selection, get_selected_lots, &selected_lots); in gnc_payment_ok_cb()
1046 gncOwnerApplyPaymentSecs (&pw->owner, &(pw->tx_info->txn), selected_lots, in gnc_payment_ok_cb()