docs: update system settings docs - enable/disable period types, weekly relative start day and more#1744
Merged
Conversation
- Add Period types available in analytics apps (DHIS2-20520): new v2.43 multi-select control for enabling/disabling period types, replacing the individual hide-period checkboxes for instances on v2.43+ - Add Weekly relative period start day (DHIS2-20839): new v2.43 setting for choosing the weekly relative period start day (Mon–Sun) - Update Financial year relative start month (DHIS2-20840): document February, August and September as new options from v2.43 - Add missing Hide biweekly periods setting (was in app, not in docs) - Add Use centroids for organisation unit polygons in event analytics (was in app, not in docs) - Fix dashboard item settings labels: item → items (4 rows) to match the actual UI labels Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The individual Hide daily/weekly/biweekly/monthly/bimonthly periods settings were removed in DHIS2 2.43 (maximumApiVersion: 42) and replaced by the new Period types available in analytics apps setting. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
339ff62 to
17a7839
Compare
e598aae to
17a7839
Compare
system-settings.md: - Fix <br><br> to <br> <br> to match file convention - Fix double space in Hide daily/weekly/... row - Fix pre-existing missing closing | on Enable embedded dashboards row settings-and-configuration.md: - Add analyticsWeeklyStart system setting (new in 2.43) - Update analyticsFinancialYearStart to list all valid options including new 2.43 values (FINANCIAL_YEAR_FEBRUARY/AUGUST/SEPTEMBER) - Update all keyHide*Periods entries to note removal in 2.43 and point to dataOutputPeriodTypes as replacement overview.md: - Update financialYearStart parameter to include new 2.43 options Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
17a7839 to
50af8f8
Compare
maikelarabori
approved these changes
Apr 28, 2026
netroms
pushed a commit
that referenced
this pull request
May 11, 2026
…ly relative start day and more (#1744) * docs: update analytics system settings for DHIS2 2.43 features - Add Period types available in analytics apps (DHIS2-20520): new v2.43 multi-select control for enabling/disabling period types, replacing the individual hide-period checkboxes for instances on v2.43+ - Add Weekly relative period start day (DHIS2-20839): new v2.43 setting for choosing the weekly relative period start day (Mon–Sun) - Update Financial year relative start month (DHIS2-20840): document February, August and September as new options from v2.43 - Add missing Hide biweekly periods setting (was in app, not in docs) - Add Use centroids for organisation unit polygons in event analytics (was in app, not in docs) - Fix dashboard item settings labels: item → items (4 rows) to match the actual UI labels Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * docs: note that Hide x periods settings were removed in v2.43 The individual Hide daily/weekly/biweekly/monthly/bimonthly periods settings were removed in DHIS2 2.43 (maximumApiVersion: 42) and replaced by the new Period types available in analytics apps setting. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Update system-settings.md * Update system-settings.md * docs: table rendering fixes and API docs for 2.43 analytics changes system-settings.md: - Fix <br><br> to <br> <br> to match file convention - Fix double space in Hide daily/weekly/... row - Fix pre-existing missing closing | on Enable embedded dashboards row settings-and-configuration.md: - Add analyticsWeeklyStart system setting (new in 2.43) - Update analyticsFinancialYearStart to list all valid options including new 2.43 values (FINANCIAL_YEAR_FEBRUARY/AUGUST/SEPTEMBER) - Update all keyHide*Periods entries to note removal in 2.43 and point to dataOutputPeriodTypes as replacement overview.md: - Update financialYearStart parameter to include new 2.43 options Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Update overview.md * Update settings-and-configuration.md * Update settings-and-configuration.md * Update settings-and-configuration.md --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates system settings and API developer docs for changes shipped in DHIS2 2.43, plus fixes for pre-existing gaps.
New settings (DHIS2 2.43+) — src/user/system-settings.md
Settings app from v2.43
Hide period settings — consolidated the five separate rows (Hide daily/weekly/biweekly/monthly/bimonthly periods) into
one row, noting they were removed from the Settings app in v2.43.
Pre-existing gaps fixed
API developer docs