#include <categexp.h>
|
| enum | RepParams {
NONE = 0,
SINGLE_DATE = 1,
DATE_RANGE = 2,
TIME = 4,
MONTHES = 8,
BUDGET_DATES = 16,
ONLY_YEARS = 32,
ACCOUNTS_LIST = 64,
CHART = 128,
FORWARD_MONTHS = 256
} |
| |
| enum | Reports {
MyUsage = 0,
MonthlySummaryofAccounts,
YearlySummaryofAccounts,
WheretheMoneyGoes,
WheretheMoneyComesFrom,
CategoriesSummary,
CategoriesMonthly,
Payees,
IncomevsExpensesSummary,
IncomevsExpensesMonthly,
BudgetPerformance,
BudgetCategorySummary,
MonthlyCashFlow,
DailyCashFlow,
TransactionsCashFlow,
StocksReportPerformance,
StocksReportSummary,
ForecastReport,
BugReport,
CategoryOverTimePerformance,
UNUSED = -1
} |
| |
| mmFilterTransactions | m_filter |
| |
| static const char * | m_template |
| |
| int | m_chart_selection = 0 |
| |
| int64 | m_date_selection = 0 |
| |
| int | m_forward_months = 24 |
| |
| wxString | m_title |
| |
| const mmDateRange * | m_date_range = nullptr |
| |
| wxSharedPtr< wxArrayString > | accountArray_ |
| |
| wxSharedPtr< wxArrayString > | selectedAccountArray_ |
| |
| bool | m_only_active = false |
| |
| int | m_id = -1 |
| |
◆ TYPE
| Enumerator |
|---|
| INCOME | |
| EXPENSES | |
| TOTAL | |
| MAX | |
◆ mmReportCategoryOverTimePerformance()
| mmReportCategoryOverTimePerformance::mmReportCategoryOverTimePerformance |
( |
| ) |
|
◆ ~mmReportCategoryOverTimePerformance()
| mmReportCategoryOverTimePerformance::~mmReportCategoryOverTimePerformance |
( |
| ) |
|
◆ getHTMLText()
| wxString mmReportCategoryOverTimePerformance::getHTMLText |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files: