Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrochalskisoldevelo committed Jan 15, 2025
1 parent b62226c commit 66a3d36
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
1.3.0 / wip
1.3.0 / 2025.01.15
=================

Improvements:
* Upgrade javers version to 5.13.2
* Jasper Templates have now `categoryid` field, which allows grouping them

New functionality:
* [SELV3-752](https://openlmis.atlassian.net/browse/SELV3-752): Dashboard Reports Definition
* Allows permitted users to add, manage and view Dashboard reports (currently PowerBI and Superset)
* Both Dashboard and Jasper Reports are grouped now by Report Categories
* Requires rights, which were added in the [referencedata service 15.2.9](https://github.com/OpenLMIS/openlmis-referencedata/tree/rel-15.2.9)
* `/api/reports/dashboardReports`
* `GET /{id}`, `GET`, `GET /availableReports`, `DELETE /{id}`, `POST`, `PUT /{id}`
* `/api/reports/reportCategories`
* `GET /{id}`, `GET`, `POST`, `PUT /{id}`, `DELETE`

1.2.3 / 2024-10-31
=================
Improvements:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ serviceName=openlmis-report
# Only a Release Manager should update this
# See https://openlmis.atlassian.net/wiki/display/OP/Rolling+a+Release
######################################################################
serviceVersion=1.3.0-SNAPSHOT
serviceVersion=1.3.0

0 comments on commit 66a3d36

Please sign in to comment.