-<IDL xmlns="http://opensrf.org/spec/IDL/base/v1" xmlns:oils_persist="http://open-ils.org/spec/opensrf/IDL/persistance/v1" xmlns:oils_obj="http://open-ils.org/spec/opensrf/IDL/objects/v1" xmlns:reporter="http://open-ils.org/spec/opensrf/IDL/reporter/v1">
+<IDL xmlns="http://opensrf.org/spec/IDL/base/v1" xmlns:oils_persist="http://open-ils.org/spec/opensrf/IDL/persistence/v1" xmlns:oils_obj="http://open-ils.org/spec/opensrf/IDL/objects/v1" xmlns:reporter="http://open-ils.org/spec/opensrf/IDL/reporter/v1">
- <!-- Virutal classes -->
+ <!-- Virtual classes -->
<class id="mups" controller="open-ils.cstore" oils_obj:fieldmapper="money::user_payment_summary" oils_persist:virtual="true">
<fields>
<field name="isnew" oils_obj:array_position="0" oils_persist:virtual="true" />
<field name="isdeleted" oils_obj:array_position="2" oils_persist:virtual="true" />
<field reporter:label="Circulation Duration" name="circ_duration" oils_obj:array_position="3" oils_persist:virtual="false" reporter:datatype="interval"/>
<field reporter:label="Non-cat Type ID" name="id" oils_obj:array_position="4" oils_persist:virtual="false" reporter:selector="name" reporter:datatype="id"/>
- <field reporter:label="InHouse?" name="in_house" oils_obj:array_position="5" oils_persist:virtual="false" reporter:datatype="bool"/>
+ <field reporter:label="In House?" name="in_house" oils_obj:array_position="5" oils_persist:virtual="false" reporter:datatype="bool"/>
<field reporter:label="Name" name="name" oils_obj:array_position="6" oils_persist:virtual="false" reporter:datatype="text"/>
<field reporter:label="Owning Library" name="owning_lib" oils_obj:array_position="7" oils_persist:virtual="false" reporter:datatype="org_unit"/>
</fields>
</class>
<!-- ********************************************************************************************************************* -->
- <!-- What follows is a set of example extentions that are useful for PINES. Comment out or remove if you don't want them. -->
+ <!-- What follows is a set of example extensions that are useful for PINES. Comment out or remove if you don't want them. -->
<!-- ********************************************************************************************************************* -->
<class id="rccc" controller="open-ils.reporter-store" oils_obj:fieldmapper="reporter::classic_current_circ" oils_persist:tablename="reporter.classic_current_circ" reporter:core="true" reporter:label="Classic Circulation View">
<fields oils_persist:primary="id">
#include <libxml/debugXML.h>
#include <libxml/xmlmemory.h>
-#define PERSIST_NS "http://open-ils.org/spec/opensrf/IDL/persistance/v1"
+#define PERSIST_NS "http://open-ils.org/spec/opensrf/IDL/persistence/v1"
#define OBJECT_NS "http://open-ils.org/spec/opensrf/IDL/objects/v1"
#define BASE_NS "http://opensrf.org/spec/IDL/base/v1"
warn "Generating fieldmapper IDL xml...\n";
print <<XML;
-<IDL xmlns="http://opensrf.org/spec/IDL/base/v1" xmlns:oils_persist="http://open-ils.org/spec/opensrf/IDL/persistance/v1" xmlns:oils_obj="http://open-ils.org/spec/opensrf/IDL/objects/v1">
+<IDL xmlns="http://opensrf.org/spec/IDL/base/v1" xmlns:oils_persist="http://open-ils.org/spec/opensrf/IDL/persistence/v1" xmlns:oils_obj="http://open-ils.org/spec/opensrf/IDL/objects/v1">
XML
public static final String OILS_NS_BASE="http://opensrf.org/spec/IDL/base/v1";
public static final String OILS_NS_OBJ="http://open-ils.org/spec/opensrf/IDL/objects/v1";
public static final String OILS_NS_OBJ_PREFIX="oils_obj";
- public static final String OILS_NS_PERSIST="http://open-ils.org/spec/opensrf/IDL/persistance/v1";
+ public static final String OILS_NS_PERSIST="http://open-ils.org/spec/opensrf/IDL/persistence/v1";
public static final String OILS_NS_PERSIST_PREFIX="oils_persist";
public static final String OILS_NS_REPORTER="http://open-ils.org/spec/opensrf/IDL/reporter/v1";
public static final String OILS_NS_REPORTER_PREFIX="reporter";
OILS_NS_OBJ='http://open-ils.org/spec/opensrf/IDL/objects/v1'
-OILS_NS_PERSIST='http://open-ils.org/spec/opensrf/IDL/persistance/v1'
+OILS_NS_PERSIST='http://open-ils.org/spec/opensrf/IDL/persistence/v1'
OILS_NS_REPORTER='http://open-ils.org/spec/opensrf/IDL/reporter/v1'
OILS_APP_CSTORE='open-ils.cstore'
var oilsPageYMid;
var oilsIDLReportsNS = 'http://open-ils.org/spec/opensrf/IDL/reporter/v1';
-var oilsIDLPersistNS = 'http://open-ils.org/spec/opensrf/IDL/persistance/v1';
+var oilsIDLPersistNS = 'http://open-ils.org/spec/opensrf/IDL/persistence/v1';
/* the current transform manager for the builder transform window */
var oilsRptCurrentTform;
var idlNS = "http://opensrf.org/spec/IDL/base/v1";
-var persistNS = "http://open-ils.org/spec/opensrf/IDL/persistance/v1";
+var persistNS = "http://open-ils.org/spec/opensrf/IDL/persistence/v1";
var objNS = "http://open-ils.org/spec/opensrf/IDL/objects/v1";
var rptNS = "http://open-ils.org/spec/opensrf/IDL/reporter/v1";
var gwNS = "http://opensrf.org/-/namespaces/gateway/v1";