Skip to content

Releases: pepfar-datim/datim-approvals

1.5.0

01 Sep 22:40
Compare
Choose a tag to compare
1.5.0 Pre-release
Pre-release

1.4.2

11 Apr 14:26
Compare
Choose a tag to compare
1.4.2 Pre-release
Pre-release
  • Use periodSettings from the dataStore to determine which periods to display for each of the dataSetGroups (e.g. workflows). https://github.com/pepfar-datim/Global/issues/2253
  • General refactoring
  • Adds new header-bar that was introduced with DHIS2 2.24

The dataStore period settings should have the following format

{
    "MER Results": {
        "2017Q1": {
            "name": "January - March 2017",
            "start": "Fri Mar 31 2017 21:00:00 GMT+0200",
            "end": "Fri Apr 14 2017 21:00:00 GMT+0200"
        }
    },
    "MER Targets": {
        "2017Oct": {
            "name": "October 2017 - October 2018",
            "start": "Fri Mar 31 2017 21:00:00 GMT+0200",
            "end": "Fri Apr 14 2017 21:00:00 GMT+0200"
        },
        "2016Oct": {
            "name": "October 2016 - October 2017",
            "start": "Fri Mar 31 2017 21:00:00 GMT+0200",
            "end": "Fri Apr 14 2017 21:00:00 GMT+0200"
        }
    }
}

1.4.0

06 Apr 15:34
Compare
Choose a tag to compare
1.4.0 Pre-release
Pre-release
  • Use periodSettings from the dataStore to determine which periods to display for each of the dataSetGroups (e.g. workflows). https://github.com/pepfar-datim/Global/issues/2253
  • General refactoring
  • Adds new header-bar that was introduced with DHIS2 2.24

The dataStore period settings should have the following format

{
    "MER Results": {
        "2017Q1": {
            "name": "January - March 2017",
            "start": "Fri Mar 31 2017 21:00:00 GMT+0200",
            "end": "Fri Apr 14 2017 21:00:00 GMT+0200"
        }
    },
    "MER Targets": {
        "2017Oct": {
            "name": "October 2017 - October 2018",
            "start": "Fri Mar 31 2017 21:00:00 GMT+0200",
            "end": "Fri Apr 14 2017 21:00:00 GMT+0200"
        },
        "2016Oct": {
            "name": "October 2016 - October 2017",
            "start": "Fri Mar 31 2017 21:00:00 GMT+0200",
            "end": "Fri Apr 14 2017 21:00:00 GMT+0200"
        }
    }
}

1.3.1

05 Dec 16:10
Compare
Choose a tag to compare
  • Fix issue where app could lock the browser tab and become unresponsive

1.3.0

08 Nov 15:51
Compare
Choose a tag to compare
  • Adds data-entry events to the approval reports.

0.5.0

07 Nov 14:13
Compare
Choose a tag to compare
  • Adds the data entry events to the approvals reports

0.4.10

30 Sep 13:46
Compare
Choose a tag to compare
Bump version

0.4.9

11 Mar 14:19
Compare
Choose a tag to compare

/api/systemSettings/keyApprovalsDataSetDisplayRules should be set to

[
    {
        "workflow": "MER Targets",
        "matchPeriodOn": {
            "test": "^[0-9]{4}Oct$",
            "comparator": "lt",
            "value": 2016
        },
        "dataSets": [
            "xJ06pxmxfU6", 
            "LBSk271pP7J", 
            "rDAUgkkexU1", 
            "IOarm0ctDVL", 
            "VjGqATduoEX", 
            "PHyD22loBQH", 
            "oYO9GvA05LE"
        ]
    }, {
        "workflow": "MER Targets",
        "matchPeriodOn": {
            "test": "^[0-9]{4}Oct$",
            "comparator": "gte",
            "value": 2016
        },
        "dataSets": [
            "xxo1G5V1JG2",
            "AyFVOGbAvcH",
            "tCIW2VFd8uu",
            "JXKUYJqmyDd",
            "qRvKHvlzNdv",
            "lbwuIo56YoG",
            "Om3TJBRH8G8"
        ]
    }
]

1.2.0

03 Jun 16:46
Compare
Choose a tag to compare
1.2.0 Pre-release
Pre-release

Workflows including fix to organisation unit dropdown

0.4.8

26 Oct 09:59
Compare
Choose a tag to compare
  • Resolve issues with the accept-only user not being able to un-accept
    • As a side effect this makes "Return submission" mechanisms show up in two tabs for submit+accept users

Requires server version 2.21 to work properly from 'accept-only' users