GnuCash  5.6-150-g038405b370+
Files | Macros | Typedefs | Enumerations | Functions

An invoice holds a list of entries, a pointer to the customer, and the job, the dates entered and posted, as well as the account, transaction and lot for the posted invoice. More...

Files

file  gncInvoice.h
 Business Invoice Interface.
 

Macros

#define GNC_ID_INVOICE   "gncInvoice"
 
#define GNC_TYPE_INVOICE   (gnc_invoice_get_type ())
 
#define GNC_INVOICE(o)   (G_TYPE_CHECK_INSTANCE_CAST ((o), GNC_TYPE_INVOICE, GncInvoice))
 
#define GNC_INVOICE_CLASS(k)   (G_TYPE_CHECK_CLASS_CAST((k), GNC_TYPE_INVOICE, GncInvoiceClass))
 
#define GNC_IS_INVOICE(o)   (G_TYPE_CHECK_INSTANCE_TYPE ((o), GNC_TYPE_INVOICE))
 
#define GNC_IS_INVOICE_CLASS(k)   (G_TYPE_CHECK_CLASS_TYPE ((k), GNC_TYPE_INVOICE))
 
#define GNC_INVOICE_GET_CLASS(o)   (G_TYPE_INSTANCE_GET_CLASS ((o), GNC_TYPE_INVOICE, GncInvoiceClass))
 
#define INVOICE_ID   "id"
 
#define INVOICE_OWNER   "owner"
 
#define INVOICE_OPENED   "date_opened"
 
#define INVOICE_POSTED   "date_posted"
 
#define INVOICE_DUE   "date_due"
 
#define INVOICE_IS_POSTED   "is_posted?"
 
#define INVOICE_IS_PAID   "is_paid?"
 
#define INVOICE_TERMS   "terms"
 
#define INVOICE_BILLINGID   "billing_id"
 
#define INVOICE_NOTES   "notes"
 
#define INVOICE_DOCLINK   "doclink"
 
#define INVOICE_ACC   "account"
 
#define INVOICE_POST_TXN   "posted_txn"
 
#define INVOICE_POST_LOT   "posted_lot"
 
#define INVOICE_IS_CN   "credit_note"
 
#define INVOICE_TYPE   "type"
 
#define INVOICE_TYPE_STRING   "type_string"
 
#define INVOICE_BILLTO   "bill-to"
 
#define INVOICE_ENTRIES   "list_of_entries"
 
#define INVOICE_JOB   "invoice_job"
 
#define INVOICE_FROM_LOT   "invoice-from-lot"
 
#define INVOICE_FROM_TXN   "invoice-from-txn"
 
#define gncInvoiceGetGUID(x)   qof_instance_get_guid (QOF_INSTANCE(x))
 deprecated functions
 
#define gncInvoiceRetGUID(x)   (x ? *(qof_instance_get_guid (QOF_INSTANCE(x))) : *(guid_null()))
 

Typedefs

typedef GList GncInvoiceList
 
typedef GList EntryList
 

Enumerations

enum  GncInvoiceType {
  GNC_INVOICE_UNDEFINED, GNC_INVOICE_CUST_INVOICE, GNC_INVOICE_VEND_INVOICE, GNC_INVOICE_EMPL_INVOICE,
  GNC_INVOICE_CUST_CREDIT_NOTE, GNC_INVOICE_VEND_CREDIT_NOTE, GNC_INVOICE_EMPL_CREDIT_NOTE, GNC_INVOICE_NUM_TYPES
}
 

Functions

GType gnc_invoice_get_type (void)
 
void gncInvoiceAddEntry (GncInvoice *invoice, GncEntry *entry)
 
void gncInvoiceRemoveEntry (GncInvoice *invoice, GncEntry *entry)
 
void gncInvoiceAddPrice (GncInvoice *invoice, GNCPrice *price)
 
void gncBillAddEntry (GncInvoice *bill, GncEntry *entry)
 Call this function when adding an entry to a bill instead of an invoice.
 
void gncBillRemoveEntry (GncInvoice *bill, GncEntry *entry)
 
void gncInvoiceSortEntries (GncInvoice *invoice)
 Call this function when an Entry is changed and you want to re-sort the list of entries.
 
void gncInvoiceRemoveEntries (GncInvoice *invoice)
 Remove all entries from an invoice. More...
 
gnc_numeric gncInvoiceGetTotal (GncInvoice *invoice)
 Return the "total" amount of the invoice as seen on the document (and shown to the user in the reports and invoice ledger). More...
 
gnc_numeric gncInvoiceGetTotalOf (GncInvoice *invoice, GncEntryPaymentType type)
 
gnc_numeric gncInvoiceGetTotalSubtotal (GncInvoice *invoice)
 
gnc_numeric gncInvoiceGetTotalTax (GncInvoice *invoice)
 
AccountValueList * gncInvoiceGetTotalTaxList (GncInvoice *invoice)
 Return a list of tax totals accumulated per tax account.
 
EntryList * gncInvoiceGetEntries (GncInvoice *invoice)
 
GNCPrice * gncInvoiceGetPrice (GncInvoice *invoice, gnc_commodity *commodity)
 
gboolean gncInvoiceAmountPositive (const GncInvoice *invoice)
 Depending on the invoice type, invoices have a different effect on the balance. More...
 
GHashTable * gncInvoiceGetForeignCurrencies (const GncInvoice *invoice)
 Return an overview of amounts on this invoice that will be posted to accounts in currencies that are different from the invoice currency. More...
 
Transaction * gncInvoicePostToAccount (GncInvoice *invoice, Account *acc, time64 posted_date, time64 due_date, const char *memo, gboolean accumulatesplits, gboolean autopay)
 Post this invoice to an account. More...
 
gboolean gncInvoiceUnpost (GncInvoice *invoice, gboolean reset_tax_tables)
 Unpost this invoice. More...
 
void gncInvoiceAutoApplyPayments (GncInvoice *invoice)
 Attempt to pay the invoice using open payment lots and lots for documents of the opposite sign (credit notes versus invoices).
 
void gncInvoiceApplyPayment (const GncInvoice *invoice, Transaction *txn, Account *xfer_acc, gnc_numeric amount, gnc_numeric exch, time64 date, const char *memo, const char *num)
 A convenience function to apply a payment to an invoice. More...
 
GncInvoice * gncInvoiceGetInvoiceFromTxn (const Transaction *txn)
 Given a transaction, find and return the Invoice.
 
GncInvoice * gncInvoiceGetInvoiceFromLot (GNCLot *lot)
 Given a LOT, find and return the Invoice attached to the lot.
 
void gncInvoiceBeginEdit (GncInvoice *invoice)
 
void gncInvoiceCommitEdit (GncInvoice *invoice)
 
int gncInvoiceCompare (const GncInvoice *a, const GncInvoice *b)
 
