forked from HospitalRun/hospitalrun-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from eHealthAfrica/opd-custom-form
OPD Reports Custom Forms
- Loading branch information
Showing
6 changed files
with
22 additions
and
29 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,5 +97,7 @@ | |
</div> | ||
{{/if}} | ||
|
||
{{custom-form-manager model=model formType="opdReport"}} | ||
|
||
{{/em-form}} | ||
{{/edit-panel}} |
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 |
---|---|---|
@@ -1,9 +1,10 @@ | ||
{ | ||
"name": "hospitalruncli", | ||
"name": "hospitalrun", | ||
"version": "0.9.17", | ||
"description": "Ember front end for HospitalRun", | ||
"homepage": "http://hospitalrun.io", | ||
"directories": { | ||
"doc": "doc", | ||
"test": "tests" | ||
}, | ||
"files": [ | ||
|
@@ -17,16 +18,15 @@ | |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://git@github.com:eHealthAfrica/hospitalrun-frontend.git" | ||
"url": "[email protected]:HospitalRun/hospitalrun-frontend" | ||
}, | ||
"engines": { | ||
"node": ">= 4" | ||
}, | ||
"author": "John Kleinschmidt", | ||
"contributors": [ | ||
"Joel Worrall", | ||
"Joel Glovier", | ||
"eHealth Africa" | ||
"Joel Glovier" | ||
], | ||
"license": "GPL-3.0", | ||
"devDependencies": { | ||
|
@@ -37,7 +37,7 @@ | |
"broccoli-manifest": "0.0.7", | ||
"broccoli-merge-trees": "^1.1.1", | ||
"broccoli-serviceworker": "0.1.4", | ||
"broccoli-stylelint": "github:billybonks/broccoli-stylelint", | ||
"broccoli-stylelint": "billybonks/broccoli-stylelint", | ||
"ember-ajax": "2.5.2", | ||
"ember-browserify": "^1.1.12", | ||
"ember-cli": "2.10.0", | ||
|
@@ -69,7 +69,7 @@ | |
"ember-load-initializers": "^0.6.0", | ||
"ember-pouch": "4.2.1", | ||
"ember-radio-buttons": "^4.0.1", | ||
"ember-rapid-forms": "github:gcorbel/ember-rapid-forms#26229804a2c430bbdf1ffb6bab8fb53af17bb3a4", | ||
"ember-rapid-forms": "GCorbel/ember-rapid-forms#26229804a2c430bbdf1ffb6bab8fb53af17bb3a4", | ||
"ember-resolver": "^2.0.3", | ||
"ember-select-list": "0.9.5", | ||
"ember-simple-auth": "^1.1.0", | ||
|
@@ -98,22 +98,5 @@ | |
"paths": [ | ||
"lib/pouch-fixtures" | ||
] | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/HospitalRun/hospitalrun-frontend/issues" | ||
}, | ||
"main": "index.js", | ||
"dependencies": { | ||
"ember": "^1.0.0-pre.2" | ||
}, | ||
"keywords": [ | ||
"eHealth", | ||
"Systems", | ||
"Africa", | ||
"HealthCare", | ||
"Health", | ||
"Hospital", | ||
"Run", | ||
"Hospital Run" | ||
] | ||
} | ||
} |