-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OZ-340: Refactoring from Ozone rebranding.
- Loading branch information
Showing
21 changed files
with
241 additions
and
90 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
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/> |
This file contains 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
This file contains 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
This file contains 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
Binary file not shown.
Binary file not shown.
Oops, something went wrong.