]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/xul/staff_client/chrome/content/evergreen/main/constants.js
4b61dfd91b8d1197b4634327cb1f9b0ce7a1bd4a
[Evergreen.git] / Open-ILS / xul / staff_client / chrome / content / evergreen / main / constants.js
1 dump('Loading constants.js\n');
2 var api = {
3         'auth_init' : { 'app' : 'open-ils.auth', 'method' : 'open-ils.auth.authenticate.init' },
4         'auth_complete' : { 'app' : 'open-ils.auth', 'method' : 'open-ils.auth.authenticate.complete' },
5         'blob_checkouts_retrieve' : { 'app' : 'open-ils.circ', 'method' : 'open-ils.circ.actor.user.checked_out' },
6         'checkout_permit_via_barcode' : { 'app' : 'open-ils.circ', 'method' : 'open-ils.circ.permit_checkout' },
7         'checkout_via_barcode' : { 'app' : 'open-ils.circ', 'method' : 'open-ils.circ.checkout.barcode' },
8         'fm_acpl_retrieve' : { 'app' : 'open-ils.search', 'method' : 'open-ils.search.config.copy_location.retrieve.all' },
9         'fm_actsc_retrieve_via_aou' : { 'app' : 'open-ils.circ', 'method' : 'open-ils.circ.stat_cat.actor.retrieve.all' },
10         'fm_ahr_retrieve' : { 'app' : 'open-ils.circ', 'method' : 'open-ils.circ.holds.retrieve' },
11         'fm_aou_retrieve' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.org_tree.retrieve' },
12         'fm_aou_retrieve_related_via_session' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.org_unit.full_path.retrieve' },
13         'fm_aout_retrieve' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.org_types.retrieve' },
14         'fm_au_ids_retrieve_via_hash' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.patron.search.advanced' },
15         'fm_au_retrieve_via_session' : { 'app' : 'open-ils.search', 'method' : 'open-ils.search.actor.user.session' },
16         'fm_au_retrieve_via_barcode' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.user.fleshed.retrieve_by_barcode' },
17         'fm_au_retrieve_via_id' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.user.fleshed.retrieve' },
18         'fm_ccs_retrieve' : { 'app' : 'open-ils.search', 'method' : 'open-ils.search.config.copy_status.retrieve.all' },
19         'fm_cit_retrieve' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.user.ident_types.retrieve' },
20         'fm_cst_retrieve' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.standings.retrieve' },
21         'fm_mobts_having_balance' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.user.transactions.have_balance' },
22         'fm_pgt_retrieve' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.groups.retrieve' },
23 }
24
25 var urls = {
26         'opac' : 'http://dev.gapines.org/',
27         'remote_checkin' : '/xul/server/circ/checkin.xul',
28         'remote_checkout' : '/xul/server/circ/checkout.xul',
29         'remote_debug_console' : '/xul/server/util/shell.html',
30         'remote_debug_fieldmapper' : '/xul/server/util/fieldmapper.xul',
31         'remote_debug_filter_console' : '/xul/server/util/filter_console.xul',
32         'remote_debug_shell' : '/xul/server/util/shell.html',
33         'remote_debug_xuleditor' : '/xul/server/util/xuledit.xul',
34         'remote_menu_frame' : '/xul/server/main/menu_frame.xul',
35         'remote_patron_barcode_entry' : '/xul/server/patron/barcode_entry.xul',
36         'remote_patron_bills' : 'data:text/html,<h1>Bills Here</h1>',
37         'remote_patron_display' : '/xul/server/patron/display.xul',
38         'remote_patron_edit' : 'data:text/html,<h1>Edit Here</h1>',
39         'remote_patron_holds' : 'data:text/html,<h1>Holds Here</h1>',
40         'remote_patron_info' : 'data:text/html,<h1>Info Here</h1>',
41         'remote_patron_items' : 'data:text/html,<h1>Items Here</h1>',
42         'remote_patron_search_form' : '/xul/server/patron/search_form.xul',
43         'remote_patron_search_result' : '/xul/server/patron/search_result.xul',
44         'remote_patron_summary' : '/xul/server/patron/summary.xul',
45         'test_html' : '/xul/server/main/test.html',
46         'test_xul' : '/xul/server/main/test.xul',
47         'xul_opac_wrapper' : '/xul/server/cat/opac.xul',
48 }