Merge pull request #99 from Pear-Trading/finn/categoryAPI
Updated data view
This commit is contained in:
commit
da86e52735
2 changed files with 4 additions and 1 deletions
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
# Next Release
|
# Next Release
|
||||||
|
|
||||||
|
* Added API for category budget
|
||||||
|
* Added working test for the new API
|
||||||
|
|
||||||
# v0.10.3
|
# v0.10.3
|
||||||
|
|
||||||
* Added Category and Transaction Category tables to DB
|
* Added Category and Transaction Category tables to DB
|
||||||
|
|
|
@ -33,7 +33,7 @@ sub post_category_list {
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
group_by => [ qw/ category_id quantised_weeks / ],
|
group_by => [ qw/ category_id quantised_weeks / ],
|
||||||
order_by => { '-desc' => 'quantised_weeks' },
|
order_by => { '-desc' => 'value' },
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Reference in a new issue