<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"/>
<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">
<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"/>