Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

<templateSchema sourceSchemaName="onprc_billing" xmlns="http://labkey.org/data/xml/externalSchema" xmlns:cv="http://labkey.org/data/xml/queryCustomView">
<tables>
<tableName>aliases</tableName>
<tableName>dataAccess</tableName>
<tableName>projectAccountHistory</tableName>
<tableName>publicInvoicedItems</tableName>
</tables>
<metadata>
<tables xmlns="http://labkey.org/data/xml">
<table tableName="aliases" tableDbType="NOT_IN_DB">
<javaCustomizer class="org.labkey.ehr.table.DefaultEHRCustomizer" />
<tableTitle>Aliases</tableTitle>
</table>
<table tableName="dataAccess" tableDbType="NOT_IN_DB">
<javaCustomizer class="org.labkey.ehr.table.DefaultEHRCustomizer" />
<tableTitle>Data Access</tableTitle>
</table>
<table tableName="publicInvoicedItems" tableDbType="NOT_IN_DB">
<javaCustomizer class="org.labkey.ehr.table.DefaultEHRCustomizer" />
<tableTitle>Invoiced Items</tableTitle>

</table>

<table tableName="projectAccountHistory" tableDbType="NOT_IN_DB">
<javaCustomizer class="org.labkey.ehr.table.DefaultEHRCustomizer" />
<tableTitle>Project Account History</tableTitle>
</table>
</tables>
</metadata>
</templateSchema>