-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ffa07a8
commit 38035a3
Showing
3 changed files
with
47 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# sphinx build folder | ||
build | ||
.idea | ||
|
||
# Compiled source # | ||
################### | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
Data Entry | ||
========== | ||
The JPHES data entry module is designed in such a way that an Implementing Partner can only enter their data. Data entry in JPHES is done as | ||
per the level of the dataset, that is National, County, Ward and Facility. After logging into the system, hover mouse pointer / click on the | ||
*Apps* icon on the far left as shown on the figure below. On the dropdown that appears, click on *Data Entry* icon. | ||
|
||
.. image:: _static/images/phes-dataentry.png | ||
|
||
This navigates to the data entry page, as shown on the figure below. For data entry forms to appear, you will be required to first select an | ||
organization unit/facility you are reporting for on the left panel, the dataset, reporting period and the implementing partner you are | ||
reporting for, which comes up after selecting the *organization unit*, *Dataset* and *period* that the user is reporting for. | ||
|
||
.. image:: _static/images/jphes-dataentry.png | ||
|
||
Data Entry Forms | ||
---------------- | ||
Below are sample screenshots for different data entry forms; | ||
|
||
|
||
1. Facility Level | ||
----------------- | ||
Nutrition Performance Dataset | ||
|
||
.. image:: _static/images/jphes-dataentry-facility.png | ||
|
||
|
||
2. Ward Level | ||
------------- | ||
|
||
Wash Performance Dataset | ||
|
||
.. image:: _static/images/jphes-dataentry-ward.png | ||
|
||
3. County Level | ||
--------------- | ||
|
||
County Performance Datasets | ||
|
||
.. image:: _static/images/jphes-dataentry-county.png | ||
|
||
4. National Level | ||
----------------- | ||
|
||
National Peformance Datasets | ||
|
||
.. image:: _static/images/jphes-dataentry-national.png |