← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 289: Added blurb on HTTP errors with the mobile client.

 

------------------------------------------------------------
revno: 289
committer: Jason P. Pickering <jason.p.pickering@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Mon 2011-04-04 09:05:00 +0200
message:
  Added blurb on HTTP errors with the mobile client.
added:
  src/docbkx/en/resources/images/dhis_mobile/http_error_mobile_client.png
modified:
  src/docbkx/en/dhis2_user_man_mobile_web_based.xml


--
lp:~dhis2-documenters/dhis2/dhis2-docbook-docs
https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs

Your team DHIS 2 developers is subscribed to branch lp:~dhis2-documenters/dhis2/dhis2-docbook-docs.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs/+edit-subscription
=== modified file 'src/docbkx/en/dhis2_user_man_mobile_web_based.xml'
--- src/docbkx/en/dhis2_user_man_mobile_web_based.xml	2011-03-30 05:56:11 +0000
+++ src/docbkx/en/dhis2_user_man_mobile_web_based.xml	2011-04-04 07:05:00 +0000
@@ -32,8 +32,7 @@
   </section>
   <section>
     <title>Server side setup for facility reporting</title>
-    <para>The server side component of the web based solution is just regular web application functionality, 
-    and it is included in the general build of DHIS2 (the web api itself is in the dhis-web-api module)</para>
+    <para>The server side component of the web based solution  is included in the general build of DHIS2.</para>
     <para>In order to configure the DHIS2 web-based mobile reporting, you should follow the following steps. </para>
     <itemizedlist>
       <listitem>
@@ -58,9 +57,9 @@
     <para>Though the previous steps is all that should be needed for testing the solution more detail configuration of the datasets may be required and are described in the following sections. </para>
     <section>
       <title>The mapping of data sets to form layout on the phone</title>
-      <para>By defaul, t a data set is mapped to one large form on the phone.
-        If the data set is divided into sections, each section is a form page.
-        If a data element has more than one category option combo it will be displayed as a heading with the combos
+      <para>By default, a data set is mapped to a single  form on the phone.
+        If the data set is divided into sections, each section is displayed as a seperate page on the phone.
+        If a data element has more than one category option combo it will be displayed as a heading with the category combination options
         following.</para>
       <table frame="all">
         <title/>
@@ -354,6 +353,23 @@
           </listitem>
         </orderedlist>
       </section>
+      <section>
+        <title>Troubleshooting</title>
+        <itemizedlist>
+          <listitem>
+            <para>Data has tbeen entered on the phone but does not appear on the server</para>
+            <para>This usually occurs when users enter data on the phone, but cannot send it to the server. This may be because of the configuration of the phone, lack of credit on the phone, or lack of coverage. Usually an error message is displayed as shown below. </para>
+            <screenshot>
+              <mediaobject>
+                <imageobject>
+                  <imagedata fileref="resources/images/dhis_mobile/http_error_mobile_client.png" align="center" width="146px"/>
+                </imageobject>
+              </mediaobject>
+            </screenshot>
+            <para>Users should be informed that if  they see this error, then it means that their data has not been transmitted.</para>
+          </listitem>
+        </itemizedlist>
+      </section>
     </section>
     <section>
       <title>Community Reporting</title>

=== added file 'src/docbkx/en/resources/images/dhis_mobile/http_error_mobile_client.png'
Binary files src/docbkx/en/resources/images/dhis_mobile/http_error_mobile_client.png	1970-01-01 00:00:00 +0000 and src/docbkx/en/resources/images/dhis_mobile/http_error_mobile_client.png	2011-04-04 07:05:00 +0000 differ