Skip to content
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

KHP3-6550 - Added RMS integration for patient registration, bills and payments #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PatrickWaweru
Copy link
Collaborator

KHP3-6550 - siaya - RMS financial system sync

  1. Sync for patient registration
  2. Sync for Bill creation
  3. Sync for New Payment

* @param date
* @return
*/
public static boolean checkIfCreateModetOrEditMode(Date date) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is a typo

.getGlobalPropertyObject(CashierModuleConstants.RMS_ENDPOINT_URL);
String baseURL = globalPostUrl.getPropertyValue();
if (baseURL == null || baseURL.trim().isEmpty()) {
baseURL = "https://siaya.tsconect.com/api";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should probably be in a global property

<globalProperty>
<property>${project.parent.artifactId}.rms.integration.username</property>
<description>RMS integration Username</description>
<defaultValue>[email protected]</defaultValue>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove defaults

<globalProperty>
<property>${project.parent.artifactId}.rms.integration.endpoint.url</property>
<description>RMS integration Endpoint URL</description>
<defaultValue>https://siaya.tsconect.com/api</defaultValue>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove defaults

Copy link
Contributor

@makombe makombe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, @PatrickWaweru Please address some of the suggestions highlighted thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants