|
| | mmReportBudgetCategorySummary () |
| |
| virtual | ~mmReportBudgetCategorySummary () |
| |
| virtual wxString | getHTMLText () |
| |
| | mmReportBudget () |
| |
| virtual | ~mmReportBudget () |
| |
| void | AdjustYearValues (int day, wxDateTime::Month month, wxDateTime &year) const |
| | Returns correct values for day and month, adjusted to financial year if required. More...
|
| |
| const wxString | AdjustYearValues (int day, wxDateTime::Month month, int year, const wxString &yearStr) const |
| | Returns correct values for day and month, adjusted to financial year if required. More...
|
| |
| void | AdjustDateForEndFinancialYear (wxDateTime &date) const |
| | Sets date to end of financial year if required by user. More...
|
| |
| void | GetFinancialYearValues (int &day, wxDateTime::Month &month) const |
| | Return day and month values to user defined financial year. More...
|
| |
| void | SetDateToEndOfMonth (const wxDateTime::Month month, wxDateTime &date) const |
| | Advance the given date to the end of the current month. More...
|
| |
| void | SetDateToEndOfYear (int day, const wxDateTime::Month month, wxDateTime &date, bool isEndDate=true) const |
| | Advance the given date by one year. More...
|
| |
| void | SetBudgetMonth (wxString budgetYearStr, wxDateTime &startDate, wxDateTime &endDate) const |
| | sets the start and end dates for a budget month More...
|
| |
| | mmPrintableBase (const wxString &title) |
| |
| virtual | ~mmPrintableBase () |
| |
| virtual void | RefreshData () |
| |
| virtual const wxString | getReportTitle (bool translate=true) const |
| |
| virtual int | report_parameters () |
| |
| int | getReportId () |
| |
| void | date_range (const mmDateRange *date_range, int selection) |
| |
| void | initial_report (bool initial) |
| |
| int64 | getDateSelection () const |
| |
| int | getAccountSelection () const |
| |
| int | getChartSelection () const |
| |
| int | getForwardMonths () const |
| |
| const wxString | getAccountNames () const |
| |
| void | chart (int selection) |
| |
| void | setAccounts (int selection, const wxString &name) |
| |
| void | setSelection (int64 sel) |
| |
| void | setForwardMonths (int sel) |
| |
| void | setReportSettings () |
| |
| void | setReportParameters (int id) |
| |
| const wxString | getReportSettings () const |
| |
| void | restoreReportSettings () |
| |
| void | initReportSettings (const wxString &settings) |
| |