gboolean gncInvoiceIsPosted (const GncInvoice *invoice)
 
gboolean gncInvoiceIsPaid (const GncInvoice *invoice)
 
QofBook * gncInvoiceGetBook (GncInvoice *x)
 
gboolean gncInvoiceEqual (const GncInvoice *a, const GncInvoice *b)
 Test support function used by test-dbi-business-stuff.c.
 

Create/Destroy Functions

GncInvoice * gncInvoiceCreate (QofBook *book)
 
void gncInvoiceDestroy (GncInvoice *invoice)
 
GncInvoice * gncInvoiceCopy (const GncInvoice *other_invoice)
 Create a new GncInvoice object as a deep copy of the given other invoice. More...
 

Set Functions

void gncInvoiceSetID (GncInvoice *invoice, const char *id)
 
void gncInvoiceSetOwner (GncInvoice *invoice, GncOwner *owner)
 
void gncInvoiceSetDateOpenedGDate (GncInvoice *invoice, const GDate *date)
 Set the DateOpened using a GDate argument. More...
 
void gncInvoiceSetDateOpened (GncInvoice *invoice, time64 date)
 
void gncInvoiceSetDatePosted (GncInvoice *invoice, time64 date)
 
void gncInvoiceSetTerms (GncInvoice *invoice, GncBillTerm *terms)
 
void gncInvoiceSetBillingID (GncInvoice *invoice, const char *billing_id)
 
void gncInvoiceSetNotes (GncInvoice *invoice, const char *notes)
 
void gncInvoiceSetDocLink (GncInvoice *invoice, const char *doclink)
 
void gncInvoiceSetCurrency (GncInvoice *invoice, gnc_commodity *currency)
 
void gncInvoiceSetActive (GncInvoice *invoice, gboolean active)
 
void gncInvoiceSetIsCreditNote (GncInvoice *invoice, gboolean credit_note)
 
void gncInvoiceSetBillTo (GncInvoice *invoice, GncOwner *billto)
 
void gncInvoiceSetToChargeAmount (GncInvoice *invoice, gnc_numeric amount)
 

Get Functions

const char * gncInvoiceGetID (const GncInvoice *invoice)
 
const GncOwnergncInvoiceGetOwner (const GncInvoice *invoice)
 
time64 gncInvoiceGetDateOpened (const GncInvoice *invoice)
 
time64 gncInvoiceGetDatePosted (const GncInvoice *invoice)
 
time64 gncInvoiceGetDateDue (const GncInvoice *invoice)
 
GncBillTerm * gncInvoiceGetTerms (const GncInvoice *invoice)
 
const char * gncInvoiceGetBillingID (const GncInvoice *invoice)
 
const char * gncInvoiceGetNotes (const GncInvoice *invoice)
 
const char * gncInvoiceGetDocLink (const GncInvoice *invoice)
 
GncOwnerType gncInvoiceGetOwnerType (const GncInvoice *invoice)
 
GList * gncInvoiceGetTypeListForOwnerType (const GncOwnerType type)
 
GncInvoiceType gncInvoiceGetType (const GncInvoice *invoice)
 
const char * gncInvoiceGetTypeString (const GncInvoice *invoice)
 
gnc_commodity * gncInvoiceGetCurrency (const GncInvoice *invoice)
 
GncOwnergncInvoiceGetBillTo (GncInvoice *invoice)
 
gnc_numeric gncInvoiceGetToChargeAmount (const GncInvoice *invoice)
 
gboolean gncInvoiceGetActive (const GncInvoice *invoice)
 
gboolean gncInvoiceGetIsCreditNote (const GncInvoice *invoice)
 
GNCLot * gncInvoiceGetPostedLot (const GncInvoice *invoice)
 
Transaction * gncInvoiceGetPostedTxn (const GncInvoice *invoice)
 
AccountgncInvoiceGetPostedAcc (const GncInvoice *invoice)
 

Detailed Description

An invoice holds a list of entries, a pointer to the customer, and the job, the dates entered and posted, as well as the account, transaction and lot for the posted invoice.

Function Documentation

◆ gncInvoiceAmountPositive()

gboolean gncInvoiceAmountPositive ( const GncInvoice *  invoice)

Depending on the invoice type, invoices have a different effect on the balance.

Customer invoices increase the balance, while vendor bills decrease the balance. Credit notes have the opposite effect.

Returns TRUE if the invoice will increase the balance or FALSE otherwise.

Definition at line 1341 of file gncInvoice.c.

1342 {
1343  switch (gncInvoiceGetType (invoice))
1344  {
1345  case GNC_INVOICE_CUST_INVOICE:
1346  case GNC_INVOICE_VEND_CREDIT_NOTE:
1347  case GNC_INVOICE_EMPL_CREDIT_NOTE:
1348  return TRUE;
1349  case GNC_INVOICE_CUST_CREDIT_NOTE:
1350  case GNC_INVOICE_VEND_INVOICE:
1351  case GNC_INVOICE_EMPL_INVOICE:
1352  return FALSE;
1353  case GNC_INVOICE_UNDEFINED:
1354  default:
1355  /* Should never be reached.
1356  * If it is, perhaps a new value is added to GncInvoiceType ? */
1357  g_assert_not_reached ();
1358  return FALSE;
1359  }
1360 }

◆ gncInvoiceApplyPayment()

void gncInvoiceApplyPayment ( const GncInvoice *  invoice,
Transaction *  txn,
Account xfer_acc,
gnc_numeric  amount,
gnc_numeric  exch,
time64  date,
const char *  memo,
const char *  num 
)

A convenience function to apply a payment to an invoice.

It creates a lot for a payment optionally based on an existing transaction and then tries to balance it with the given invoice. Contrary to gncOwnerApplyPayment, no other open documents or payments for the owner will be considered to balance the payment.

This code is actually a convenience wrapper around gncOwnerCreatePaymentLotSecs and gncOwnerAutoApplyPaymentsWithLots. See their descriptions for more details on what happens exactly.

Definition at line 2005 of file gncInvoice.c.

