Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

New OPD Report fields #1003

Merged
merged 125 commits into from
Mar 22, 2017
Merged

New OPD Report fields #1003

merged 125 commits into from
Mar 22, 2017

Conversation

adeolabadmus
Copy link
Contributor

Fixes #997

Changes proposed in this pull request:

  • Add new fields to OPD Report

cc @HospitalRun/core-maintainers

Chima1707 and others added 30 commits January 26, 2017 16:23
adeolabadmus and others added 25 commits March 3, 2017 00:04
Fixes from retrospective feedback
fix: fix  new user title bug after a new user has been added
Added deploy branches to .travis.yml
Copy link
Member

@jkleinsc jkleinsc left a comment

Choose a reason for hiding this comment

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

@adeolabadmus thanks for the PR. I realized that the localization is using the wrong hierarchy. It should be reports.labels...., not reports.form....

@@ -45,6 +45,27 @@

{{#if isOutPatient}}

{{#if visit.visitType }}
<div class="ps-info-group test-visit-type">
<p><b class="test-visit-type-label">{{t 'reports.form.visitType' }}:</b>
Copy link
Member

Choose a reason for hiding this comment

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

Should be reports.label not reports.form.

@@ -1255,6 +1255,9 @@ export default {
date: 'Date',
author: 'Author'
},
visitType: 'Visit Type',
Copy link
Member

Choose a reason for hiding this comment

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

I must have missed this on the original PR. These localization values are not organized properly. They appear to be labels, so they should have a labels prefix, not "form". Not sure what "form" refers to but the localizations in this section need to refactored.

Copy link
Member

@jkleinsc jkleinsc left a comment

Choose a reason for hiding this comment

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

Looks good to me. Thanks for the PR @adeolabadmus!

@jkleinsc jkleinsc merged commit 241e87d into HospitalRun:master Mar 22, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants