|
GnuCash c935c2f+
|
Fees page. More...
Public Member Functions | |
| PageFees (GtkBuilder *builder, Account *account) | |
| void | connect (StockTransactionEntry *) |
| bool | get_capitalize_fees () |
| const char * | get_memo () |
| void | set_capitalize_fees (bool state) |
| void | set_account (Account *acct) |
| Account * | stock_account () |
| void | update_fees_acct_sensitive (bool sensitive) |
| void | prepare (StockTransactionEntry *) |
Fees page.
Controls for selecting whether to capitalize (i.e. charge them to the stock value), an account selector restricted to EXPENSE accounts if not capitalized, an amount and a memo.
Definition at line 2086 of file assistant-stock-transaction.cpp.
| PageFees::PageFees | ( | GtkBuilder * | builder, |
| Account * | account | ||
| ) |
Definition at line 2107 of file assistant-stock-transaction.cpp.
| void PageFees::connect | ( | StockTransactionEntry * | entry | ) |
Definition at line 2161 of file assistant-stock-transaction.cpp.
| bool PageFees::get_capitalize_fees | ( | ) |
Definition at line 2122 of file assistant-stock-transaction.cpp.
| const char * PageFees::get_memo | ( | ) |
Definition at line 2129 of file assistant-stock-transaction.cpp.
| void PageFees::prepare | ( | StockTransactionEntry * | entry | ) |
Definition at line 2171 of file assistant-stock-transaction.cpp.
|
inline |
Definition at line 2101 of file assistant-stock-transaction.cpp.
| void PageFees::set_capitalize_fees | ( | bool | state | ) |
Definition at line 2135 of file assistant-stock-transaction.cpp.
|
inline |
Definition at line 2102 of file assistant-stock-transaction.cpp.
| void PageFees::update_fees_acct_sensitive | ( | bool | sensitive | ) |
Definition at line 2142 of file assistant-stock-transaction.cpp.