2009 {
2010  GNCLot *payment_lot;
2011  GList *selected_lots = NULL;
2012  const GncOwner *owner;
2013 
2014  /* Verify our arguments */
2015  if (!invoice || !gncInvoiceIsPosted (invoice) || !xfer_acc) return;
2016 
2017  owner = gncOwnerGetEndOwner (gncInvoiceGetOwner (invoice));
2018  g_return_if_fail (owner->owner.undefined);
2019 
2020  /* Create a lot for this payment */
2021  payment_lot = gncOwnerCreatePaymentLotSecs (owner, &txn,
2022  invoice->posted_acc,
2023  xfer_acc, amount, exch,
2024  date, memo, num);
2025 
2026  /* Select the invoice as only payment candidate */
2027  selected_lots = g_list_prepend (selected_lots, invoice->posted_lot);
2028 
2029  /* And link the invoice lot and the payment lot together as well as possible. */
2030  if (payment_lot)
2031  selected_lots = g_list_prepend (selected_lots, payment_lot);
2032  gncOwnerAutoApplyPaymentsWithLots (owner, selected_lots);
2033 }
void gncOwnerAutoApplyPaymentsWithLots(const GncOwner *owner, GList *lots)
Given a list of lots, try to balance as many of them as possible by creating balancing transactions b...
Definition: gncOwner.c:1256
GNCLot * gncOwnerCreatePaymentLotSecs(const GncOwner *owner, Transaction **preset_txn, Account *posted_acc, Account *xfer_acc, gnc_numeric amount, gnc_numeric exch, time64 date, const char *memo, const char *num)
Create a lot for a payment to the owner using the other parameters passed in.
Definition: gncOwner.c:750
const GncOwner * gncOwnerGetEndOwner(const GncOwner *owner)
Get the "parent" Owner or GncGUID thereof.
Definition: gncOwner.c:572

◆ gncInvoiceCopy()

GncInvoice* gncInvoiceCopy ( const GncInvoice *  other_invoice)

Create a new GncInvoice object as a deep copy of the given other invoice.

The returned new invoice has everything copied from the other invoice, including the ID string field. All GncEntries are newly allocated copies of the original invoice's entries.

Definition at line 336 of file gncInvoice.c.

337 {
338  GncInvoice *invoice;
339  QofBook* book;
340  GList *node;
341  GValue v = G_VALUE_INIT;
342 
343  g_assert (from);
344  book = qof_instance_get_book (from);
345  g_assert (book);
346 
347  invoice = g_object_new (GNC_TYPE_INVOICE, NULL);
348  qof_instance_init_data (&invoice->inst, _GNC_MOD_NAME, book);
349 
350  gncInvoiceBeginEdit (invoice);
351 
352  invoice->id = CACHE_INSERT (from->id);
353  invoice->notes = CACHE_INSERT (from->notes);
354  invoice->billing_id = CACHE_INSERT (from->billing_id);
355  invoice->active = from->active;
356 
357  qof_instance_get_kvp (QOF_INSTANCE (from), &v, 1, GNC_INVOICE_IS_CN);
358  if (G_VALUE_HOLDS_INT64 (&v))
359  qof_instance_set_kvp (QOF_INSTANCE (invoice), &v, 1, GNC_INVOICE_IS_CN);
360  g_value_unset (&v);
361 
362  invoice->terms = from->terms;
363  gncBillTermIncRef (invoice->terms);
364 
365  gncOwnerCopy (&from->billto, &invoice->billto);
366  gncOwnerCopy (&from->owner, &invoice->owner);
367  invoice->job = from->job; // FIXME: Need IncRef or similar here?!?
368 
369  invoice->to_charge_amount = from->to_charge_amount;
370  invoice->date_opened = from->date_opened;
371 
372  // Oops. Do not forget to copy the pointer to the correct currency here.
373  invoice->currency = from->currency;
374 
375  gncInvoiceSetDocLink (invoice, gncInvoiceGetDocLink (from));
376 
377  // Copy all invoice->entries
378  for (node = from->entries; node; node = node->next)
379  {
380  GncEntry *from_entry = node->data;
381  GncEntry *to_entry = gncEntryCreate (book);
382  gncEntryCopy (from_entry, to_entry, FALSE);
383 
384  switch (gncInvoiceGetOwnerType (invoice))
385  {
386  case GNC_OWNER_VENDOR:
387  case GNC_OWNER_EMPLOYEE:
388  // this is a vendor bill, or an expense voucher
389  gncBillAddEntry (invoice, to_entry);
390  break;
391  case GNC_OWNER_CUSTOMER:
392  default:
393  // this is an invoice
394  gncInvoiceAddEntry (invoice, to_entry);
395  break;
396  }
397  }
398 
399  // FIXME: The prices are not (yet) copied; is this a problem?
400 
401  // Posted-date and the posted Txn is intentionally not copied; the
402  // copy isn't "posted" but needs to be posted by the user.
403  mark_invoice (invoice);
404  gncInvoiceCommitEdit (invoice);
405 
406  return invoice;
407 }
void qof_instance_set_kvp(QofInstance *, GValue const *value, unsigned count,...)
Sets a KVP slot to a value from a GValue.
QofBook * qof_instance_get_book(gconstpointer inst)
Return the book pointer.
void qof_instance_get_kvp(QofInstance *, GValue *value, unsigned count,...)
Retrieves the contents of a KVP slot into a provided GValue.
void qof_instance_init_data(QofInstance *inst, QofIdType type, QofBook *book)
Initialise the settings associated with an instance.
void gncBillAddEntry(GncInvoice *bill, GncEntry *entry)
Call this function when adding an entry to a bill instead of an invoice.
Definition: gncInvoice.c:719

◆ gncInvoiceGetForeignCurrencies()

GHashTable* gncInvoiceGetForeignCurrencies ( const GncInvoice *  invoice)

Return an overview of amounts on this invoice that will be posted to accounts in currencies that are different from the invoice currency.

These accounts can be the accounts referred to in invoice entries or tax tables. This information is returned in the from of a hash table. The keys in the hash table are the foreign currencies, the values are the accumulated amounts in that currency. Drop the reference to the hash table with g_hash_table_unref when no longer needed.

Definition at line 1362 of file gncInvoice.c.

