]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/xul/staff_client/chrome/content/evergreen/main/constants.js
hrmm.. the chrome console doesn't like being invoked from remote xul
[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         'bill_pay' : { 'app' : 'open-ils.circ', 'method' : 'open-ils.circ.money.payment' },
6         'blob_checkouts_retrieve' : { 'app' : 'open-ils.circ', 'method' : 'open-ils.circ.actor.user.checked_out' },
7         'capture_copy_for_hold_via_barcode' : { 'app' : 'open-ils.circ', 'method' : 'open-ils.circ.hold.capture_copy.barcode' },
8         'checkin_via_barcode' : { 'app' : 'open-ils.circ', 'method' : 'open-ils.circ.checkin.barcode' },
9         'checkout_permit_via_barcode' : { 'app' : 'open-ils.circ', 'method' : 'open-ils.circ.permit_checkout' },
10         'checkout_via_barcode' : { 'app' : 'open-ils.circ', 'method' : 'open-ils.circ.checkout.barcode' },
11         'fm_acpl_retrieve' : { 'app' : 'open-ils.search', 'method' : 'open-ils.search.config.copy_location.retrieve.all' },
12         'fm_actsc_retrieve_via_aou' : { 'app' : 'open-ils.circ', 'method' : 'open-ils.circ.stat_cat.actor.retrieve.all' },
13         'fm_ahr_retrieve' : { 'app' : 'open-ils.circ', 'method' : 'open-ils.circ.holds.retrieve' },
14         'fm_aou_retrieve' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.org_tree.retrieve' },
15         'fm_aou_retrieve_related_via_session' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.org_unit.full_path.retrieve' },
16         'fm_aout_retrieve' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.org_types.retrieve' },
17         'fm_au_ids_retrieve_via_hash' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.patron.search.advanced' },
18         'fm_au_retrieve_via_session' : { 'app' : 'open-ils.search', 'method' : 'open-ils.search.actor.user.session' },
19         'fm_au_retrieve_via_barcode' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.user.fleshed.retrieve_by_barcode' },
20         'fm_au_retrieve_via_id' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.user.fleshed.retrieve' },
21         'fm_ccs_retrieve' : { 'app' : 'open-ils.search', 'method' : 'open-ils.search.config.copy_status.retrieve.all' },
22         'fm_cit_retrieve' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.user.ident_types.retrieve' },
23         'fm_cst_retrieve' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.standings.retrieve' },
24         'fm_mb_retrieve_via_mbts_id' : { 'app' : 'open-ils.circ', 'method' : 'open-ils.circ.money.billing.retrieve.all' },
25         'fm_mobts_having_balance' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.user.transactions.have_balance' },
26         'fm_pgt_retrieve' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.groups.retrieve' },
27         'mods_slim_metarecord_retrieve' : { 'app' : 'open-ils.search', 'method' : 'open-ils.search.biblio.metarecord.mods_slim.retrieve' },
28         'mods_slim_record_retrieve' : { 'app' : 'open-ils.search', 'method' : 'open-ils.search.biblio.record.mods_slim.retrieve' },
29 }
30
31 var urls = {
32         'opac' : 'http://dev.gapines.org/opac/en-US/skin/default/xml/advanced.xml',
33         'remote' : 'http://dev.gapines.org/',
34         'remote_checkin' : '/xul/server/circ/checkin.xul',
35         'remote_checkout' : '/xul/server/circ/checkout.xul',
36         'remote_debug_console' : 'chrome://global/content/console.xul',
37         'remote_debug_fieldmapper' : '/xul/server/util/fm_view.xul',
38         'remote_debug_filter_console' : '/xul/server/util/filter_console.xul',
39         'remote_debug_shell' : '/xul/server/util/shell.html',
40         'remote_debug_xuleditor' : '/xul/server/util/xuledit.xul',
41         'remote_hold_capture' : '/xul/server/circ/hold_capture.xul',
42         'remote_menu_frame' : '/xul/server/main/menu_frame.xul',
43         'remote_patron_barcode_entry' : '/xul/server/patron/barcode_entry.xul',
44         'remote_patron_bills' : '/xul/server/patron/bills.xul',
45         'remote_patron_bill_details' : '/xul/server/patron/bill_details.xul',
46         'remote_patron_display' : '/xul/server/patron/display.xul',
47         'remote_patron_edit' : '/xul/server/patron/user_edit.xml',
48         'remote_patron_holds' : '/xul/server/patron/holds.xul',
49         'remote_patron_info' : 'data:text/html,<h1>Info Here</h1>',
50         'remote_patron_items' : '/xul/server/patron/items.xul',
51         'remote_patron_search_form' : '/xul/server/patron/search_form.xul',
52         'remote_patron_search_result' : '/xul/server/patron/search_result.xul',
53         'remote_patron_summary' : '/xul/server/patron/summary.xul',
54         'test_html' : '/xul/server/main/test.html',
55         'test_xul' : '/xul/server/main/test.xul',
56         'xul_opac_wrapper' : '/xul/server/cat/opac.xul',
57 }