Module: DHIS2 Connector module
Currently, the dhis2 connector module only supports the following period types in the automation.
- Daily
- Weekly
- Monthly
- Yearly
And the following period type supporting is not implemented in the current version.
- Financial April
- Financial July
- Financial October
- Six Monthly
- Six Monthly April
- Quarterly
- Bimonthly
Requirement: Updating the module to support the mentioned period types in automation.
Relevant files:
src/main/java/org/openmrs/module/dhisconnector/api/impl/DHISConnectorServiceImpl.java:transformToDHISPeriod
Relevant links:
DHIS2 date formats - https://docs.dhis2.org/master/en/developer/html/webapi_date_perid_format.html
Jira - https://issues.openmrs.org/projects/DCM/issues/DCM-11?filter=allopenissues
So, I’m working on this task and I’ll use this thread to give my updates on it.