1363 {
1364  EntryList *entries_iter;
1365  gboolean is_cust_doc = (gncInvoiceGetOwnerType (invoice) == GNC_OWNER_CUSTOMER);
1366  gboolean is_cn = gncInvoiceGetIsCreditNote (invoice);
1367  GHashTable *amt_hash = g_hash_table_new_full (g_direct_hash, g_direct_equal,
1368  NULL, g_free);
1369  ENTER ("");
1370 
1371  for (entries_iter = invoice->entries; entries_iter != NULL; entries_iter = g_list_next(entries_iter))
1372  {
1373  GncEntry *entry = (GncEntry*)entries_iter->data;
1374  Account *this_acc;
1375  gnc_commodity *account_currency;
1376  AccountValueList *tt_amts = NULL, *tt_iter;
1377 
1378  /* Check entry's account currency */
1379  this_acc = (is_cust_doc ? gncEntryGetInvAccount (entry) :
1380  gncEntryGetBillAccount (entry));
1381  account_currency = xaccAccountGetCommodity (this_acc);
1382 
1383  if (this_acc &&
1384  !gnc_commodity_equal (gncInvoiceGetCurrency (invoice), account_currency))
1385  {
1386  gnc_numeric *curr_amt = (gnc_numeric*) g_hash_table_lookup (amt_hash, account_currency);
1387  gnc_numeric *entry_amt = (gnc_numeric*) g_new0 (gnc_numeric, 1);
1388  *entry_amt = gncEntryGetDocValue (entry, FALSE, is_cust_doc, is_cn);
1389  if (curr_amt)
1390  *entry_amt = gnc_numeric_add (*entry_amt, *curr_amt, GNC_DENOM_AUTO, GNC_HOW_RND_ROUND_HALF_UP);
1391  g_hash_table_insert (amt_hash, account_currency, entry_amt);
1392  }
1393 
1394  /* Check currencies of each account in the tax table linked
1395  * to the current entry */
1396  tt_amts = gncEntryGetDocTaxValues (entry, is_cust_doc, is_cn);
1397 
1398  if (!tt_amts)
1399  continue;
1400 
1401  for (tt_iter = tt_amts; tt_iter != NULL; tt_iter = g_list_next(tt_iter))
1402  {
1403  GncAccountValue *tt_amt_val = (GncAccountValue*)tt_iter->data;
1404  Account *tt_acc = tt_amt_val->account;
1405  gnc_commodity *tt_acc_currency = xaccAccountGetCommodity (tt_acc);
1406 
1407  if (tt_acc &&
1408  !gnc_commodity_equal (gncInvoiceGetCurrency (invoice), tt_acc_currency))
1409  {
1410  gnc_numeric *curr_amt = (gnc_numeric*) g_hash_table_lookup (amt_hash, tt_acc_currency);
1411  gnc_numeric *tt_acc_amt = (gnc_numeric*) g_new0 (gnc_numeric, 1);
1412  *tt_acc_amt = tt_amt_val->value;
1413  if (curr_amt)
1414  *tt_acc_amt = gnc_numeric_add (*tt_acc_amt, *curr_amt, GNC_DENOM_AUTO, GNC_HOW_RND_ROUND_HALF_UP);
1415  g_hash_table_insert (amt_hash, tt_acc_currency, tt_acc_amt);
1416  }
1417  }
1418  gncAccountValueDestroy (tt_amts);
1419  }
1420 
1421  LEAVE ("");
1422  return amt_hash;
1423 }
STRUCTS.
AccountValueList * gncEntryGetDocTaxValues(GncEntry *entry, gboolean is_cust_doc, gboolean is_cn)
Careful: the returned list is NOT owned by the entry and should be freed by the caller.
Definition: gncEntry.c:1548
gboolean gnc_commodity_equal(const gnc_commodity *a, const gnc_commodity *b)
This routine returns TRUE if the two commodities are equal.
gnc_numeric gnc_numeric_add(gnc_numeric a, gnc_numeric b, gint64 denom, gint how)
Return a+b.
#define ENTER(format, args...)
Print a function entry debugging message.
Definition: qoflog.h:272
void gncAccountValueDestroy(GList *list)
Destroy a list of accountvalues.
Definition: gncTaxTable.c:997
gnc_commodity * xaccAccountGetCommodity(const Account *acc)
Get the account's commodity.
Definition: Account.cpp:3359
#define LEAVE(format, args...)
Print a function exit debugging message.
Definition: qoflog.h:282
Round to the nearest integer, rounding away from zero when there are two equidistant nearest integers...
Definition: gnc-numeric.h:165
#define GNC_DENOM_AUTO
Values that can be passed as the 'denom' argument.
Definition: gnc-numeric.h:245

◆ gncInvoiceGetTotal()

gnc_numeric gncInvoiceGetTotal ( GncInvoice *  invoice)

Return the "total" amount of the invoice as seen on the document (and shown to the user in the reports and invoice ledger).

Definition at line 1008 of file gncInvoice.c.

1009 {
1010  if (!invoice) return gnc_numeric_zero ();
1011  return gncInvoiceGetTotalInternal (invoice, TRUE, TRUE, FALSE, 0);
1012 }

◆ gncInvoicePostToAccount()

Transaction* gncInvoicePostToAccount ( GncInvoice *  invoice,
Account acc,
time64  posted_date,
time64  due_date,
const char *  memo,
gboolean  accumulatesplits,
gboolean  autopay 
)

Post this invoice to an account.

Returns the new Transaction that is tied to this invoice. The transaction is set with the supplied posted date, due date, and memo. The Transaction description is set to the name of the company.

If accumulate splits is TRUE, entries in the same account will be merged into one single split in that account. Otherwise each entry will be posted as a separate split, possibly resulting in multiple splits in one account.

If autopay is TRUE, the code will try to find pre-payments, invoices or credit notes that can reduce the amount due for this invoice, marking the invoice as fully or partially paid, depending on the amounts on all documents involved. If autopay is FALSE, it's the user's responsibility to explicitly pay the invoice.

Definition at line 1496 of file gncInvoice.c.

