Home
last modified time | relevance | path

Searched refs:ACCT_TYPE_ASSET (Results 1 – 23 of 23) sorted by relevance

/dports/finance/gnucash/gnucash-4.9/bindings/python/example_scripts/
H A Dsimple_sqlite_create.py8 from gnucash.gnucash_core_c import ACCT_TYPE_ASSET
19 a.SetType(ACCT_TYPE_ASSET)
H A Dsimple_business_create.py61 ACCT_TYPE_ASSET, ACCT_TYPE_RECEIVABLE, ACCT_TYPE_INCOME, \
83 a.SetType(ACCT_TYPE_ASSET)
113 a6.SetType(ACCT_TYPE_ASSET)
H A Dnew_book_with_opening_balances.py35 ACCT_TYPE_ASSET, ACCT_TYPE_BANK, ACCT_TYPE_CASH, ACCT_TYPE_CHECKING, \
94 ACCT_TYPE_ASSET,
/dports/finance/gnucash/gnucash-4.9/gnucash/import-export/test/
H A Dgtest-import-account-matcher.cpp63 auto assets = create_account(m_root, ACCT_TYPE_ASSET,
70 auto broker = create_account(assets, ACCT_TYPE_ASSET,
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome-utils/
H A Ddialog-account.h38 ((type) == ACCT_TYPE_ASSET) || \
H A Dwindow-main-summarybar.c183 case ACCT_TYPE_ASSET: in gnc_ui_accounts_recurse()
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome/
H A Ddialog-tax-info.c456 (((ti_dialog->account_type == ACCT_TYPE_ASSET) in tax_infos()
581 else if (dialog->account_type == ACCT_TYPE_ASSET) in gnc_tax_info_dialog_account_filter_func()
582 included = (ACCT_TYPE_ASSET == fund_acct_type); in gnc_tax_info_dialog_account_filter_func()
834 else if (ti_dialog->account_type == ACCT_TYPE_ASSET) in tax_info_show_acct_type_accounts()
837 (type == ACCT_TYPE_ASSET) || in tax_info_show_acct_type_accounts()
892 else if (ti_dialog->account_type == ACCT_TYPE_ASSET) in gnc_tax_info_set_acct()
918 ti_dialog->account_type = ACCT_TYPE_ASSET; in gnc_tax_info_acct_type_cb()
H A Dgnc-budget-view.c1353 if ((acctype != ACCT_TYPE_ASSET) && in totals_col_source()
1383 if ((acctype != ACCT_TYPE_ASSET) && in totals_col_source()
1387 neg = (acctype == ACCT_TYPE_ASSET); in totals_col_source()
1398 neg = ((acctype == ACCT_TYPE_ASSET) || in totals_col_source()
H A Dassistant-stock-split.c503 (type == ACCT_TYPE_ASSET)); in gnc_stock_split_assistant_view_filter_asset()
H A Dwindow-reconcile2.c2005 (type == ACCT_TYPE_ASSET)) in find_payment_account()
H A Dwindow-reconcile.c2252 (type == ACCT_TYPE_ASSET)) in find_payment_account()
H A Dassistant-loan.cpp561 ACCT_TYPE_CREDIT, ACCT_TYPE_ASSET, in gnc_loan_assistant_create()
/dports/finance/gnucash/gnucash-4.9/gnucash/register/ledger-core/
H A Dgnc-ledger-display.c251 case ACCT_TYPE_ASSET: in gnc_get_reg_type()
301 case ACCT_TYPE_ASSET: in gnc_get_reg_type()
H A Dgnc-ledger-display2.c250 case ACCT_TYPE_ASSET: in gnc_get_reg_type()
300 case ACCT_TYPE_ASSET: in gnc_get_reg_type()
H A DgncEntryLedger.c109 account_types = g_list_prepend (account_types, (gpointer)ACCT_TYPE_ASSET); in gnc_entry_ledger_get_account_by_name()
H A Dsplit-register.c2393 return ACCT_TYPE_ASSET; in gnc_split_register_type_to_account_type()
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/test/
H A Dutest-Account.cpp176 {ACCT_TYPE_ASSET, "assets", "root", "2000", "", "", "", "", NULL},
178 {ACCT_TYPE_ASSET, "broker", "assets", "2200", "", "", NULL},
1571 "type", ACCT_TYPE_ASSET, in test_xaccAccountOrder()
1576 "type", ACCT_TYPE_ASSET, in test_xaccAccountOrder()
2432 (1 << ACCT_TYPE_ASSET) | in test_xaccAccountType_Compatibility()
2448 (1 << ACCT_TYPE_ASSET) | in test_xaccAccountType_Compatibility()
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A DAccount.cpp148 { ACCT_TYPE_ASSET, N_("Increase") },
168 { ACCT_TYPE_ASSET, N_("Decrease") },
2349 ACCT_TYPE_CASH, ACCT_TYPE_ASSET, ACCT_TYPE_RECEIVABLE,
4509 case ACCT_TYPE_ASSET: in xaccAccountTypesCompatibleWith()
4518 (1 << ACCT_TYPE_ASSET) | in xaccAccountTypesCompatibleWith()
4549 case ACCT_TYPE_ASSET: in xaccParentAccountTypesCompatibleWith()
4560 (1 << ACCT_TYPE_ASSET) | in xaccParentAccountTypesCompatibleWith()
4625 return (xaccAccountTypesCompatible(ACCT_TYPE_ASSET, t) in xaccAccountIsAssetLiabType()
4643 case ACCT_TYPE_ASSET: in xaccAccountTypeGetFundamental()
4645 return ACCT_TYPE_ASSET; in xaccAccountTypeGetFundamental()
H A DAccount.h119 ACCT_TYPE_ASSET = 2, /**< asset (and liability) accounts indicate enumerator
/dports/finance/gnucash/gnucash-4.9/bindings/python/
H A Dgnucash_core.py680 ACCT_TYPE_ASSET, ACCT_TYPE_BANK, ACCT_TYPE_CASH, ACCT_TYPE_CHECKING, \
/dports/finance/gnucash/gnucash-4.9/bindings/python/example_scripts/rest-api/
H A Dgnucash_rest.py1669 ACCT_TYPE_ASSET, ACCT_TYPE_RECEIVABLE, ACCT_TYPE_INCOME, \
1685 account.SetType(ACCT_TYPE_ASSET)
/dports/finance/gnucash/gnucash-4.9/gnucash/import-export/csv-exp/
H A Dassistant-csv-export.c360 (type == ACCT_TYPE_ASSET) || in show_acct_type_accounts()
/dports/finance/gnucash/gnucash-4.9/libgnucash/app-utils/
H A Dgnc-ui-util.c673 (atype == ACCT_TYPE_ASSET) || in gnc_ui_account_get_tax_info_string()