]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/xul/staff_client/chrome/content/evergreen/main/constants.js
dev tools
[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_retrieve_via_session' : { 'app' : 'open-ils.search', 'method' : 'open-ils.search.actor.user.session' },
15         'fm_au_retrieve_via_barcode' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.user.fleshed.retrieve_by_barcode' },
16         'fm_ccs_retrieve' : { 'app' : 'open-ils.search', 'method' : 'open-ils.search.config.copy_status.retrieve.all' },
17         'fm_cit_retrieve' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.user.ident_types.retrieve' },
18         'fm_cst_retrieve' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.standings.retrieve' },
19         'fm_mobts_having_balance' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.user.transactions.have_balance' },
20         'fm_pgt_retrieve' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.groups.retrieve' },
21 }
22
23 var urls = {
24         'opac' : 'http://dev.gapines.org/',
25         'remote_checkout' : '/xul/server/circ/checkout.xul',
26         'remote_debug_console' : '/xul/server/util/shell.html',
27         'remote_debug_fieldmapper' : '/xul/server/util/fieldmapper.xul',
28         'remote_debug_filter_console' : '/xul/server/util/filter_console.xul',
29         'remote_debug_shell' : '/xul/server/util/shell.html',
30         'remote_debug_xuleditor' : '/xul/server/util/xuleditor.xul',
31         'remote_menu_frame' : '/xul/server/main/menu_frame.xul',
32         'remote_patron_barcode_entry' : '/xul/server/patron/barcode_entry.xul',
33         'remote_patron_bills' : 'data:text/html,<h1>Bills Here</h1>',
34         'remote_patron_display' : '/xul/server/patron/display.xul',
35         'remote_patron_edit' : 'data:text/html,<h1>Edit Here</h1>',
36         'remote_patron_holds' : 'data:text/html,<h1>Holds Here</h1>',
37         'remote_patron_info' : 'data:text/html,<h1>Info Here</h1>',
38         'remote_patron_items' : 'data:text/html,<h1>Items Here</h1>',
39         'remote_patron_search' : '/xul/server/patron/search.xul',
40         'remote_patron_summary' : '/xul/server/patron/summary.xul',
41         'test_html' : '/xul/server/main/test.html',
42         'test_xul' : '/xul/server/main/test.xul',
43         'xul_opac_wrapper' : '/xul/server/cat/opac.xul',
44 }