1500 {
1501  Transaction *txn;
1502  QofBook *book;
1503  GNCLot *lot = NULL;
1504  GList *iter;
1505  GList *splitinfo = NULL;
1506  gnc_numeric total;
1507  gboolean is_cust_doc;
1508  gboolean is_cn;
1509  const char *name, *type;
1510  char *lot_title;
1511  Account *ccard_acct = NULL;
1512  const GncOwner *owner;
1513  int denom = xaccAccountGetCommoditySCU (acc);
1514  AccountValueList *taxes;
1515 
1516  if (!invoice || !acc) return NULL;
1517  if (gncInvoiceIsPosted (invoice)) return NULL;
1518 
1519  ENTER ("");
1520  gncInvoiceBeginEdit (invoice);
1521  book = qof_instance_get_book (invoice);
1522 
1523  /* Stabilize the Billing Terms of this invoice */
1524  if (invoice->terms)
1525  gncInvoiceSetTerms (invoice,
1526  gncBillTermReturnChild (invoice->terms, TRUE));
1527 
1528  /* GncEntry functions need to know if the invoice/credit note is for a customer or a vendor/employee. */
1529  is_cust_doc = (gncInvoiceGetOwnerType (invoice) == GNC_OWNER_CUSTOMER);
1530  is_cn = gncInvoiceGetIsCreditNote (invoice);
1531 
1532  /* Figure out if we need to separate out "credit-card" items */
1533  owner = gncOwnerGetEndOwner (gncInvoiceGetOwner (invoice));
1534  if (gncInvoiceGetOwnerType (invoice) == GNC_OWNER_EMPLOYEE)
1535  ccard_acct = gncEmployeeGetCCard (gncOwnerGetEmployee (owner));
1536 
1537  /* Create a new lot for this invoice */
1538  lot = gnc_lot_new (book);
1539  gncInvoiceAttachToLot (invoice, lot);
1540  gnc_lot_begin_edit (lot);
1541 
1542  type = gncInvoiceGetTypeString (invoice);
1543 
1544  /* Set the lot title */
1545  lot_title = g_strdup_printf ("%s %s", type, gncInvoiceGetID (invoice));
1546  gnc_lot_set_title (lot, lot_title);
1547  g_free (lot_title);
1548 
1549  /* Create a new transaction */
1550  txn = xaccMallocTransaction (book);
1551  xaccTransBeginEdit (txn);
1552 
1553  name = gncOwnerGetName (gncOwnerGetEndOwner (gncInvoiceGetOwner (invoice)));
1554 
1555  /* Set Transaction Description (Owner Name) , Num (invoice ID or type, based
1556  * on book option), Currency */
1557  xaccTransSetDescription (txn, name ? name : "");
1558  gnc_set_num_action (txn, NULL, gncInvoiceGetID (invoice), type);
1559  xaccTransSetCurrency (txn, invoice->currency);
1560 
1561  /* Entered and Posted at date */
1562  xaccTransSetDateEnteredSecs (txn, gnc_time (NULL));
1563  xaccTransSetDatePostedSecsNormalized (txn, post_date);
1564  gncInvoiceSetDatePosted (invoice, xaccTransRetDatePosted(txn));
1565 
1566  xaccTransSetDateDue (txn, due_date);
1567 
1568  /* Get invoice total and taxes. */
1569  total = gncInvoiceGetTotal (invoice);
1570  taxes = gncInvoiceGetTotalTaxList (invoice);
1571  /* The two functions above return signs relative to the document
1572  * We need to convert them to balance values before we can use them here
1573  * Note the odd construct comparing two booleans is to xor them
1574  * that is, only evaluate true if both are different.
1575  */
1576  if (is_cust_doc != is_cn)
1577  {
1578  GList *node;
1579  total = gnc_numeric_neg (total);
1580  for (node = taxes; node; node = node->next)
1581  {
1582  GncAccountValue *acc_val = node->data;
1583  acc_val->value = gnc_numeric_neg (acc_val->value);
1584  }
1585  }
1586 
1587  /* Iterate through the entries; sum up everything for each account.
1588  * then create the appropriate splits in this txn.
1589  */
1590 
1591  for (iter = gncInvoiceGetEntries (invoice); iter; iter = iter->next)
1592  {
1593  gnc_numeric value, tax;
1594  GncEntry * entry = iter->data;
1595  Account *this_acc;
1596 
1597  /* Stabilize the TaxTable in this entry */
1598  gncEntryBeginEdit (entry);
1599  if (is_cust_doc)
1600  gncEntrySetInvTaxTable
1601  (entry, gncTaxTableReturnChild (gncEntryGetInvTaxTable (entry), TRUE));
1602  else
1603  {
1604  gncEntrySetBillTaxTable
1605  (entry, gncTaxTableReturnChild (gncEntryGetBillTaxTable (entry), TRUE));
1606 
1607  /* If this is a bill, and the entry came from an invoice originally, copy the price */
1608  if (gncEntryGetBillable (entry))
1609  {
1610  /* We need to set the net price since it may be another tax rate for invoices than bills */
1611  gncEntrySetInvPrice (entry, gncEntryGetPrice (entry, FALSE, TRUE));
1612  gncEntrySetInvTaxIncluded (entry, FALSE);
1613  }
1614  }
1615  gncEntryCommitEdit (entry);
1616 
1617  /* Obtain the Entry's Value and TaxValues
1618  Note we use rounded values here and below to prevent creating an imbalanced transaction */
1619  value = gncEntryGetBalValue (entry, TRUE, is_cust_doc);
1620  tax = gncEntryGetBalTaxValue (entry, TRUE, is_cust_doc);
1621 
1622  DEBUG ("Tax %" PRId64 "/%" PRId64 " on entry value %" PRId64 "/%" PRId64,
1623  tax.num, tax.denom, value.num, value.denom);
1624  /* add the value for the account split */
1625  this_acc = (is_cust_doc ? gncEntryGetInvAccount (entry) :
1626  gncEntryGetBillAccount (entry));
1627  if (this_acc)
1628  {
1629  if (gnc_numeric_check (value) == GNC_ERROR_OK)
1630  {
1631  if (accumulatesplits)
1632  splitinfo = gncAccountValueAdd (splitinfo, this_acc, value);
1633  /* Adding to total in case of accumulatesplits will be deferred to later when each split is effectively added */
1634  else if (!gncInvoicePostAddSplit (book, this_acc, txn, value,
1635  gncEntryGetDescription (entry),
1636  type, invoice))
1637  {
1638  /*This is an error, which shouldn't even be able to happen.
1639  We can't really do anything sensible about it, and this is
1640  a user-interface free zone so we can't try asking the user
1641  again either, have to return NULL*/
1642  PERR("Failed to add split %s", gncEntryGetDescription (entry));
1643  LEAVE ("NULL");
1644  return NULL;
1645  }
1646 
1647  /* If there is a credit-card account, and this is a CCard
1648  * payment type, subtract it from the total, and instead
1649  * create a split to the CC Acct with a memo of the entry
1650  * description instead of the provided memo. Note that the
1651  * value reversal is the same as the post account.
1652  *
1653  * Note: we don't have to worry about the tax values --
1654  * expense vouchers don't have them.
1655  */
1656  if (ccard_acct && gncEntryGetBillPayment (entry) == GNC_PAYMENT_CARD)
1657  {
1658  Split *split;
1659 
1660  total = gnc_numeric_sub (total, value, denom,
1662 
1663  split = xaccMallocSplit (book);
1664  xaccSplitSetMemo (split, gncEntryGetDescription (entry));
1665  /* set action based on book option */
1666  gnc_set_num_action (NULL, split, gncInvoiceGetID (invoice), type);
1667  xaccAccountBeginEdit (ccard_acct);
1668  xaccAccountInsertSplit (ccard_acct, split);
1669  xaccAccountCommitEdit (ccard_acct);
1670  xaccTransAppendSplit (txn, split);
1671  xaccSplitSetBaseValue (split, gnc_numeric_neg (value),
1672  invoice->currency);
1673 
1674  }
1675 
1676  }
1677  else
1678  PWARN ("bad value in our entry");
1679  }
1680 
1681  /* check the taxes */
1682  if (gnc_numeric_check (tax) != GNC_ERROR_OK)
1683  PWARN ("bad tax in our entry");
1684 
1685  } /* for */
1686 
1687 
1688  /* now merge in the TaxValues */
1689  splitinfo = gncAccountValueAddList (splitinfo, taxes);
1690  gncAccountValueDestroy (taxes);
1691 
1692  /* Iterate through the splitinfo list and generate the splits */
1693  if (splitinfo)
1694  PINFO ("Processing Split List");
1695  for (iter = splitinfo; iter; iter = iter->next)
1696  {
1697  GncAccountValue *acc_val = iter->data;
1698 
1699  //gnc_numeric amt_rounded = gnc_numeric_convert(acc_val->value,
1700  // denom, GNC_HOW_DENOM_EXACT | GNC_HOW_RND_ROUND_HALF_UP);
1701  if (!gncInvoicePostAddSplit (book, acc_val->account, txn, acc_val->value,
1702  memo, type, invoice))
1703  {
1704  /*This is an error, which shouldn't even be able to happen.
1705  We can't really do anything sensible about it, and this is
1706  a user-interface free zone so we can't try asking the user
1707  again either, have to return NULL*/
1708  PERR("Failed to add split %s, aborting accumulated splits.", memo);
1709  return NULL;
1710  }
1711  }
1712 
1713  /* If there is a ccard account, we may have an additional "to_card" payment.
1714  * we should make that now.
1715  */
1716  if (ccard_acct && !gnc_numeric_zero_p (invoice->to_charge_amount))
1717  {
1718  Split *split = xaccMallocSplit (book);
1719 
1720  /* To charge amount is stored in document value. We need balance value here
1721  * so convert if necessary. */
1722  gnc_numeric to_charge_bal_amount = (is_cn ? gnc_numeric_neg (invoice->to_charge_amount)
1723  : invoice->to_charge_amount);
1724 
1725  PINFO ("Process to_card payment split");
1726  /* Set memo. */
1727  xaccSplitSetMemo (split, _("Extra to Charge Card"));
1728  /* Set action based on book option */
1729  gnc_set_num_action (NULL, split, gncInvoiceGetID (invoice), type);
1730 
1731  xaccAccountBeginEdit (ccard_acct);
1732  xaccAccountInsertSplit (ccard_acct, split);
1733  xaccAccountCommitEdit (ccard_acct);
1734  xaccTransAppendSplit (txn, split);
1735  xaccSplitSetBaseValue (split, gnc_numeric_neg (to_charge_bal_amount),
1736  invoice->currency);
1737 
1738  total = gnc_numeric_sub (total, to_charge_bal_amount, denom,
1740  }
1741 
1742  /* Now create the Posted split (which is the opposite sign of the above splits) */
1743  {
1744  Split *split = xaccMallocSplit (book);
1745 
1746  PINFO ("Process to_card balancing split");
1747  /* Set memo */
1748  xaccSplitSetMemo (split, memo);
1749  /* Set action based on book option */
1750  gnc_set_num_action (NULL, split, gncInvoiceGetID (invoice), type);
1751 
1752  xaccAccountBeginEdit (acc);
1753  xaccAccountInsertSplit (acc, split);
1754  xaccAccountCommitEdit (acc);
1755  xaccTransAppendSplit (txn, split);
1756  xaccSplitSetBaseValue (split, gnc_numeric_neg (total),
1757  invoice->currency);
1758 
1759  /* add this split to the lot */
1760  gnc_lot_add_split (lot, split);
1761  }
1762 
1763  /* Now attach this invoice to the txn and account */
1764  gncInvoiceAttachToTxn (invoice, txn);
1765  gncInvoiceSetPostedAcc (invoice, acc);
1766 
1767  xaccTransSetReadOnly (txn, _("Generated from an invoice. Try unposting the invoice."));
1768  xaccTransCommitEdit (txn);
1769 
1770  gncAccountValueDestroy (splitinfo);
1771 
1772  gnc_lot_commit_edit (lot);
1773  /* Not strictly necessary, since it was done by the Set calls
1774  * above, but good insurance. */
1775  DEBUG("Committing Invoice %s", invoice->id);
1776  mark_invoice (invoice);
1777  gncInvoiceCommitEdit (invoice);
1778 
1779  /* If requested, attempt to automatically apply open payments
1780  * and reverse documents to this lot to close it (or at least
1781  * reduce its balance) */
1782  if (autopay)
1783  gncInvoiceAutoApplyPayments (invoice);
1784 
1785  LEAVE ("");
1786  return txn;
1787 }
#define xaccTransAppendSplit(t, s)
Add a split to the transaction.
Definition: Transaction.h:381
Transaction * xaccMallocTransaction(QofBook *book)
The xaccMallocTransaction() will malloc memory and initialize it.
void xaccSplitSetBaseValue(Split *s, gnc_numeric value, const gnc_commodity *base_currency)
Depending on the base_currency, set either the value or the amount of this split or both: If the base...
Definition: Split.cpp:1320
void xaccTransSetDatePostedSecsNormalized(Transaction *trans, time64 time)
This function sets the posted date of the transaction, specified by a time64 (see ctime(3))...
QofBook * qof_instance_get_book(gconstpointer inst)
Return the book pointer.
#define PINFO(format, args...)
Print an informational note.
Definition: qoflog.h:256
int xaccAccountGetCommoditySCU(const Account *acc)
Return the SCU for the account.
Definition: Account.cpp:2696
gnc_numeric gnc_numeric_neg(gnc_numeric a)
Returns a newly created gnc_numeric that is the negative of the given gnc_numeric value...
STRUCTS.
#define DEBUG(format, args...)
Print a debugging message.
Definition: qoflog.h:264
void gnc_lot_add_split(GNCLot *lot, Split *split)
Adds a split to this lot.
Definition: gnc-lot.cpp:594
void xaccTransSetDescription(Transaction *trans, const char *desc)
Sets the transaction Description.
gboolean gnc_numeric_zero_p(gnc_numeric a)
Returns 1 if the given gnc_numeric is 0 (zero), else returns 0.
Use any denominator which gives an exactly correct ratio of numerator to denominator.
Definition: gnc-numeric.h:188
#define PERR(format, args...)
Log a serious error.
Definition: qoflog.h:244
#define ENTER(format, args...)
Print a function entry debugging message.
Definition: qoflog.h:272
gnc_numeric gncInvoiceGetTotal(GncInvoice *invoice)
Return the "total" amount of the invoice as seen on the document (and shown to the user in the report...
Definition: gncInvoice.c:1008
void gncInvoiceAutoApplyPayments(GncInvoice *invoice)
Attempt to pay the invoice using open payment lots and lots for documents of the opposite sign (credi...
Definition: gncInvoice.c:1961
void xaccTransSetCurrency(Transaction *trans, gnc_commodity *curr)
Set a new currency on a transaction.
#define PWARN(format, args...)
Log a warning.
Definition: qoflog.h:250
void xaccTransSetReadOnly(Transaction *trans, const char *reason)
Set the transaction to be ReadOnly by setting a non-NULL value as "reason".
void xaccSplitSetMemo(Split *split, const char *memo)
The memo is an arbitrary string associated with a split.
time64 xaccTransRetDatePosted(const Transaction *trans)
Retrieve the posted date of the transaction.
void xaccTransSetDateDue(Transaction *trans, time64 time)
Dates and txn-type for A/R and A/P "invoice" postings.
void xaccTransCommitEdit(Transaction *trans)
The xaccTransCommitEdit() method indicates that the changes to the transaction and its splits are com...
void gncAccountValueDestroy(GList *list)
Destroy a list of accountvalues.
Definition: gncTaxTable.c:997
void xaccTransBeginEdit(Transaction *trans)
The xaccTransBeginEdit() method must be called before any changes are made to a transaction or any of...
Split * xaccMallocSplit(QofBook *book)
Constructor.
Definition: gmock-Split.cpp:37
gnc_numeric gnc_numeric_sub(gnc_numeric a, gnc_numeric b, gint64 denom, gint how)
Return a-b.
const GncOwner * gncOwnerGetEndOwner(const GncOwner *owner)
Get the "parent" Owner or GncGUID thereof.
Definition: gncOwner.c:572
void xaccAccountBeginEdit(Account *acc)
The xaccAccountBeginEdit() subroutine is the first phase of a two-phase-commit wrapper for account up...
Definition: Account.cpp:1475
#define xaccAccountInsertSplit(acc, s)
The xaccAccountInsertSplit() method will insert the indicated split into the indicated account...
Definition: Account.h:1048
GList * gncAccountValueAddList(GList *l1, GList *l2)
Merge l2 into l1.
Definition: gncTaxTable.c:970
#define LEAVE(format, args...)
Print a function exit debugging message.
Definition: qoflog.h:282
Round to the nearest integer, rounding away from zero when there are two equidistant nearest integers...
Definition: gnc-numeric.h:165
time64 gnc_time(time64 *tbuf)
get the current time
Definition: gnc-date.cpp:261
GNCNumericErrorCode gnc_numeric_check(gnc_numeric in)
Check for error signal in value.
GList * gncAccountValueAdd(GList *list, Account *acc, gnc_numeric value)
This will add value to the account-value for acc, creating a new list object if necessary.
Definition: gncTaxTable.c:942
void xaccTransSetDateEnteredSecs(Transaction *trans, time64 secs)
Modify the date of when the transaction was entered.
GncEmployee * gncOwnerGetEmployee(const GncOwner *owner)
If the given owner is of type GNC_OWNER_EMPLOYEE, returns the pointer to the employee object...
Definition: gncOwner.c:390
No error.
Definition: gnc-numeric.h:223
AccountValueList * gncInvoiceGetTotalTaxList(GncInvoice *invoice)
Return a list of tax totals accumulated per tax account.
Definition: gncInvoice.c:1032
void xaccAccountCommitEdit(Account *acc)
ThexaccAccountCommitEdit() subroutine is the second phase of a two-phase-commit wrapper for account u...
Definition: Account.cpp:1516

◆ gncInvoiceRemoveEntries()

void gncInvoiceRemoveEntries ( GncInvoice *  invoice)

Remove all entries from an invoice.

To be called before destroying an invoice.

Definition at line 760 of file gncInvoice.c.

761 {
762  if (!invoice) return;
763 
764  // gnc{Bill,Invoice}RemoveEntry free the "entry" node.
765  // Make sure to save "next" first.
766  for (GList *next, *node = invoice->entries; node; node = next)
767  {
768  next = node->next;
769  GncEntry *entry = node->data;
770 
771  switch (gncInvoiceGetOwnerType (invoice))
772  {
773  case GNC_OWNER_VENDOR:
774  case GNC_OWNER_EMPLOYEE:
775  // this is a vendor bill, or an expense voucher
776  gncBillRemoveEntry (invoice, entry);
777  break;
778  case GNC_OWNER_CUSTOMER:
779  default:
780  // this is an invoice
781  gncInvoiceRemoveEntry (invoice, entry);
782  break;
783  }
784 
785  /* If the entry is no longer referenced by any document,
786  * remove it.
787  */
788  if (!(gncEntryGetInvoice (entry) ||
789  gncEntryGetBill (entry) ||
790  gncEntryGetOrder (entry)))
791  {
792  gncEntryBeginEdit (entry);
793  gncEntryDestroy (entry);
794  }
795  }
796 }

◆ gncInvoiceSetDateOpenedGDate()

void gncInvoiceSetDateOpenedGDate ( GncInvoice *  invoice,
const GDate *  date 
)

Set the DateOpened using a GDate argument.

(Note: Internally this stores the date in a time64 as created through time64CanonicalDayTime()).

Definition at line 488 of file gncInvoice.c.

489 {
490  g_assert (date);
491  gncInvoiceSetDateOpened(invoice, time64CanonicalDayTime (gdate_to_time64 (*date)));
492 }
time64 gdate_to_time64(GDate d)
Turns a GDate into a time64, returning the first second of the day.
Definition: gnc-date.cpp:1253
time64 time64CanonicalDayTime(time64 t)
convert a time64 on a certain day (localtime) to the time64 representing midday on that day...
Definition: gnc-date.cpp:403

◆ gncInvoiceUnpost()

gboolean gncInvoiceUnpost ( GncInvoice *  invoice,
gboolean  reset_tax_tables 
)

Unpost this invoice.

This will destroy the posted transaction and return the invoice to its unposted state. It may leave empty lots out there. If reset_tax_tables is TRUE, then it will also revert all the Tax Tables to the parent, which will potentially change the total value of the invoice. It may also leave some orphaned Tax Table children.

Returns TRUE if successful, FALSE if there is a problem.

Definition at line 1790 of file gncInvoice.c.

1791 {
1792  Transaction *txn;
1793  GNCLot *lot;
1794  GList *lot_split_list, *lot_split_iter;
1795 
1796  if (!invoice) return FALSE;
1797  if (!gncInvoiceIsPosted (invoice)) return FALSE;
1798 
1799  txn = gncInvoiceGetPostedTxn (invoice);
1800  g_return_val_if_fail (txn, FALSE);
1801 
1802  lot = gncInvoiceGetPostedLot (invoice);
1803  g_return_val_if_fail (lot, FALSE);
1804 
1805  ENTER ("");
1806  /* Destroy the Posted Transaction */
1807  xaccTransClearReadOnly (txn);
1808  xaccTransBeginEdit (txn);
1809  xaccTransDestroy (txn);
1810  xaccTransCommitEdit (txn);
1811 
1812  /* Disconnect the lot from the invoice; re-attach to the invoice owner */
1813  gncInvoiceDetachFromLot (lot);
1814  gncOwnerAttachToLot (&invoice->owner, lot);
1815 
1816  /* Check if this invoice was linked to other lots (payments/inverse signed
1817  * invoices).
1818  * If this is the case, recreate the link transaction between all the remaining lots.
1819  *
1820  * Note that before GnuCash 2.6 payments were not stored in separate lots, but
1821  * always ended up in invoice lots when matched to an invoice. Over-payments
1822  * were copied to a new lot, to which later an invoice was added again and so on.
1823  * These over-payments were handled with automatic payment forward transactions.
1824  * You could consider these transactions to be links between lots as well, but
1825  * to avoid some unexpected behavior, these will not be altered here.
1826  */
1827 
1828  // Note: make a copy of the lot list here, when splits are deleted from the lot,
1829  // the original list may be destroyed by the lot code.
1830  lot_split_list = g_list_copy (gnc_lot_get_split_list (lot));
1831  if (lot_split_list)
1832  PINFO ("Recreating link transactions for remaining lots");
1833  for (lot_split_iter = lot_split_list; lot_split_iter; lot_split_iter = lot_split_iter->next)
1834  {
1835  Split *split = lot_split_iter->data;
1836  GList *other_split_list, *list_iter;
1837  Transaction *other_txn = xaccSplitGetParent (split);
1838  GList *lot_list = NULL;
1839 
1840  /* Only work with transactions that link invoices and payments.
1841  * Note: this check also catches the possible case of NULL splits. */
1842  if (xaccTransGetTxnType (other_txn) != TXN_TYPE_LINK)
1843  continue;
1844 
1845  /* Save a list of lots this linking transaction linked to */
1846  other_split_list = xaccTransGetSplitList (other_txn);
1847  for (list_iter = other_split_list; list_iter; list_iter = list_iter->next)
1848  {
1849  Split *other_split = list_iter->data;
1850  GNCLot *other_lot = xaccSplitGetLot (other_split);
1851 
1852  /* Omit the lot we are about to delete */
1853  if (other_lot == lot)
1854  continue;
1855 
1856  lot_list = g_list_prepend (lot_list, other_lot);
1857  }
1858  /* Maintain original split order */
1859  lot_list = g_list_reverse (lot_list);
1860 
1861  /* Now remove this link transaction. */
1862  xaccTransClearReadOnly (other_txn);
1863  xaccTransBeginEdit (other_txn);
1864  xaccTransDestroy (other_txn);
1865  xaccTransCommitEdit (other_txn);
1866 
1867  /* Re-balance the saved lots as well as is possible */
1868  gncOwnerAutoApplyPaymentsWithLots (&invoice->owner, lot_list);
1869 
1870  /* If any of the saved lots has no more splits, then destroy it.
1871  * Otherwise if any has an invoice associated with it,
1872  * send it a modified event to reset its paid status */
1873  for (list_iter = lot_list; list_iter; list_iter = list_iter->next)
1874  {
1875  GNCLot *other_lot = list_iter->data;
1876  GncInvoice *other_invoice = gncInvoiceGetInvoiceFromLot (other_lot);
1877 
1878  if (!gnc_lot_count_splits (other_lot))
1879  gnc_lot_destroy (other_lot);
1880  else if (other_invoice)
1881  qof_event_gen (QOF_INSTANCE(other_invoice), QOF_EVENT_MODIFY, NULL);
1882  }
1883  g_list_free (lot_list);
1884  }
1885  g_list_free (lot_split_list);
1886 
1887  /* If the lot has no splits, then destroy it */
1888  if (!gnc_lot_count_splits (lot))
1889  gnc_lot_destroy (lot);
1890 
1891  /* Clear out the invoice posted information */
1892  gncInvoiceBeginEdit (invoice);
1893 
1894  invoice->posted_acc = NULL;
1895  invoice->posted_txn = NULL;
1896  invoice->posted_lot = NULL;
1897  invoice->date_posted = INT64_MAX;
1898 
1899  /* if we've been asked to reset the tax tables, then do so */
1900  if (reset_tax_tables)
1901  {
1902  gboolean is_cust_doc = (gncInvoiceGetOwnerType (invoice) == GNC_OWNER_CUSTOMER);
1903  GList *iter;
1904 
1905  for (iter = gncInvoiceGetEntries (invoice); iter; iter = iter->next)
1906  {
1907  GncEntry *entry = iter->data;
1908 
1909  gncEntryBeginEdit (entry);
1910  if (is_cust_doc)
1911  gncEntrySetInvTaxTable (entry,
1912  gncTaxTableGetParent (gncEntryGetInvTaxTable( entry)));
1913  else
1914  gncEntrySetBillTaxTable (entry,
1915  gncTaxTableGetParent (gncEntryGetBillTaxTable (entry)));
1916  gncEntryCommitEdit (entry);
1917  }
1918  }
1919 
1920  mark_invoice (invoice);
1921  gncInvoiceCommitEdit (invoice);
1922 
1923  LEAVE ("TRUE");
1924 
1925  return TRUE;
1926 }
char xaccTransGetTxnType(Transaction *trans)
Returns the Transaction Type: note this type will be derived from the transaction splits...
#define PINFO(format, args...)
Print an informational note.
Definition: qoflog.h:256
Transaction * xaccSplitGetParent(const Split *split)
Returns the parent transaction of the split.
#define ENTER(format, args...)
Print a function entry debugging message.
Definition: qoflog.h:272
void gncOwnerAutoApplyPaymentsWithLots(const GncOwner *owner, GList *lots)
Given a list of lots, try to balance as many of them as possible by creating balancing transactions b...
Definition: gncOwner.c:1256
void xaccTransDestroy(Transaction *trans)
Destroys a transaction.
SplitList * gnc_lot_get_split_list(const GNCLot *lot)
Returns a list of all the splits in this lot.
Definition: gnc-lot.cpp:425
void gncOwnerAttachToLot(const GncOwner *owner, GNCLot *lot)
Attach an owner to a lot.
Definition: gncOwner.c:622
void xaccTransCommitEdit(Transaction *trans)
The xaccTransCommitEdit() method indicates that the changes to the transaction and its splits are com...
#define TXN_TYPE_LINK
Transaction is a link between (invoice and payment) lots.
Definition: Transaction.h:128
void xaccTransBeginEdit(Transaction *trans)
The xaccTransBeginEdit() method must be called before any changes are made to a transaction or any of...
GncInvoice * gncInvoiceGetInvoiceFromLot(GNCLot *lot)
Given a LOT, find and return the Invoice attached to the lot.
Definition: gncInvoice.c:1288
#define LEAVE(format, args...)
Print a function exit debugging message.
Definition: qoflog.h:282
void qof_event_gen(QofInstance *entity, QofEventId event_id, gpointer event_data)
Invoke all registered event handlers using the given arguments.
Definition: qofevent.cpp:231
SplitList * xaccTransGetSplitList(const Transaction *trans)
The xaccTransGetSplitList() method returns a GList of the splits in a transaction.
GNCLot * xaccSplitGetLot(const Split *split)
Returns the pointer to the debited/credited Lot where this split belongs to, or NULL if it doesn't be...
Definition: Split.cpp:1882