Skip to content

Commit

Permalink
remove Monthly Summary of Accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
guanlisheng committed Dec 26, 2015
1 parent 0f98711 commit b0f9a9e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/mmframereport.cpp
Expand Up @@ -126,11 +126,6 @@ void mmGUIFrame::updateReportNavigation(wxTreeItemId& reports, wxTreeItemId& bud
navTreeCtrl_->SetItemData(myusage, new mmTreeItemData(new mmReportMyUsage()));

//////////////////////////////////////////////////////////////////
wxTreeItemId reportsSummary = navTreeCtrl_->AppendItem(reports, _("Monthly Summary of Accounts")
, img::PIECHART_PNG, img::PIECHART_PNG);
navTreeCtrl_->SetItemData(reportsSummary, new mmTreeItemData("Monthly Summary of Accounts"
, new mmReportSummaryByDate(this, 0)));

int day = Model_Infotable::instance().GetIntInfo("FINANCIAL_YEAR_START_DAY", 1);
int month = Model_Infotable::instance().GetIntInfo("FINANCIAL_YEAR_START_MONTH", 7);
bool ignoreFuture = mmIniOptions::instance().ignoreFutureTransactions_;
Expand Down

0 comments on commit b0f9a9e

Please sign in to comment.