update fund table explanation
authorNicole C. Engard <nengard@gmail.com>
Thu, 30 Apr 2015 19:52:45 +0000 (14:52 -0500)
committerNicole C. Engard <nengard@gmail.com>
Thu, 30 Apr 2015 19:53:10 +0000 (14:53 -0500)
Summary from Jonathan Druart

en/manual.xml

index 45ca20a..af5e200 100644 (file)
@@ -18622,6 +18622,34 @@ location: [STAFF, ISO]</programlisting>Will block items with an itype code of
               </imageobject>
             </mediaobject>
           </screenshot>
+          <para>The monetary columns in the fund table break down as follows:<orderedlist>
+              <listitem>
+                <para>Base-level allocated is the "Amount" value you defined when creating the
+                  fund</para>
+              </listitem>
+              <listitem>
+                <para>Base-level ordered is the ordered amount for this fund (without child
+                  funds)</para>
+              </listitem>
+              <listitem>
+                <para>Total ordered is the base-level ordered for this fund and all its child
+                  funds</para>
+              </listitem>
+              <listitem>
+                <para>Base-level spent is the spent amount for this fund (without child
+                  funds)</para>
+              </listitem>
+              <listitem>
+                <para>Total spent is the base-level spent for this fund and all its child
+                  funds</para>
+              </listitem>
+              <listitem>
+                <para>Base-level available is 1 - 2</para>
+              </listitem>
+              <listitem>
+                <para>Total available is 1 - 3</para>
+              </listitem>
+            </orderedlist></para>
 
           <para>To the right of each fund you will find the 'Actions' button under which you will
             find the 'Edit,' 'Delete,' and 'Add Child Fund' options. </para>