|
|
|
@ -59,7 +59,7 @@ define(['angular', 'uiBootstrap', 'uiRouter'], function (angular) {
|
|
|
|
|
var day = new Date();
|
|
|
|
|
day.setDate(day.getDate() - 7);
|
|
|
|
|
$scope.params.datefrom = day;
|
|
|
|
|
$scope.loadTradeLogs(1);
|
|
|
|
|
$scope.chooseClient('all');
|
|
|
|
|
};
|
|
|
|
|
$scope.thisMonth = function () {
|
|
|
|
|
$scope.params.dateto = new Date();
|
|
|
|
|