[open-ils-commits] [GIT] Evergreen ILS branch master updated. 0a4960fd54bfdacde0e933119b6464b4ee44f512

Evergreen Git git at git.evergreen-ils.org
Mon Aug 14 19:21:54 EDT 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  0a4960fd54bfdacde0e933119b6464b4ee44f512 (commit)
      from  c5838c87c0f20f1ba01ce525d30c1637751d85e2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0a4960fd54bfdacde0e933119b6464b4ee44f512
Author: Angela Kilsdonk <akilsdonk at esilibrary.com>
Date:   Mon Aug 14 16:21:34 2017 -0700

    Docs: Asciidoc fix
    Asciidoc fix for report data type icons.
    
    Signed-off-by: Angela Kilsdonk <akilsdonk at equinoxinitiative.org>

diff --git a/docs/reports/reporter_template_terminology.adoc b/docs/reports/reporter_template_terminology.adoc
index d12b2aa..b1998b5 100644
--- a/docs/reports/reporter_template_terminology.adoc
+++ b/docs/reports/reporter_template_terminology.adoc
@@ -11,15 +11,15 @@ The information in Evergreen's database can be classified in nine data types, fo
 [options="header,footer"]
 |========================
 |Webby Icon|Data Type      |Description	|Notes
-|image::media/datatypes_timestamp.png[]    |timestamp      |An exact date and time (year, month, day, hour, minutes, and seconds) |Select appropriate date/time transform. Raw Data includes second and timezone information, usually more than is required for a report.
-|image::media/datatypes_link.png[]    |link           |A link to another database table |Link outputs a number that is a meaningful reference for the database but not of much use to a human user. You will usually want to drill further down the tree in the Sources pane and select fields from the linked table. However, in some instances you might want to use a link field. For example, to count the number of patrons who borrowed items you could do a count on the Patron link data.
-|image::media/datatypes_text.png[]    |text           |A field of text |Usually uses the Raw Data transform.
-|image::media/datatypes_bool.png[]    |bool           |True or False |Commonly used to filter out deleted item or patron records.
-|image::media/datatypes_orgunit.png[]    |org_unit       |Organizational Unit - a number representing a library, library system, or federation |When you want to filter on a library, make sure that the field name is on an org_unit or id data type.
-|image::media/datatypes_id.png[]    |id             |A unique number assigned by the database to identify each record |A number that is a meaningful reference for the database but not of much use to a human user. Use in displayed fields when counting records or in filters.
-|image::media/datatypes_money.png[]    |money          |A monetary amount
-|image::media/datatypes_int.png[]    |int            |Integer (a number)
-|image::media/datatypes_interval.png[]    |interval       |A period of time
+a|image::media/datatypes_timestamp.png[]    |timestamp      |An exact date and time (year, month, day, hour, minutes, and seconds) |Select appropriate date/time transform. Raw Data includes second and timezone information, usually more than is required for a report.
+a|image::media/datatypes_link.png[]    |link           |A link to another database table |Link outputs a number that is a meaningful reference for the database but not of much use to a human user. You will usually want to drill further down the tree in the Sources pane and select fields from the linked table. However, in some instances you might want to use a link field. For example, to count the number of patrons who borrowed items you could do a count on the Patron link data.
+a|image::media/datatypes_text.png[]    |text           |A field of text |Usually uses the Raw Data transform.
+a|image::media/datatypes_bool.png[]    |bool           |True or False |Commonly used to filter out deleted item or patron records.
+a|image::media/datatypes_orgunit.png[]    |org_unit       |Organizational Unit - a number representing a library, library system, or federation |When you want to filter on a library, make sure that the field name is on an org_unit or id data type.
+a|image::media/datatypes_id.png[]    |id             |A unique number assigned by the database to identify each record |A number that is a meaningful reference for the database but not of much use to a human user. Use in displayed fields when counting records or in filters.
+a|image::media/datatypes_money.png[]    |money          |A monetary amount  |
+a|image::media/datatypes_int.png[]    |int            |Integer (a number) |
+a|image::media/datatypes_interval.png[]    |interval       |A period of time |
 |          |               |    |
 |=======================
 

-----------------------------------------------------------------------

Summary of changes:
 docs/reports/reporter_template_terminology.adoc |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list