-
Couldn't load subscription status.
- Fork 26
U4X-883 :Sync Requisition of Stock from UgandaEMR to eAFYA #187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…dule-ugandaemr-sync into U4X-883 # Conflicts: # api/src/main/java/org/openmrs/module/ugandaemrsync/server/SyncFHIRRecord.java # api/src/main/resources/liquibase.xml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@slubwama see comments
api/src/main/resources/liquibase.xml
Outdated
| <column name="repeat_interval" value="3600" /> | ||
| <column name="date_created" valueDate="CURRENT_TIMESTAMP" /> | ||
| <column name="created_by" value="1" /> | ||
| <column name="start_on_startup" value="1"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should not be started by default, Not every facility will need it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@akileng56 resolved.
api/src/main/resources/liquibase.xml
Outdated
| <column name="repeat_interval" value="3600" /> | ||
| <column name="date_created" valueDate="CURRENT_TIMESTAMP" /> | ||
| <column name="created_by" value="1" /> | ||
| <column name="start_on_startup" value="1"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here, Not started by default
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@akileng56 resolved
api/src/main/resources/liquibase.xml
Outdated
| <comment>Sync Task Type</comment> | ||
| <insert tableName="sync_task_type"> | ||
| <column name="name" value="eAFYA Stock Integration"/> | ||
| <column name="data_type" value="org.openmrs.TestOrder" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TestOrder? why not DrugOrder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@akileng56 resolved
pom.xml
Outdated
| <fhir2ModuleVersion>2.3.0</fhir2ModuleVersion> | ||
| <webservices.restModuleVersion>2.47.0</webservices.restModuleVersion> | ||
| <ibatisVersion>3.0</ibatisVersion> | ||
| <stockmanagementVersion>1.4.2</stockmanagementVersion> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this the version before or After the change that was made in stock mgt?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@akileng56 rresloved
https://metsprogramme.atlassian.net/browse/U4X-883
https://metsprogramme.atlassian.net/browse/U4X-884