|
GnuCash 038f90a+
|
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 2089 of file assistant-stock-transaction.cpp.
| PageFees::PageFees | ( | GtkBuilder * | builder, |
| Account * | account | ||
| ) |
Definition at line 2110 of file assistant-stock-transaction.cpp.
| void PageFees::connect | ( | StockTransactionEntry * | entry | ) |
Definition at line 2164 of file assistant-stock-transaction.cpp.
| bool PageFees::get_capitalize_fees | ( | ) |
Definition at line 2125 of file assistant-stock-transaction.cpp.
| const char * PageFees::get_memo | ( | ) |
Definition at line 2132 of file assistant-stock-transaction.cpp.
| void PageFees::prepare | ( | StockTransactionEntry * | entry | ) |
Definition at line 2174 of file assistant-stock-transaction.cpp.
|
inline |
Definition at line 2104 of file assistant-stock-transaction.cpp.
| void PageFees::set_capitalize_fees | ( | bool | state | ) |
Definition at line 2138 of file assistant-stock-transaction.cpp.
|
inline |
Definition at line 2105 of file assistant-stock-transaction.cpp.
| void PageFees::update_fees_acct_sensitive | ( | bool | sensitive | ) |
Definition at line 2145 of file assistant-stock-transaction.cpp.