org.openmrs.api.EncounterService
${project.parent.groupId}.${project.parent.artifactId}.advice.OutpatientToInpatientCheckinOnAdmissionRequest
@@ -182,4 +176,12 @@
+
+ kenyaemr.2.x.forms.whitelist
+
+
+ Configures a comma separated list of forms to avail in 2.x KenyaEMR user interface
+
+
+
diff --git a/omod/src/main/resources/liquibase.xml b/omod/src/main/resources/liquibase.xml
index d23df06347..81112fe582 100755
--- a/omod/src/main/resources/liquibase.xml
+++ b/omod/src/main/resources/liquibase.xml
@@ -264,4 +264,11 @@
+
+
+ Queries for migrating appointments to bahmni appointment module
+
+
+
+
\ No newline at end of file
diff --git a/omod/src/main/webapp/pages/registration/registrationHome.gsp b/omod/src/main/webapp/pages/registration/registrationHome.gsp
index a35562d14e..e3d2f8f9f0 100755
--- a/omod/src/main/webapp/pages/registration/registrationHome.gsp
+++ b/omod/src/main/webapp/pages/registration/registrationHome.gsp
@@ -1,64 +1,16 @@
<%
- ui.decorateWith("kenyaemr", "standardPage", [ layout: "sidebar" ])
-
- ui.includeJavascript("kenyaemr", "controllers/visit.js")
-
- def menuItems = [
- [ label: "Find or create patient", iconProvider: "kenyaui", icon: "buttons/patient_search.png", href: ui.pageLink("kenyaemr", "registration/registrationSearch") ]
- ]
-
- def menuItemsNew = [
- [ label: "Seen Patients", iconProvider: "kenyaui", icon: "buttons/patients.png", href: ui.pageLink("kenyaemr", "registration/registrationSearchSeen") ]
- ]
+ ui.decorateWith("kenyaemr", "standardPage")
%>
-
-
-
-
-
-
- ${ ui.includeFragment("kenyaemr", "patient/dailySchedule", [ pageProvider: "kenyaemr", page: "registration/registrationViewPatient", date: scheduleDate ]) }
-
\ No newline at end of file
+ //On ready
+ jq = jQuery;
+ jq(function () {
+ // Redirect to O3
+ var getUrl = window.location;
+ var baseUrl = getUrl.protocol + "//" + getUrl.host + "/" + getUrl.pathname.split('/')[1];
+ baseUrl = baseUrl + "/spa/patient-registration"
+ var spaUrl = new URL(baseUrl);
+ window.location.replace(spaUrl);
+ });
+
\ No newline at end of file
diff --git a/omod/src/main/webapp/resources/reports/MOH240.xls b/omod/src/main/webapp/resources/reports/MOH240.xls
new file mode 100644
index 0000000000..2b038c3a27
Binary files /dev/null and b/omod/src/main/webapp/resources/reports/MOH240.xls differ
diff --git a/omod/src/main/webapp/resources/reports/MOH705A.xls b/omod/src/main/webapp/resources/reports/MOH705A.xls
new file mode 100644
index 0000000000..9da5c5c57a
Binary files /dev/null and b/omod/src/main/webapp/resources/reports/MOH705A.xls differ
diff --git a/omod/src/main/webapp/resources/reports/MOH_705b.xls b/omod/src/main/webapp/resources/reports/MOH705B.xls
similarity index 76%
rename from omod/src/main/webapp/resources/reports/MOH_705b.xls
rename to omod/src/main/webapp/resources/reports/MOH705B.xls
index 0ac7eb9e14..b34e9f4dd0 100644
Binary files a/omod/src/main/webapp/resources/reports/MOH_705b.xls and b/omod/src/main/webapp/resources/reports/MOH705B.xls differ
diff --git a/omod/src/main/webapp/resources/reports/MOH706.xls b/omod/src/main/webapp/resources/reports/MOH706.xls
new file mode 100644
index 0000000000..6901b12084
Binary files /dev/null and b/omod/src/main/webapp/resources/reports/MOH706.xls differ
diff --git a/omod/src/main/webapp/resources/reports/MOH_705a.xls b/omod/src/main/webapp/resources/reports/MOH_705a.xls
deleted file mode 100644
index 29b771032a..0000000000
Binary files a/omod/src/main/webapp/resources/reports/MOH_705a.xls and /dev/null differ
diff --git a/omod/src/main/webapp/resources/reports/MOH_717.xls b/omod/src/main/webapp/resources/reports/MOH_717.xls
new file mode 100644
index 0000000000..4001679756
Binary files /dev/null and b/omod/src/main/webapp/resources/reports/MOH_717.xls differ
diff --git a/omod/src/main/webapp/resources/reports/active_on_art_linelist.xls b/omod/src/main/webapp/resources/reports/active_on_art_linelist.xls
index 1d5daed76e..28c810c212 100644
Binary files a/omod/src/main/webapp/resources/reports/active_on_art_linelist.xls and b/omod/src/main/webapp/resources/reports/active_on_art_linelist.xls differ
diff --git a/omod/src/main/webapp/resources/reports/fcdrr.xls b/omod/src/main/webapp/resources/reports/fcdrr.xls
new file mode 100644
index 0000000000..785d946b97
Binary files /dev/null and b/omod/src/main/webapp/resources/reports/fcdrr.xls differ
diff --git a/omod/src/main/webapp/resources/reports/financials/monthly_revenue_summary.xls b/omod/src/main/webapp/resources/reports/financials/monthly_revenue_summary.xls
new file mode 100644
index 0000000000..fee908c8f3
Binary files /dev/null and b/omod/src/main/webapp/resources/reports/financials/monthly_revenue_summary.xls differ
diff --git a/omod/src/main/webapp/resources/reports/moh204A.xls b/omod/src/main/webapp/resources/reports/moh204A.xls
new file mode 100644
index 0000000000..7041646ed7
Binary files /dev/null and b/omod/src/main/webapp/resources/reports/moh204A.xls differ
diff --git a/omod/src/main/webapp/resources/reports/moh204B.xls b/omod/src/main/webapp/resources/reports/moh204B.xls
new file mode 100644
index 0000000000..b1a2096e76
Binary files /dev/null and b/omod/src/main/webapp/resources/reports/moh204B.xls differ
diff --git a/omod/src/main/webapp/resources/reports/moh705A.xls b/omod/src/main/webapp/resources/reports/moh705A.xls
deleted file mode 100644
index 43c6b2c0df..0000000000
Binary files a/omod/src/main/webapp/resources/reports/moh705A.xls and /dev/null differ
diff --git a/omod/src/main/webapp/resources/reports/moh705B.xls b/omod/src/main/webapp/resources/reports/moh705B.xls
deleted file mode 100644
index be07eede99..0000000000
Binary files a/omod/src/main/webapp/resources/reports/moh705B.xls and /dev/null differ
diff --git a/omod/src/main/webapp/resources/reports/pmtct/ANC_register_template.xls b/omod/src/main/webapp/resources/reports/pmtct/ANC_register_template.xls
index 8e4425e160..2b46708960 100644
Binary files a/omod/src/main/webapp/resources/reports/pmtct/ANC_register_template.xls and b/omod/src/main/webapp/resources/reports/pmtct/ANC_register_template.xls differ
diff --git a/pom.xml b/pom.xml
index 2e8bb54b05..f0776adc57 100755
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
org.openmrs.module
kenyaemr
- 18.7.2-SNAPSHOT
+ 18.8.0
pom
KenyaEMR
OpenMRS-based EMR for Kenya
@@ -46,7 +46,7 @@
- 2.3.3
+ 2.6.2
2.0
20150123
@@ -60,20 +60,19 @@
3.0.1
1.4.0
3.0.0
- 1.6.2
+ 1.6.3-SNAPSHOT
0.5.2
1.2.0
4.5.10
1.11.0
1.3.4
1.5.0
- 1.22.0
+ 1.25.0
0.2.14
- 3.15.0
+ 3.23.0
2.26.0
2.0.9
1.15.0
- 2.0.0-SNAPSHOT
UTF-8
yyyy-MM-dd'T'HH:mm:ssZ
@@ -237,12 +236,6 @@
- org.bahmni.module
- appointments-api
- ${bahmniAppointmentsVersion}
- provided
-
-
org.openmrs.module
webservices.rest-omod
@@ -274,12 +267,12 @@
test
-
+
@@ -449,8 +442,10 @@
+ format-headers
+ process-sources
- check
+ format