|
GnuCash c935c2f+
|
The Cash page collects the cash account (usually corresponds the broker's cash management account), the amount of cash, and the memo for the cash split. More...
Public Member Functions | |
| PageCash (GtkBuilder *builder, Account *account) | |
| void | connect (StockTransactionEntry *entry) |
| void | prepare (StockTransactionEntry *entry) |
| const char * | get_memo () |
The Cash page collects the cash account (usually corresponds the broker's cash management account), the amount of cash, and the memo for the cash split.
Accounts are restricted to types ASSET and BANK.
Definition at line 2031 of file assistant-stock-transaction.cpp.
| PageCash::PageCash | ( | GtkBuilder * | builder, |
| Account * | account | ||
| ) |
Definition at line 2045 of file assistant-stock-transaction.cpp.
| void PageCash::connect | ( | StockTransactionEntry * | entry | ) |
Definition at line 2058 of file assistant-stock-transaction.cpp.
| const char * PageCash::get_memo | ( | ) |
Definition at line 2076 of file assistant-stock-transaction.cpp.
| void PageCash::prepare | ( | StockTransactionEntry * | entry | ) |
Definition at line 2066 of file assistant-stock-transaction.cpp.