|
|
|
@ -267,7 +267,7 @@ void TransactionView::chooseDate(int idx)
@@ -267,7 +267,7 @@ void TransactionView::chooseDate(int idx)
|
|
|
|
|
break; |
|
|
|
|
case LastMonth: |
|
|
|
|
transactionProxyModel->setDateRange( |
|
|
|
|
QDateTime(QDate(current.year(), current.month()-1, 1)), |
|
|
|
|
QDateTime(QDate(current.year(), current.month(), 1).addMonths(-1)), |
|
|
|
|
QDateTime(QDate(current.year(), current.month(), 1))); |
|
|
|
|
break; |
|
|
|
|
case ThisYear: |
|
|
|
|