circulation count and copy summary
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 22 Jun 2006 18:58:25 +0000 (18:58 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 22 Jun 2006 18:58:25 +0000 (18:58 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@4706 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/chrome/content/main/constants.js

index 493458f..c2ffc04 100644 (file)
@@ -82,6 +82,7 @@ const api = {
        'FM_CIRC_RETRIEVE_VIA_COPY' : { 'app' : 'open-ils.circ', 'method' : 'open-ils.circ.copy_checkout_history.retrieve' },
        /*'FM_CIRC_COUNT_RETRIEVE_VIA_USER' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.user.checked_out.count' },*/
        'FM_CIRC_COUNT_RETRIEVE_VIA_USER' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.user.checked_out.count' },
+       'FM_CIRC_COUNT_RETRIEVE_VIA_COPY' : { 'app' : 'open-ils.circ', 'method' : 'open-ils.circ.circulation.count' },
        'FM_CIRC_EDIT_DUE_DATE' : { 'app' : 'open-ils.circ', 'method' : 'open-ils.circ.circulation.due_date.update' },
        'FM_CIT_RETRIEVE' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.user.ident_types.retrieve' },
        'FM_CNCT_RETRIEVE' : { 'app' : 'open-ils.circ', 'method' : 'open-ils.circ.non_cat_types.retrieve.all' },
@@ -142,11 +143,13 @@ const urls = {
        'XUL_CHECKIN' : '/xul/server/circ/checkin.xul',
        'XUL_CHECKOUT' : '/xul/server/circ/checkout.xul',
        'XUL_CIRC_BRIEF' : '/xul/server/circ/circ_brief.xul',
+       'XUL_CIRC_SUMMARY' : '/xul/server/circ/circ_summary.xul',
        'XUL_COPY_BUCKETS' : '/xul/server/cat/copy_buckets.xul',
        'XUL_COPY_EDITOR' : '/xul/server/cat/copy_editor.xul',
        'XUL_COPY_LOCATION_EDIT' : '/xul/server/admin/copy_locations.xhtml',
        'XUL_COPY_NOTES' : '/xul/server/cat/copy_notes.xul',
        'XUL_COPY_STATUS' : '/xul/server/circ/copy_status.xul',
+       'XUL_COPY_SUMMARY' : '/xul/server/cat/copy_summary.xul',
        'XUL_COPY_VOLUME_BROWSE_OLD' : 'chrome://open_ils_staff_client/content/legacy/_browse.xul',
        'XUL_COPY_VOLUME_BROWSE' : '/xul/server/cat/copy_browser.xul',
        'XUL_DEBUG_CONSOLE' : 'chrome://global/content/console.xul',