Dimitri R
Dimitri R
### About You **1. I am submitting on behalf of:** - [ ] Myself (as an individual) - [x] My company, government or organization - [x] My open source community...
Introduce an `addresshierarchy` (AH) domain that takes care of: 1. Load all AH-related configs (address template, address entries, etc). 1. Filling the Ext I18n's i18n reverse cache. This work will...
#### 1) Background See * [Initializer: Matching Concepts by Name and the OpenMRS getConceptByName method ](https://talk.openmrs.org/t/initializer-matching-concepts-by-name-and-the-openmrs-getconceptbyname-method/37413?u=mksd) #### 2) Dev Notes This happens [here](https://github.com/mekomsolutions/openmrs-module-initializer/blob/17c0420214e8f2a72e3bda1be370da3eff6c1f4a/api/src/main/java/org/openmrs/module/initializer/api/utils/Utils.java#L180) in `Utils#fetchConcept`. #### 3) Proposed Solution After...
[TBC] and also see https://github.com/openmrs/openmrs-module-cohort
By "free floating" we mean privileges that are not associated with any roles.
#### Description The loading configuration (see [here](https://github.com/mekomsolutions/openmrs-module-initializer/issues/47)) could be provided as a POST parameter.
We need to avoid [this](https://github.com/mekomsolutions/openmrs-module-initializer/blob/593d8345df8e74d4abb7d0e936121f4140f90586/api-2.2/src/main/java/org/openmrs/module/initializer/attributes/types/AttributeTypeCsvLineHandlerImpl2_2.java#L13) kind of thing: ```java @OpenmrsProfile(openmrsPlatformVersion = "2.2.0") ``` Because this version is already specified [here](https://github.com/mekomsolutions/openmrs-module-initializer/blob/593d8345df8e74d4abb7d0e936121f4140f90586/api-2.2/pom.xml#L16) in a POM file leading to a "double maintenance" problem....
### Description [TBC see [here](https://talk.openmrs.org/t/initializer-to-download-existing-concepts-as-a-ready-csv-file/26970?u=mksd) for now.] ### Acceptance Criteria [TBC see [here](https://talk.openmrs.org/t/initializer-to-download-existing-concepts-as-a-ready-csv-file/26970?u=mksd) for now.]
This is a proposal for extending Iniz's capabilities to support metadata from the [OpenMRS Billing Module](https://github.com/openmrs/openmrs-module-billing): `BILLABLE_SERVICES` that represents services that can be billed within the billing module with attributes...