[open-ils-commits] [GIT] Evergreen ILS branch rel_2_2 updated. 7eed14fed8e2a37cb6b360015aab7a99360e897b

Evergreen Git git at git.evergreen-ils.org
Sat Apr 27 01:20:01 EDT 2013


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, rel_2_2 has been updated
       via  7eed14fed8e2a37cb6b360015aab7a99360e897b (commit)
      from  2797b1974c4f0877cc31e4fd9e5766c9891b852f (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 7eed14fed8e2a37cb6b360015aab7a99360e897b
Author: Remington Steed <rjs7 at calvin.edu>
Date:   Thu Mar 14 14:37:17 2013 -0400

    Add accepting_usr to IDL to fix reporter field
    
    In the reporter interface, the view 'Payments: Brick-and-mortar' is
    missing the 'Accepting User' field, which is present in the similar view
    'Payments: Desk'. This field is already present in the database view and
    is simply missing from the IDL.  Since it is needed for certain kinds of
    reports, this commit adds the missing IDL fields. It also adds the
    missing 'reporter:datatype' to an existing instance of the IDL field.
    
    Signed-off-by: Remington Steed <rjs7 at calvin.edu>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml
index af64c25..4a2d7f4 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -5952,6 +5952,7 @@ SELECT  usr,
 			<field reporter:label="Payment Date/Time" name="payment_ts" reporter:datatype="timestamp"/>
 			<field reporter:label="Payment Type" name="payment_type" reporter:datatype="text"/>
 			<field reporter:label="Billable Transaction" name="xact" reporter:datatype="link"/>
+			<field reporter:label="Accepting User" name="accepting_usr" reporter:datatype="link"/>
 			<field reporter:label="Voided?" name="voided" reporter:datatype="bool"/>
 			<field reporter:label="Cash Payment Detail" name="cash_payment" oils_persist:virtual="true" reporter:datatype="link"/>
 			<field reporter:label="Credit Card Payment Detail" name="credit_card_payment" oils_persist:virtual="true" reporter:datatype="link"/>
@@ -5970,6 +5971,7 @@ SELECT  usr,
 			<link field="forgive_payment" reltype="might_have" key="id" map="" class="mfp"/>
 			<link field="goods_payment" reltype="might_have" key="id" map="" class="mgp"/>
 			<link field="xact" reltype="has_a" key="id" map="" class="mbt"/>
+			<link field="accepting_usr" reltype="has_a" key="id" map="" class="au"/>
 		</links>
 	</class>
 	<class id="mndp" controller="open-ils.reporter" oils_obj:fieldmapper="money::non_drawer_payment" oils_persist:tablename="money.non_drawer_payment_view" reporter:core="true" reporter:label="Payments: Non-drawer Staff">
@@ -6002,7 +6004,7 @@ SELECT  usr,
 			<field reporter:label="Payment Date/Time" name="payment_ts" reporter:datatype="timestamp"/>
 			<field reporter:label="Payment Type" name="payment_type" reporter:datatype="text"/>
 			<field reporter:label="Billable Transaction" name="xact" reporter:datatype="link"/>
-			<field reporter:label="Accepting User" name="accepting_usr" />
+			<field reporter:label="Accepting User" name="accepting_usr" reporter:datatype="link"/>
 			<field reporter:label="Cash Drawer" name="cash_drawer" reporter:datatype="link"/>
 			<field reporter:label="Voided?" name="voided" reporter:datatype="bool"/>
 			<field reporter:label="Cash Payment" name="cash_payment" oils_persist:virtual="true" reporter:datatype="link"/>

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

Summary of changes:
 Open-ILS/examples/fm_IDL.xml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list