← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 1159: Percentage data elemtent type docs

 

------------------------------------------------------------
revno: 1159
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Wed 2014-07-23 14:56:23 +0200
message:
  Percentage data elemtent type docs
modified:
  src/docbkx/en/dhis2_user_man_data_elements.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_data_elements.xml'
--- src/docbkx/en/dhis2_user_man_data_elements.xml	2014-07-23 12:47:51 +0000
+++ src/docbkx/en/dhis2_user_man_data_elements.xml	2014-07-23 12:56:23 +0000
@@ -104,16 +104,15 @@
             </itemizedlist>
           </listitem>
           <listitem>
-            <para><emphasis role="bold">Number type:</emphasis> In order to increase the robustness of data entry, DHIS2 supports several different number types. During data entry, users will be restricted to enter the defined number types only.  Each of the available options are described below. </para>
+            <para><emphasis role="bold">Number type:</emphasis> DHIS 2 supports several different
+              number types. During data entry, users will be restricted to enter the defined number
+              types only. Each of the available options are described below. </para>
             <itemizedlist>
               <listitem>
                 <para>Number: This number type supports any real value with a single decimal point,
                   an optional negative sign, and no thousands separators. </para>
               </listitem>
               <listitem>
-                <para>Unit interval: Continuous number between 0 and 1.</para>
-              </listitem>
-              <listitem>
                 <para>Integer: Any whole number (positive and negative), including zero.</para>
               </listitem>
               <listitem>
@@ -126,6 +125,24 @@
                 <para>Positive or zero integer: Any whole number greater than or equal to
                   zero.</para>
               </listitem>
+              <listitem>
+                <para>Unit interval: Continuous number between 0 and 1.</para>
+              </listitem>
+              <listitem>
+                <para>Percentage: Whole number inclusive between 0 and 100.</para>
+              </listitem>
+            </itemizedlist>
+          </listitem>
+          <listitem>
+            <para><emphasis role="bold">Text type:</emphasis> The detailed type relevant to text
+              value type.</para>
+            <itemizedlist>
+              <listitem>
+                <para>Text: Free text, rendered as standard input field.</para>
+              </listitem>
+              <listitem>
+                <para>Long text: Free text, rendered as text area in data entry.</para>
+              </listitem>
             </itemizedlist>
           </listitem>
           <listitem>