Skip to content

Commit

Permalink
Rebasing again.
Browse files Browse the repository at this point in the history
  • Loading branch information
mks-d committed Nov 28, 2024
1 parent 689dfdf commit c8625d9
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 0 deletions.
Binary file modified docs/assets/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
106 changes: 106 additions & 0 deletions docs/config-points.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
# <small>:construction:</small> Configuration Points

In this section, we provide a comprehensive list of configuration points available in Ozone, organized by EIP services and thereby grouped by pairs of apps.

---

!!! info inline end ""

{==:oz: Pro==}

## Keycloak-Superset Flows

###### `superset.polling-interval`

- _Location:_<br/>
`ozone/distro/configs/eip-keycloak-superset/properties/application.properties`
- _Possible values:_<br/>
The time in milliseconds. Defaults to 30000 – Controls the polling interval for the `eip-keycloak-superset` service, which regularly fetches the set of roles from Superset to synchronize them with Keycloak.

!!! tip "Sample configuration:"

```java
superset.polling-interval=30000
```

---

## ERPNext-OpenMRS Flows

###### `erpnext.openmrs.enable.patient.sync`

- _Location:_<br/>
`ozone/distro/configs/eip-erpnext-openmrs/application.properties`
- _Possible values:_
* [x] `false` – An OpenMRS patient is synchronised as an ERPNext customer when a first billable item is ordered from OpenMRS.
* [ ] `true` – An OpenMRS patient is always synchronised as an ERPNext customer.

!!! tip "Sample configuration:"

```java
erpnext.openmrs.enable.patient.sync=false
```

---

## Odoo-OpenMRS Flows

###### `concept.complex.uuid`

- _Location:_<br/>
<br/>
- _Possible values:_<br/>
<br/>

###### `create.customer.if.not.exist`

- _Location:_<br/>
<br/>
- _Possible values:_<br/>
<br/>

###### `emr.weight.concept`

- _Location:_<br/>
<br/>
- _Possible values:_<br/>
<br/>

###### `openmrs.identifier.type.uuid`

- _Location:_<br/>
<br/>
- _Possible values:_<br/>
<br/>

###### `results.encounterType.uuid`

- _Location:_<br/>
<br/>
- _Possible values:_<br/>
<br/>

---

## OpenMRS-SENAITE Flows

###### `concept.complex.uuid`

- _Location:_<br/>
<br/>
- _Possible values:_<br/>
<br/>

###### `openmrs.identifier.type.uuid`

- _Location:_<br/>
<br/>
- _Possible values:_<br/>
<br/>

###### `results.encounterType.uuid`

- _Location:_<br/>
<br/>
- _Possible values:_<br/>
<br/>
7 changes: 7 additions & 0 deletions docs/override-configs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# <small>:construction:</small> Overriding Inherited Configurations

!!! info "Coming soon:"

* Using the Ozone Maven Archetype.
* Using the Maven parent.
* Overriding inherited configurations. Eg. OpenMRS frontend and backend configs, Odoo config, etc.

0 comments on commit c8625d9

Please sign in to comment.