GnuCash  4.14+
Account.h
Go to the documentation of this file.
1 /********************************************************************\
2  * This program is free software; you can redistribute it and/or *
3  * modify it under the terms of the GNU General Public License as *
4  * published by the Free Software Foundation; either version 2 of *
5  * the License, or (at your option) any later version. *
6  * *
7  * This program is distributed in the hope that it will be useful, *
8  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
10  * GNU General Public License for more details. *
11  * *
12  * You should have received a copy of the GNU General Public License*
13  * along with this program; if not, contact: *
14  * *
15  * Free Software Foundation Voice: +1-617-542-5942 *
16  * 51 Franklin Street, Fifth Floor Fax: +1-617-542-2652 *
17  * Boston, MA 02110-1301, USA gnu@gnu.org *
18  * *
19 \********************************************************************/
45 #ifndef XACC_ACCOUNT_H
46 #define XACC_ACCOUNT_H
47 #include "qof.h"
48 #include "gnc-engine.h"
49 #include "policy.h"
50 
51 #ifdef __cplusplus
52 extern "C" {
53 #endif
54 typedef gnc_numeric (*xaccGetBalanceFn)( const Account *account );
55 
56 typedef gnc_numeric (*xaccGetBalanceInCurrencyFn) (
57  const Account *account, const gnc_commodity *report_commodity,
58  gboolean include_children);
59 
60 typedef gnc_numeric (*xaccGetBalanceAsOfDateFn) (
61  Account *account, time64 date);
62 
63 typedef void (*AccountCb)(Account *a, gpointer data);
64 typedef gpointer (*AccountCb2)(Account *a, gpointer data);
65 
66 typedef struct
67 {
68  QofInstanceClass parent_class;
69 } AccountClass;
70 
71 typedef struct
72 {
73  Account *acc;
74  QofBook *book;
76 
77 /* --- type macros --- */
78 #define GNC_TYPE_ACCOUNT (gnc_account_get_type ())
79 #define GNC_ACCOUNT(o) \
80  (G_TYPE_CHECK_INSTANCE_CAST ((o), GNC_TYPE_ACCOUNT, Account))
81 #define GNC_ACCOUNT_CLASS(k) \
82  (G_TYPE_CHECK_CLASS_CAST((k), GNC_TYPE_ACCOUNT, AccountClass))
83 #define GNC_IS_ACCOUNT(o) \
84  (G_TYPE_CHECK_INSTANCE_TYPE ((o), GNC_TYPE_ACCOUNT))
85 #define GNC_IS_ACCOUNT_CLASS(k) \
86  (G_TYPE_CHECK_CLASS_TYPE ((k), GNC_TYPE_ACCOUNT))
87 #define GNC_ACCOUNT_GET_CLASS(o) \
88  (G_TYPE_INSTANCE_GET_CLASS ((o), GNC_TYPE_ACCOUNT, AccountClass))
89 
93 GType gnc_account_get_type(void);
94 
105 typedef enum
106 {
167  /* bank account types */
176  ACCT_TYPE_LAST
178 
179 
180 
185 Account * xaccMallocAccount (QofBook *book);
186 
188 Account * gnc_account_create_root (QofBook *book);
189 
198 Account * xaccCloneAccount (const Account *source, QofBook *book);
199 
202 void xaccAccountBeginEdit (Account *account);
203 
206 void xaccAccountCommitEdit (Account *account);
207 
211 void xaccAccountDestroy (Account *account);
212 
214 gboolean xaccAccountEqual(const Account *a, const Account* b,
215  gboolean check_guids);
216 
226 int xaccAccountOrder (const Account *account_1, const Account *account_2);
227 
230 /* ------------------ */
231 
239 const gchar *gnc_get_account_separator_string (void);
240 gunichar gnc_get_account_separator (void);
241 void gnc_set_account_separator (const gchar *separator);
242 
243 /*@ dependent @*/
244 Account *gnc_book_get_root_account(QofBook *book);
245 void gnc_book_set_root_account(QofBook *book, Account *root);
246 
248 #define xaccAccountGetGUID(X) qof_entity_get_guid(QOF_INSTANCE(X))
249 #define xaccAccountReturnGUID(X) (X ? *(qof_entity_get_guid(QOF_INSTANCE(X))) : *(guid_null()))
250 
254 /*@ dependent @*/ Account * xaccAccountLookup (const GncGUID *guid, QofBook *book);
255 #define xaccAccountLookupDirect(g,b) xaccAccountLookup(&(g),b)
256 
259 /* Tests account and descendants -- if all have no splits then return TRUE.
260  * Otherwise if any account or its descendants have split return FALSE.
261  */
262 
263 gboolean gnc_account_and_descendants_empty (Account *acc);
264 
277 gchar *gnc_account_name_violations_errmsg (const gchar *separator, GList* invalid_account_names);
278 
289 GList *gnc_account_list_name_violations (QofBook *book, const gchar *separator);
290 
291 /* ------------------ */
292 
296 QofBook *gnc_account_get_book(const Account *account);
298 void xaccAccountSetType (Account *account, GNCAccountType);
300 void xaccAccountSetName (Account *account, const char *name);
302 void xaccAccountSetCode (Account *account, const char *code);
304 void xaccAccountSetDescription (Account *account, const char *desc);
306 void xaccAccountSetColor (Account *account, const char *color);
308 void xaccAccountSetFilter (Account *account, const char *filter);
310 void xaccAccountSetSortOrder (Account *account, const char *sortorder);
312 void xaccAccountSetSortReversed (Account *account, gboolean sortreversed);
314 void xaccAccountSetNotes (Account *account, const char *notes);
316 void xaccAccountSetLastNum (Account *account, const char *num);
318 void gnc_account_set_policy (Account *account, GNCPolicy *policy);
323 GNCAccountType xaccAccountGetType (const Account *account);
326 gboolean xaccAccountIsPriced(const Account *acc);
327 
336  const gnc_numeric start_baln);
337 
346  const gnc_numeric start_baln);
347 
356  const gnc_numeric start_baln);
357 
363 
369 
379 void gnc_account_set_defer_bal_computation (Account *acc, gboolean defer);
380 
390 gboolean gnc_account_insert_split (Account *acc, Split *s);
391 
401 gboolean gnc_account_remove_split (Account *acc, Split *s);
402 
404 const char * xaccAccountGetName (const Account *account);
406 const char * xaccAccountGetCode (const Account *account);
408 const char * xaccAccountGetDescription (const Account *account);
410 const char * xaccAccountGetColor (const Account *account);
412 const char * xaccAccountGetFilter (const Account *account);
414 const char * xaccAccountGetSortOrder (const Account *account);
416 gboolean xaccAccountGetSortReversed (const Account *account);
418 const char * xaccAccountGetNotes (const Account *account);
420 const char * xaccAccountGetLastNum (const Account *account);
422 GNCPolicy *gnc_account_get_policy (Account *account);
425 
430 
435 void xaccAccountSortSplits (Account *acc, gboolean force);
436 
450 gchar * gnc_account_get_full_name (const Account *account);
451 
462 Account * xaccAccountGainsAccount (Account *acc, gnc_commodity *curr);
469 void dxaccAccountSetPriceSrc (Account *account, const char *src);
476 const char * dxaccAccountGetPriceSrc (const Account *account);
511 void xaccAccountSetCommodity (Account *account, gnc_commodity *comm);
512 
514 /*@ dependent @*/
515 gnc_commodity * xaccAccountGetCommodity (const Account *account);
516 
523 gnc_commodity * gnc_account_get_currency_or_parent(const Account* account);
524 
529 int xaccAccountGetCommoditySCU (const Account *account);
530 
533 int xaccAccountGetCommoditySCUi (const Account *account);
534 
539 void xaccAccountSetCommoditySCU (Account *account, int frac);
540 
542 void xaccAccountSetNonStdSCU (Account *account, gboolean flag);
543 
546 gboolean xaccAccountGetNonStdSCU (const Account *account);
555 gnc_numeric xaccAccountGetBalance (const Account *account);
558 gnc_numeric xaccAccountGetClearedBalance (const Account *account);
561 gnc_numeric xaccAccountGetReconciledBalance (const Account *account);
562 gnc_numeric xaccAccountGetPresentBalance (const Account *account);
563 gnc_numeric xaccAccountGetProjectedMinimumBalance (const Account *account);
565 gnc_numeric xaccAccountGetBalanceAsOfDate (Account *account,
566  time64 date);
567 
569 gnc_numeric xaccAccountGetReconciledBalanceAsOfDate (Account *account, time64 date);
570 
571 /* These two functions convert a given balance from one commodity to
572  another. The account argument is only used to get the Book, and
573  may have nothing to do with the supplied balance. Likewise, the
574  date argument is only used for commodity conversion and may have
575  nothing to do with supplied balance.
576 
577  Since they really have nothing to do with Accounts, there's
578  probably some better place for them, but where? gnc-commodity.h?
579 */
580 gnc_numeric xaccAccountConvertBalanceToCurrency(
581  const Account *account, /* for book */
582  gnc_numeric balance,
583  const gnc_commodity *balance_currency,
584  const gnc_commodity *new_currency);
585 gnc_numeric xaccAccountConvertBalanceToCurrencyAsOfDate(
586  const Account *account, /* for book */
587  gnc_numeric balance, const gnc_commodity *balance_currency,
588  const gnc_commodity *new_currency, time64 date);
589 
590 /* These functions get some type of balance in the desired commodity.
591  'report_commodity' may be NULL to use the account's commodity. */
592 gnc_numeric xaccAccountGetBalanceInCurrency (
593  const Account *account, const gnc_commodity *report_commodity,
594  gboolean include_children);
595 gnc_numeric xaccAccountGetClearedBalanceInCurrency (
596  const Account *account, const gnc_commodity *report_commodity,
597  gboolean include_children);
598 gnc_numeric xaccAccountGetReconciledBalanceInCurrency (
599  const Account *account, const gnc_commodity *report_commodity,
600  gboolean include_children);
601 gnc_numeric xaccAccountGetPresentBalanceInCurrency (
602  const Account *account, const gnc_commodity *report_commodity,
603  gboolean include_children);
604 gnc_numeric xaccAccountGetProjectedMinimumBalanceInCurrency (
605  const Account *account, const gnc_commodity *report_commodity,
606  gboolean include_children);
607 
611  Account *acc, time64 date, gnc_commodity *report_commodity,
612  gboolean include_children);
616  Account *account, time64 date, gnc_commodity *report_commodity,
617  gboolean include_children);
618 
619 gnc_numeric xaccAccountGetNoclosingBalanceChangeForPeriod (
620  Account *acc, time64 date1, time64 date2, gboolean recurse);
621 gnc_numeric xaccAccountGetBalanceChangeForPeriod (
622  Account *acc, time64 date1, time64 date2, gboolean recurse);
623 
654 void gnc_account_append_child (Account *new_parent, Account *child);
655 
666 void gnc_account_remove_child (Account *parent, Account *child);
667 
676 /*@ dependent @*/
677 Account * gnc_account_get_parent (const Account *account);
678 
689 
696 gboolean gnc_account_is_root (const Account *account);
697 
712 GList *gnc_account_get_children (const Account *account);
713 
717 GList *gnc_account_get_children_sorted (const Account *account);
718 
725 gint gnc_account_n_children (const Account *account);
726 
738 gint gnc_account_child_index (const Account *parent, const Account *child);
739 
750 Account *gnc_account_nth_child (const Account *parent, gint num);
751 
767 GList * gnc_account_get_descendants (const Account *account);
768 
787 GList *gnc_account_get_descendants_sorted (const Account *account);
788 
795 gint gnc_account_n_descendants (const Account *account);
796 
803 gint gnc_account_get_current_depth (const Account *account);
804 
812 gint gnc_account_get_tree_depth (const Account *account);
813 
830 void gnc_account_foreach_child (const Account *account,
831  AccountCb func, /*@ null @*/ gpointer user_data);
832 
846 void gnc_account_foreach_descendant (const Account *account,
847  AccountCb func, /*@ null @*/ gpointer user_data);
848 
864 gpointer gnc_account_foreach_descendant_until (const Account *account,
865  AccountCb2 func, /*@ null @*/ gpointer user_data);
866 
867 
880 void gnc_account_join_children (Account *to_parent, Account *from_parent);
881 
887 void gnc_account_merge_children (Account *parent);
888 
892 void xaccAccountSetReconcileChildrenStatus(Account *account, gboolean status);
893 
895 gboolean xaccAccountGetReconcileChildrenStatus(const Account *account);
896 
902 gboolean xaccAccountHasAncestor(const Account *acc, const Account *ancestor);
903 
918 Account *gnc_account_lookup_by_name (const Account *parent, const char *name);
919 
924 Account *gnc_account_lookup_by_full_name (const Account *any_account,
925  const gchar *name);
926 
931  const char *code);
932 
939 Account *gnc_account_lookup_by_opening_balance (Account *account, gnc_commodity *commodity);
940 
956  const char* name,
957  GNCAccountType acctype,
958  gnc_commodity* commodity);
961 /* ------------------ */
962 
971 const char * xaccAccountTypeEnumAsString (GNCAccountType type);
977 gboolean xaccAccountStringToType (const char* str, GNCAccountType *type);
983 GNCAccountType xaccAccountStringToEnum (const char* str);
984 
988 const char * xaccAccountGetTypeStr (GNCAccountType type);
989 
994 
997 
1000 gboolean xaccAccountTypesCompatible (GNCAccountType parent_type,
1001  GNCAccountType child_type);
1002 
1005 guint32 xaccAccountTypesValid(void);
1006 
1011 
1015 
1016 
1021 
1025 
1026 
1029 /* ------------------ */
1030 
1038 #define xaccAccountInsertSplit(acc, s) xaccSplitSetAccount((s), (acc))
1039 
1051 SplitList* xaccAccountGetSplitList (const Account *account);
1052 
1053 
1063 gint64 xaccAccountCountSplits (const Account *acc, gboolean include_children);
1064 
1067 void xaccAccountMoveAllSplits (Account *accfrom, Account *accto);
1068 
1097 gint xaccAccountForEachTransaction(const Account *account,
1098  TransactionCallback proc,
1099  void *data);
1100 
1102 Transaction * xaccAccountFindTransByDesc(const Account *account,
1103  const char *description);
1104 
1106 Split * xaccAccountFindSplitByDesc(const Account *account,
1107  const char *description);
1108 
1111 /* ------------------ */
1112 
1121 void xaccAccountInsertLot (Account *, GNCLot *);
1122 void xaccAccountRemoveLot (Account *, GNCLot *);
1123 
1132 LotList* xaccAccountGetLotList (const Account *account);
1133 
1140 gpointer xaccAccountForEachLot(
1141  const Account *acc,
1142  gpointer (*proc)(GNCLot *lot, gpointer user_data), /*@ null @*/ gpointer user_data);
1143 
1144 
1151  gboolean (*match_func)(GNCLot *lot,
1152  gpointer user_data),
1153  /*@ null @*/ gpointer user_data, GCompareFunc sort_func);
1154 
1156 /* ------------------ */
1157 
1162 gboolean xaccAccountGetReconcileLastDate (const Account *account,
1163  time64 *last_date);
1165 void xaccAccountSetReconcileLastDate (Account *account, time64 last_date);
1166 
1168 gboolean xaccAccountGetReconcileLastInterval (const Account *account,
1169  int *months, int *days);
1172  int months, int days);
1174 gboolean xaccAccountGetReconcilePostponeDate (const Account *account,
1175  time64 *postpone_date);
1178  time64 postpone_date);
1179 
1181 gboolean xaccAccountGetReconcilePostponeBalance (const Account *account,
1182  gnc_numeric *balance);
1185  gnc_numeric balance);
1186 
1193 typedef enum
1194 {
1195  PLACEHOLDER_NONE,
1196  PLACEHOLDER_THIS,
1197  PLACEHOLDER_CHILD,
1199 
1210 gboolean xaccAccountGetPlaceholder (const Account *account);
1211 
1218 void xaccAccountSetPlaceholder (Account *account, gboolean val);
1219 
1232 gboolean xaccAccountGetAppendText (const Account *account);
1233 
1242 void xaccAccountSetAppendText (Account *account, gboolean val);
1243 
1250 gboolean xaccAccountGetIsOpeningBalance (const Account *account);
1251 
1258 void xaccAccountSetIsOpeningBalance (Account *account, gboolean val);
1259 
1279 gboolean xaccAccountGetHidden (const Account *acc);
1280 
1288 void xaccAccountSetHidden (Account *acc, gboolean val);
1289 
1299 gboolean xaccAccountIsHidden (const Account *acc);
1312 gboolean xaccAccountGetAutoInterest (const Account *acc);
1313 
1320 void xaccAccountSetAutoInterest (Account *acc, gboolean val);
1321 
1330 gboolean xaccAccountGetTaxRelated (const Account *account);
1332 void xaccAccountSetTaxRelated (Account *account, gboolean tax_related);
1334 const char * xaccAccountGetTaxUSCode (const Account *account);
1336 void xaccAccountSetTaxUSCode (Account *account, const char *code);
1338 const char * xaccAccountGetTaxUSPayerNameSource (const Account *account);
1340 void xaccAccountSetTaxUSPayerNameSource (Account *account, const char *source);
1342 gint64 xaccAccountGetTaxUSCopyNumber (const Account *account);
1344 void xaccAccountSetTaxUSCopyNumber (Account *account, gint64 copy_number);
1352 const char *gnc_account_get_debit_string (GNCAccountType acct_type);
1354 const char *gnc_account_get_credit_string (GNCAccountType acct_type);
1355 
1368 void xaccAccountSetMark (Account *account, short mark);
1369 
1375 void xaccClearMark (Account *account, short val);
1376 
1379 void xaccClearMarkDown (Account *account, short val);
1427 
1433 
1439 
1445 gboolean xaccTransactionTraverse(Transaction *trans, int stage);
1446 
1461  unsigned int stage,
1462  TransactionCallback thunk,
1463  void *data);
1464 
1479  unsigned int stage,
1480  TransactionCallback thunk,
1481  void *data);
1482 
1515  TransactionCallback proc, void *data);
1516 
1520 
1521 /* Look up an Account in the map non-Baysian
1522  */
1523 Account* gnc_account_imap_find_account (GncImportMatchMap *imap, const char* category,
1524  const char *key);
1525 
1526 /* Store an Account in the map non Baysian
1527  */
1528 void gnc_account_imap_add_account (GncImportMatchMap *imap, const char *category,
1529  const char *key, Account *acc);
1530 
1531 /* Remove a reference to an Account in the map non Baysian
1532  */
1533 void gnc_account_imap_delete_account (GncImportMatchMap *imap, const char *category,
1534  const char *key);
1535 
1539 
1542 void gnc_account_imap_add_account_bayes (GncImportMatchMap *imap, GList* tokens,
1543  Account *acc);
1544 
1545 typedef struct imap_info
1546 {
1547  Account *source_account;
1548  Account *map_account;
1549  GList *list;
1550  char *head;
1551  char *category;
1552  char *match_string;
1553  char *count;
1554 }GncImapInfo;
1555 
1560 
1564 GList *gnc_account_imap_get_info (Account *acc, const char *category);
1565 
1569 gchar *gnc_account_get_map_entry (Account *acc, const char *head, const char *category);
1570 
1574 void gnc_account_delete_map_entry (Account *acc, char *head, char *category,
1575  char *match_string, gboolean empty);
1576 
1580 
1585 
1598 void DxaccAccountSetCurrency (Account *account, gnc_commodity *currency);
1599 
1603 gnc_commodity * DxaccAccountGetCurrency (const Account *account);
1604 
1612 void dxaccAccountSetQuoteTZ (Account *account, const char *tz);
1620 const char * dxaccAccountGetQuoteTZ (const Account *account);
1623 GList * gnc_accounts_and_all_descendants (GList *accounts);
1624 
1628 #define ACCOUNT_KVP "kvp"
1629 #define ACCOUNT_NAME_ "name"
1630 #define ACCOUNT_CODE_ "code"
1631 #define ACCOUNT_DESCRIPTION_ "desc"
1632 #define ACCOUNT_COLOR_ "color"
1633 #define ACCOUNT_FILTER_ "filter"
1634 #define ACCOUNT_SORT_ORDER_ "sort-order"
1635 #define ACCOUNT_SORT_REVERSED_ "sort-reversed"
1636 #define ACCOUNT_NOTES_ "notes"
1637 #define ACCOUNT_BALANCE_ "balance"
1638 #define ACCOUNT_NOCLOSING_ "noclosing"
1639 #define ACCOUNT_OPENING_BALANCE_ "opening-balance"
1640 #define ACCOUNT_CLEARED_ "cleared"
1641 #define ACCOUNT_RECONCILED_ "reconciled"
1642 #define ACCOUNT_PRESENT_ "present"
1643 #define ACCOUNT_FUTURE_MINIMUM_ "future-minimum"
1644 #define ACCOUNT_TAX_RELATED "tax-related-p"
1645 #define ACCOUNT_TYPE_ "account-type"
1646 #define ACCOUNT_SCU "smallest-commodity-unit"
1647 #define ACCOUNT_NSCU "non-standard-scu"
1648 #define ACCOUNT_PARENT "parent-account"
1649 
1654 #define ACCOUNT_MATCH_ALL_TYPE "account-match-all"
1655 
1656 #ifdef __cplusplus
1657 } /* extern "C" */
1658 #endif
1659 
1660 #endif /* XACC_ACCOUNT_H */
1661 
void xaccAccountSetType(Account *account, GNCAccountType)
Set the account's type.
Definition: Account.cpp:2432
Account * gnc_account_get_parent(const Account *account)
This routine returns a pointer to the parent of the specified account.
Definition: Account.cpp:2905
void xaccAccountSetFilter(Account *account, const char *filter)
Set the account's Filter.
Definition: Account.cpp:2582
void xaccAccountSetSortOrder(Account *account, const char *sortorder)
Set the account's Sort Order.
Definition: Account.cpp:2592
gint xaccAccountForEachTransaction(const Account *account, TransactionCallback proc, void *data)
The xaccAccountForEachTransaction() routine will traverse all of the transactions in account and call...
Definition: Account.cpp:5464
int xaccAccountTreeForEachTransaction(Account *acc, TransactionCallback proc, void *data)
Traverse all of the transactions in the given account group.
int gnc_account_tree_staged_transaction_traversal(const Account *account, unsigned int stage, TransactionCallback thunk, void *data)
gnc_account_tree_staged_transaction_traversal() calls thunk on each transaction in the group whose cu...
Definition: Account.cpp:5407
gboolean xaccAccountGetAutoInterest(const Account *acc)
Get the "auto interest" flag for an account.
Definition: Account.cpp:4342
const char * xaccAccountGetLastNum(const Account *account)
Get the last num field of an Account.
Definition: Account.cpp:4939
GNCAccountType xaccAccountTypeGetFundamental(GNCAccountType t)
Convenience function to return the fundamental type asset/liability/income/expense/equity given an ac...
Definition: Account.cpp:4662
gchar * gnc_account_get_map_entry(Account *acc, const char *head, const char *category)
Returns the text string pointed to by head and category for the Account, free the returned text...
Definition: Account.cpp:6067
GList LotList
GList of GNCLots.
Definition: gnc-engine.h:209
gboolean xaccAccountGetSortReversed(const Account *account)
Get the account's Sort Order direction.
Definition: Account.cpp:3406
guint32 xaccAccountTypesCompatibleWith(GNCAccountType type)
Return the bitmask of account types compatible with a given type.
Definition: Account.cpp:4534
void gnc_account_append_child(Account *new_parent, Account *child)
This function will remove from the child account any pre-existing parent relationship, and will then add the account as a child of the new parent.
Definition: Account.cpp:2807
gpointer xaccAccountForEachLot(const Account *acc, gpointer(*proc)(GNCLot *lot, gpointer user_data), gpointer user_data)
The xaccAccountForEachLot() method will apply the function 'proc' to each lot in the account...
GList * gnc_account_get_descendants_sorted(const Account *account)
This function returns a GList containing all the descendants of the specified account, sorted at each level.
Definition: Account.cpp:3050
gint gnc_account_n_descendants(const Account *account)
Return the number of descendants of the specified account.
Definition: Account.cpp:2987
gint64 xaccAccountGetTaxUSCopyNumber(const Account *account)
DOCUMENT ME!
Definition: Account.cpp:4202
gboolean gnc_account_is_root(const Account *account)
This routine indicates whether the specified account is the root node of an account tree...
Definition: Account.cpp:2929
SplitList * xaccAccountGetSplitList(const Account *account)
The xaccAccountGetSplitList() routine returns a pointer to a GList of the splits in the account...
Definition: Account.cpp:4013
gboolean xaccAccountGetNonStdSCU(const Account *account)
Return boolean, indicating whether this account uses a non-standard SCU.
Definition: Account.cpp:2736
int xaccAccountGetCommoditySCUi(const Account *account)
Return the 'internal' SCU setting.
Definition: Account.cpp:2700
gnc_commodity * DxaccAccountGetCurrency(const Account *account)
Definition: Account.cpp:3432
void gnc_account_foreach_descendant(const Account *account, AccountCb func, gpointer user_data)
This method will traverse all children of this accounts and their descendants, calling 'func' on each...
Definition: Account.cpp:3251
void xaccAccountSetNotes(Account *account, const char *notes)
Set the account's notes.
Definition: Account.cpp:2628
gboolean xaccAccountIsPriced(const Account *acc)
Returns true if the account is a stock, mutual fund or currency, otherwise false. ...
Definition: Account.cpp:4718
void gnc_account_delete_map_entry(Account *acc, char *head, char *category, char *match_string, gboolean empty)
Delete the entry for Account pointed to by head,category and match_string, if empty is TRUE then use ...
Definition: Account.cpp:6077
Expense accounts are used to denote expenses.
Definition: Account.h:146
const char * xaccAccountGetFilter(const Account *account)
Get the account's filter.
Definition: Account.cpp:3386
GNCAccountType xaccAccountGetType(const Account *account)
Returns the account's account type.
Definition: Account.cpp:3285
void xaccAccountSetMark(Account *account, short mark)
Set a mark on the account.
Definition: Account.cpp:2068
int xaccAccountGetCommoditySCU(const Account *account)
Return the SCU for the account.
Definition: Account.cpp:2707
const char * xaccAccountGetCode(const Account *account)
Get the account's accounting code.
Definition: Account.cpp:3362
gboolean xaccAccountGetAppendText(const Account *account)
Get the "import-append-text" flag for an account.
Definition: Account.cpp:4280
void xaccAccountSetReconcileLastDate(Account *account, time64 last_date)
DOCUMENT ME!
Definition: Account.cpp:4758
Account * gnc_account_create_root(QofBook *book)
Create a new root level account.
Definition: Account.cpp:1242
void xaccAccountSetTaxRelated(Account *account, gboolean tax_related)
DOCUMENT ME!
Definition: Account.cpp:4158
Mutual Fund accounts will typically be shown in registers which show three columns: price...
Definition: Account.h:128
void xaccAccountSortSplits(Account *acc, gboolean force)
The xaccAccountSortSplits() routine will resort the account's splits if the sort is dirty...
Definition: Account.cpp:2010
void xaccAccountSetCode(Account *account, const char *code)
Set the account's accounting code.
Definition: Account.cpp:2473
gpointer gnc_account_foreach_descendant_until(const Account *account, AccountCb2 func, gpointer user_data)
This method will traverse all children of this accounts and their descendants, calling 'func' on each...
Definition: Account.cpp:3259
void gnc_account_set_policy(Account *account, GNCPolicy *policy)
Set the account's lot order policy.
Definition: Account.cpp:2117
void xaccAccountSetReconcileLastInterval(Account *account, int months, int days)
DOCUMENT ME!
Definition: Account.cpp:4810
gboolean gnc_account_remove_split(Account *acc, Split *s)
Remove the given split from an account.
Definition: Account.cpp:1985
gnc_numeric xaccAccountGetBalanceAsOfDateInCurrency(Account *account, time64 date, gnc_commodity *report_commodity, gboolean include_children)
This function gets the balance at the end of the given date in the desired commodity.
Definition: Account.cpp:3956
guint32 xaccAccountTypesValid(void)
Returns the bitmask of the account type enums that are valid.
Definition: Account.cpp:4639
const char * xaccAccountTypeEnumAsString(GNCAccountType type)
Conversion routines for the account types to/from strings that are used in persistent storage...
Definition: Account.cpp:4414
stop here; the following types just aren't ready for prime time
Definition: Account.h:164
GList * gnc_account_list_name_violations(QofBook *book, const gchar *separator)
Runs through all the accounts and returns a list of account names that contain the provided separator...
Definition: Account.cpp:269
void xaccAccountInsertLot(Account *, GNCLot *)
The xaccAccountInsertLot() method will register the indicated lot with this account.
Definition: Account.cpp:2149
void xaccAccountMoveAllSplits(Account *accfrom, Account *accto)
The xaccAccountMoveAllSplits() routine reassigns each of the splits in accfrom to accto...
Definition: Account.cpp:2209
void gnc_account_set_sort_dirty(Account *acc)
Tell the account believes that the splits may be incorrectly sorted and need to be resorted...
Definition: Account.cpp:1895
The cash account type is used to denote a shoe-box or pillowcase stuffed with * cash.
Definition: Account.h:113
const char * gnc_account_get_debit_string(GNCAccountType acct_type)
Get the debit string associated with this account type.
Definition: Account.cpp:4240
void xaccAccountSetLastNum(Account *account, const char *num)
Set the last num field of an Account.
Definition: Account.cpp:4951
gnc_numeric xaccAccountGetClearedBalance(const Account *account)
Get the current balance of the account, only including cleared transactions.
Definition: Account.cpp:3542
Account * gnc_account_imap_find_account_bayes(GncImportMatchMap *imap, GList *tokens)
Look up an Account in the map using Baysian.
Definition: Account.cpp:5853
gboolean xaccAccountGetReconcilePostponeDate(const Account *account, time64 *postpone_date)
DOCUMENT ME!
Definition: Account.cpp:4834
Account used to record multiple commodity transactions.
Definition: Account.h:158
void xaccAccountDestroy(Account *account)
The xaccAccountDestroy() routine can be used to get rid of an account.
Definition: Account.cpp:1575
gboolean xaccAccountIsHidden(const Account *acc)
Should this account be "hidden".
Definition: Account.cpp:4369
Account * gnc_account_lookup_by_name(const Account *parent, const char *name)
The gnc_account_lookup_by_name() subroutine fetches the account by name from the descendants of the s...
Definition: Account.cpp:3089
void gnc_account_remove_child(Account *parent, Account *child)
This function will remove the specified child account from the specified parent account.
Definition: Account.cpp:2869
int xaccAccountOrder(const Account *account_1, const Account *account_2)
The xaccAccountOrder() subroutine defines a sorting order on accounts.
Definition: Account.cpp:2368
Stock accounts will typically be shown in registers which show three columns: price, number of shares, and value.
Definition: Account.h:125
const char * xaccAccountGetColor(const Account *account)
Get the account's color.
Definition: Account.cpp:3376
Split * xaccAccountFindSplitByDesc(const Account *account, const char *description)
Returns a pointer to the split, not a copy.
Definition: Account.cpp:5179
gboolean xaccAccountIsAssetLiabType(GNCAccountType t)
Convenience function to check if the account is a valid Asset or Liability type, but not a business a...
Definition: Account.cpp:4648
void xaccClearMarkDown(Account *account, short val)
The xaccClearMarkDown will clear the mark only in this and in sub-accounts.
Definition: Account.cpp:2090
GList SplitList
GList of Split.
Definition: gnc-engine.h:211
GNCAccountType xaccAccountStringToEnum(const char *str)
Conversion routines for the account types to/from strings that are used in persistent storage...
Definition: Account.cpp:4485
bank account type – don't use this for now, see NUM_ACCOUNT_TYPES
Definition: Account.h:168
gchar * gnc_account_get_full_name(const Account *account)
The gnc_account_get_full_name routine returns the fully qualified name of the account using the given...
Definition: Account.cpp:3314
gnc_numeric xaccAccountGetReconciledBalanceAsOfDate(Account *account, time64 date)
Get the reconciled balance of the account at the end of the day of the date specified.
Definition: Account.cpp:3638
void gnc_account_imap_add_account_bayes(GncImportMatchMap *imap, GList *tokens, Account *acc)
Updates the imap for a given account using a list of tokens.
Definition: Account.cpp:5916
void xaccAccountSetPlaceholder(Account *account, gboolean val)
Set the "placeholder" flag for an account.
Definition: Account.cpp:4274
gboolean xaccAccountTypesCompatible(GNCAccountType parent_type, GNCAccountType child_type)
Return TRUE if accounts of type parent_type can have accounts of type child_type as children...
Definition: Account.cpp:4621
gnc_numeric xaccAccountGetNoclosingBalanceAsOfDateInCurrency(Account *acc, time64 date, gnc_commodity *report_commodity, gboolean include_children)
This function gets the balance at the end of the given date, ignoring closing entries, in the desired commodity.
Definition: Account.cpp:3966
gchar * gnc_account_name_violations_errmsg(const gchar *separator, GList *invalid_account_names)
Composes a translatable error message showing which account names clash with the current account sepa...
Definition: Account.cpp:231
gboolean xaccTransactionTraverse(Transaction *trans, int stage)
xaccTransactionTraverse() checks the stage of the given transaction.
Definition: Account.cpp:5330
void xaccAccountSetColor(Account *account, const char *color)
Set the account's Color.
Definition: Account.cpp:2572
Transaction * xaccAccountFindTransByDesc(const Account *account, const char *description)
Returns a pointer to the transaction, not a copy.
Definition: Account.cpp:5194
void gnc_account_set_balance_dirty(Account *acc)
Tell the account that the running balances may be incorrect and need to be recomputed.
Definition: Account.cpp:1909
Income accounts are used to denote income.
Definition: Account.h:143
void gnc_account_foreach_child(const Account *account, AccountCb func, gpointer user_data)
This method will traverse the immediate children of this accounts, calling 'func' on each account...
Definition: Account.cpp:3233
Account * gnc_account_lookup_by_code(const Account *parent, const char *code)
The gnc_account_lookup_by_code() subroutine works like gnc_account_lookup_by_name, but uses the account code.
Definition: Account.cpp:3102
void gnc_account_tree_begin_staged_transaction_traversals(Account *acc)
gnc_account_tree_begin_staged_transaction_traversals() resets the traversal marker inside every trans...
Definition: Account.cpp:5357
void dxaccAccountSetPriceSrc(Account *account, const char *src)
Set a string that identifies the Finance::Quote backend that should be used to retrieve online prices...
Definition: Account.cpp:5046
void xaccAccountBeginStagedTransactionTraversals(const Account *account)
xaccAccountBeginStagedTransactionTraversals() resets the traversal marker for each transaction which ...
Definition: Account.cpp:5319
Implement Accounting Policy.
GNCPlaceholderType xaccAccountGetDescendantPlaceholder(const Account *account)
Returns PLACEHOLDER_NONE if account is NULL or neither account nor any descendant of account is a pla...
Definition: Account.cpp:4318
const char * xaccAccountGetDescription(const Account *account)
Get the account's description.
Definition: Account.cpp:3369
void gnc_account_set_start_reconciled_balance(Account *acc, const gnc_numeric start_baln)
This function will set the starting reconciled commodity balance for this account.
Definition: Account.cpp:3522
void gnc_account_delete_all_bayes_maps(Account *acc)
Delete all bayes entries for Account.
Definition: Account.cpp:6104
const char * dxaccAccountGetQuoteTZ(const Account *account)
Get the timezone to be used when interpreting the results from a given Finance::Quote backend...
Definition: Account.cpp:5085
GType gnc_account_get_type(void)
Returns the GType type system description of the Account class.
line of credit – don't use this for now, see NUM_ACCOUNT_TYPES
Definition: Account.h:174
void xaccAccountClearReconcilePostpone(Account *account)
DOCUMENT ME!
Definition: Account.cpp:4925
const char * xaccAccountGetTaxUSPayerNameSource(const Account *account)
DOCUMENT ME!
Definition: Account.cpp:4183
void xaccSplitsBeginStagedTransactionTraversals(SplitList *splits)
xaccSplitsBeginStagedTransactionTraversals() resets the traversal marker for each transaction which i...
Definition: Account.cpp:5303
void gnc_account_reset_convert_bayes_to_flat(void)
Reset the flag that indicates the function imap_convert_bayes_to_flat has been run.
Definition: Account.cpp:5821
GList * gnc_account_get_children_sorted(const Account *account)
This routine returns a GList of all children accounts of the specified account, ordered by xaccAccoun...
Definition: Account.cpp:2943
The bank account type denotes a savings or checking account held at a bank.
Definition: Account.h:110
LotList * xaccAccountGetLotList(const Account *account)
The xaccAccountGetLotList() routine returns a list of all lots in this account.
Definition: Account.cpp:4056
void xaccAccountRecomputeBalance(Account *)
The following recompute the partial balances (stored with the transaction) and the total balance...
Definition: Account.cpp:2287
GList * gnc_account_imap_get_info_bayes(Account *acc)
Returns a GList of structure imap_info of all Bayesian mappings for required Account.
Definition: Account.cpp:6027
GList * gnc_account_imap_get_info(Account *acc, const char *category)
Returns a GList of structure imap_info of all Non Bayesian mappings for required Account.
Definition: Account.cpp:6038
Account * gnc_account_lookup_by_full_name(const Account *any_account, const gchar *name)
The gnc_account_lookup_full_name() subroutine works like gnc_account_lookup_by_name, but uses fully-qualified names using the given separator.
Definition: Account.cpp:3169
gboolean gnc_account_get_defer_bal_computation(Account *acc)
Get the account's flag for deferred balance computation.
Definition: Account.cpp:1935
void xaccAccountSetReconcilePostponeDate(Account *account, time64 postpone_date)
DOCUMENT ME!
Definition: Account.cpp:4859
A/P account type.
Definition: Account.h:154
const char * xaccAccountGetTaxUSCode(const Account *account)
DOCUMENT ME!
Definition: Account.cpp:4164
gboolean xaccAccountIsAPARType(GNCAccountType t)
Convenience function to check if the account is a valid business account type (meaning an Accounts Pa...
Definition: Account.cpp:4694
bank account type – don't use this for now, see NUM_ACCOUNT_TYPES
Definition: Account.h:170
gboolean xaccAccountStringToType(const char *str, GNCAccountType *type)
Conversion routines for the account types to/from strings that are used in persistent storage...
Definition: Account.cpp:4451
void xaccAccountSetIsOpeningBalance(Account *account, gboolean val)
Set the "opening-balance" flag for an account.
Definition: Account.cpp:4308
void xaccAccountSetReconcilePostponeBalance(Account *account, gnc_numeric balance)
DOCUMENT ME!
Definition: Account.cpp:4905
gboolean xaccAccountEqual(const Account *a, const Account *b, gboolean check_guids)
Compare two accounts for equality - this is a deep compare.
Definition: Account.cpp:1650
gboolean xaccAccountGetTaxRelated(const Account *account)
DOCUMENT ME!
Definition: Account.cpp:4152
void gnc_account_set_start_cleared_balance(Account *acc, const gnc_numeric start_baln)
This function will set the starting cleared commodity balance for this account.
Definition: Account.cpp:3509
Account * xaccCloneAccount(const Account *source, QofBook *book)
The xaccCloneAccount() routine makes a simple copy of the indicated account, placing it in the indica...
Definition: Account.cpp:1259
gnc_numeric xaccAccountGetReconciledBalance(const Account *account)
Get the current balance of the account, only including reconciled transactions.
Definition: Account.cpp:3549
asset (and liability) accounts indicate generic, generalized accounts that are none of the above...
Definition: Account.h:119
gint gnc_account_n_children(const Account *account)
Return the number of children of the specified account.
Definition: Account.cpp:2958
void gnc_account_join_children(Account *to_parent, Account *from_parent)
The gnc_account_join_children() subroutine will move (reparent) all child accounts from the from_pare...
Definition: Account.cpp:5207
gnc_numeric xaccAccountGetBalanceAsOfDate(Account *account, time64 date)
Get the balance of the account at the end of the day before the date specified.
Definition: Account.cpp:3626
All type declarations for the whole Gnucash engine.
gnc_numeric xaccAccountGetBalance(const Account *account)
Get the current balance of the account, which may include future splits.
Definition: Account.cpp:3535
gboolean xaccAccountGetReconcileLastDate(const Account *account, time64 *last_date)
DOCUMENT ME!
Definition: Account.cpp:4733
void dxaccAccountSetQuoteTZ(Account *account, const char *tz)
Set the timezone to be used when interpreting the results from a given Finance::Quote backend...
Definition: Account.cpp:5074
The currency account type indicates that the account is a currency trading account.
Definition: Account.h:132
void xaccAccountSetCommoditySCU(Account *account, int frac)
Set the SCU for the account.
Definition: Account.cpp:2684
GNCAccountType
The account types are used to determine how the transaction data in the account is displayed...
Definition: Account.h:105
gnc_commodity * gnc_account_get_currency_or_parent(const Account *account)
Returns a gnc_commodity that is a currency, suitable for being a Transaction's currency.
Definition: Account.cpp:3461
gboolean xaccAccountGetHidden(const Account *acc)
Get the "hidden" flag for an account.
Definition: Account.cpp:4357
void xaccAccountSetAppendText(Account *account, gboolean val)
Set the "import-append-text" flag for an account.
Definition: Account.cpp:4286
GncImportMatchMap * gnc_account_imap_create_imap(Account *acc)
Obtain an ImportMatchMap object from an Account or a Book.
Definition: Account.cpp:5483
gint64 xaccAccountCountSplits(const Account *acc, gboolean include_children)
The xaccAccountCountSplits() routine returns the number of all the splits in the account.
Definition: Account.cpp:4021
gboolean gnc_account_insert_split(Account *acc, Split *s)
Insert the given split from an account.
Definition: Account.cpp:1949
GList * gnc_account_get_descendants(const Account *account)
This routine returns a flat list of all of the accounts that are descendants of the specified account...
Definition: Account.cpp:3042
void xaccAccountSetAutoInterest(Account *acc, gboolean val)
Set the "auto interest" flag for an account.
Definition: Account.cpp:4348
void xaccAccountSetTaxUSCode(Account *account, const char *code)
DOCUMENT ME!
Definition: Account.cpp:4173
GNCPlaceholderType
DOCUMENT ME!
Definition: Account.h:1193
gboolean xaccAccountGetIsOpeningBalance(const Account *account)
Get the "opening-balance" flag for an account.
Definition: Account.cpp:4292
guint32 xaccParentAccountTypesCompatibleWith(GNCAccountType type)
Return the bitmask of parent account types compatible with a given type.
Definition: Account.cpp:4574
gboolean xaccAccountGetReconcileChildrenStatus(const Account *account)
DOCUMENT ME!
Definition: Account.cpp:5122
gboolean xaccAccountGetReconcileLastInterval(const Account *account, int *months, int *days)
DOCUMENT ME!
Definition: Account.cpp:4776
Not a type.
Definition: Account.h:107
const char * dxaccAccountGetPriceSrc(const Account *account)
Get a string that identifies the Finance::Quote backend that should be used to retrieve online prices...
Definition: Account.cpp:5058
liability (and asset) accounts indicate generic, generalized accounts that are none of the above...
Definition: Account.h:122
const char * gnc_account_get_credit_string(GNCAccountType acct_type)
Get the credit string associated with this account type.
Definition: Account.cpp:4252
GList * gnc_account_get_children(const Account *account)
This routine returns a GList of all children accounts of the specified account.
Definition: Account.cpp:2936
void xaccAccountSetHidden(Account *acc, gboolean val)
Set the "hidden" flag for an account.
Definition: Account.cpp:4363
void xaccAccountBeginEdit(Account *account)
The xaccAccountBeginEdit() subroutine is the first phase of a two-phase-commit wrapper for account up...
Definition: Account.cpp:1455
gboolean xaccAccountHasAncestor(const Account *acc, const Account *ancestor)
Returns true if the account is 'ancestor' or has 'ancestor' as an ancestor.
Definition: Account.cpp:4391
gnc_commodity * xaccAccountGetCommodity(const Account *account)
Get the account's commodity.
Definition: Account.cpp:3454
gboolean xaccAccountGetPlaceholder(const Account *account)
Get the "placeholder" flag for an account.
Definition: Account.cpp:4268
gint gnc_account_get_current_depth(const Account *account)
Return the number of levels of this account below the root account.
Definition: Account.cpp:2995
A/R account type.
Definition: Account.h:152
void xaccAccountSetSortReversed(Account *account, gboolean sortreversed)
Set the account's Sort Order direction.
Definition: Account.cpp:2602
bank account type – don't use this for now, see NUM_ACCOUNT_TYPES
Definition: Account.h:172
Account * xaccAccountGainsAccount(Account *acc, gnc_commodity *curr)
Retrieve the gains account used by this account for the indicated currency, creating and recording a ...
Definition: Account.cpp:5006
Account * gnc_account_nth_child(const Account *parent, gint num)
Return the n'th child account of the specified parent account.
Definition: Account.cpp:2973
Account * xaccMallocAccount(QofBook *book)
Constructor.
Definition: Account.cpp:1228
gint gnc_account_child_index(const Account *parent, const Account *child)
Return the index of the specified child within the list of the parent's children. ...
Definition: Account.cpp:2965
gint64 time64
Many systems, including Microsoft Windows and BSD-derived Unixes like Darwin, are retaining the int-3...
Definition: gnc-date.h:93
void xaccAccountSetTaxUSPayerNameSource(Account *account, const char *source)
DOCUMENT ME!
Definition: Account.cpp:4192
void xaccAccountSetDescription(Account *account, const char *desc)
Set the account's description.
Definition: Account.cpp:2492
void DxaccAccountSetCurrency(Account *account, gnc_commodity *currency)
Definition: Account.cpp:2747
void gnc_account_set_start_balance(Account *acc, const gnc_numeric start_baln)
This function will set the starting commodity balance for this account.
Definition: Account.cpp:3497
void xaccAccountSetNonStdSCU(Account *account, gboolean flag)
Set the flag indicating that this account uses a non-standard SCU.
Definition: Account.cpp:2720
LotList * xaccAccountFindOpenLots(const Account *acc, gboolean(*match_func)(GNCLot *lot, gpointer user_data), gpointer user_data, GCompareFunc sort_func)
Find a list of open lots that match the match_func.
Definition: Account.cpp:4063
Account * gnc_account_get_root(Account *account)
This routine returns the root account of the account tree that the specified account belongs to...
Definition: Account.cpp:2912
Account * gnc_account_lookup_by_opening_balance(Account *account, gnc_commodity *commodity)
Find the opening balance account for the currency.
Definition: Account.cpp:3117
void gnc_account_set_defer_bal_computation(Account *acc, gboolean defer)
Set the defer balance flag.
Definition: Account.cpp:1922
const char * xaccAccountGetName(const Account *account)
Get the account's name.
Definition: Account.cpp:3307
Equity account is used to balance the balance sheet.
Definition: Account.h:149
const char * xaccAccountGetTypeStr(GNCAccountType type)
The xaccAccountGetTypeStr() routine returns a string suitable for use in the GUI/Interface.
Definition: Account.cpp:4524
const char * xaccAccountGetSortOrder(const Account *account)
Get the account's Sort Order.
Definition: Account.cpp:3396
Not a type.
Definition: Account.h:108
The type used to store guids in C.
Definition: guid.h:75
int xaccAccountStagedTransactionTraversal(const Account *a, unsigned int stage, TransactionCallback thunk, void *data)
xaccAccountStagedTransactionTraversal() calls thunk on each transaction in account a whose current ma...
Definition: Account.cpp:5367
void xaccAccountCommitEdit(Account *account)
ThexaccAccountCommitEdit() subroutine is the second phase of a two-phase-commit wrapper for account u...
Definition: Account.cpp:1496
void xaccClearMark(Account *account, short val)
Get the mark set by xaccAccountSetMark short xaccAccountGetMark (const Account *account);.
Definition: Account.cpp:2079
void xaccAccountSetName(Account *account, const char *name)
Set the account's name.
Definition: Account.cpp:2453
The hidden root account of an account tree.
Definition: Account.h:156
GNCPolicy * gnc_account_get_policy(Account *account)
Get the account's lot order policy.
Definition: Account.cpp:2109
void gnc_account_merge_children(Account *parent)
The gnc_account_merge_children() subroutine will go through an account, merging all child accounts th...
Definition: Account.cpp:5232
gboolean xaccAccountIsEquityType(GNCAccountType t)
Convenience function to check if the account is a valid Equity type.
Definition: Account.cpp:4706
void xaccAccountSetReconcileChildrenStatus(Account *account, gboolean status)
DOCUMENT ME!
Definition: Account.cpp:5099
The Credit card account is used to denote credit (e.g.
Definition: Account.h:116
const gchar * gnc_get_account_separator_string(void)
Returns the account separation character chosen by the user.
Definition: Account.cpp:201
void xaccAccountSetCommodity(Account *account, gnc_commodity *comm)
Set the account's commodity.
Definition: Account.cpp:2638
GList * gnc_account_lookup_by_type_and_commodity(Account *root, const char *name, GNCAccountType acctype, gnc_commodity *commodity)
Find a direct child account matching name, GNCAccountType, and/or commodity.
Definition: Account.cpp:3194
const char * xaccAccountGetNotes(const Account *account)
Get the account's notes.
Definition: Account.cpp:3422
gboolean xaccAccountGetReconcilePostponeBalance(const Account *account, gnc_numeric *balance)
DOCUMENT ME!
Definition: Account.cpp:4878
gint gnc_account_get_tree_depth(const Account *account)
Return the number of levels of descendants accounts below the specified account.
Definition: Account.cpp:3014
Account * xaccAccountLookup(const GncGUID *guid, QofBook *book)
The xaccAccountLookup() subroutine will return the account associated with the given id...
Definition: Account.cpp:2056
void xaccAccountSetTaxUSCopyNumber(Account *account, gint64 copy_number)
DOCUMENT ME!
Definition: Account.cpp:4216