erickson [Tue, 6 Oct 2009 20:55:48 +0000 (20:55 +0000)]
prevent bare 'null' from showing up in patron name
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14286
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 6 Oct 2009 20:42:36 +0000 (20:42 +0000)]
plugged in link to address owner when address is owned by another user (e.g. via cloning)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14285
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 6 Oct 2009 17:44:48 +0000 (17:44 +0000)]
starting clone support. added cloning for home org, phone numbers, and mailing/billing addresses. like previous user editor, addresses are only directly editable by the address owner. TODO, add address detachment and linking to addr owner
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14284
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Tue, 6 Oct 2009 17:15:13 +0000 (17:15 +0000)]
Extend entityize() escaping behaviour to also convert raw angle brackets to entities.
Also, escape the library short name and call number labels in XML holdings.
The entityize() omission was killing marcxml-full unAPI output, but the
function is used heavily through the code base. Will test further before
backporting in case the angle brackets are manually escaped in other
uses.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14283
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 6 Oct 2009 17:12:59 +0000 (17:12 +0000)]
tweak to suppress security related error
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14282
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 6 Oct 2009 17:06:33 +0000 (17:06 +0000)]
Support ui.circ.show_billing_tab_on_bills org setting.
Some refactoring to eliminate a redundant network call and to have the stop sign page trump the Show Billing Tab on Bills behavior.
This whole display/summary/sub-interface setup needs some TLC, and I want to redo the stop sign page so that you can spawn it quickly and just feed it asynchronous data as needed.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14281
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 6 Oct 2009 15:08:00 +0000 (15:08 +0000)]
added a batch version of the post-checkin backdate call: open-ils.circ.post_checkin_backdate.batch. It takes an array of circ IDs
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14280
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 6 Oct 2009 14:53:30 +0000 (14:53 +0000)]
make new addresses valid by default. make the 1st address on a new patron the billing/mailing address
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14278
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 6 Oct 2009 13:05:14 +0000 (13:05 +0000)]
added support for setting billing/mailing address on the user account. closes #74
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14277
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Tue, 6 Oct 2009 04:33:26 +0000 (04:33 +0000)]
Remove the source of many annoying 404 errors - a CSS file that doesn't exist
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14273
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 6 Oct 2009 04:06:43 +0000 (04:06 +0000)]
Style the cursor when hovering over a "link"
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14272
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Tue, 6 Oct 2009 03:51:13 +0000 (03:51 +0000)]
Remove duplicate entity definitions
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14268
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Mon, 5 Oct 2009 22:06:55 +0000 (22:06 +0000)]
tweak entities
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14267
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Mon, 5 Oct 2009 22:06:17 +0000 (22:06 +0000)]
handle @accesskey and append .label or .accesskey as appropriate
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14266
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Mon, 5 Oct 2009 20:50:43 +0000 (20:50 +0000)]
muhaha.. entities made easy ;)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14265
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Mon, 5 Oct 2009 20:42:53 +0000 (20:42 +0000)]
Quick & dirty utility for making DTD entities
Usage:
make_entities.pl <prefix> <filename> > filename.new 2> entities.dtd
mv filename.new filename
sort entities.dtd | uniq >> lang.dtd
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14264
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Mon, 5 Oct 2009 19:54:10 +0000 (19:54 +0000)]
Replace:
jsonParseString( "[]" );
...with the equivalent, and faster:
jsonNewObjectType( JSON_ARRAY );
M Open-ILS/src/c-apps/oils_dataloader.c
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14263
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 5 Oct 2009 17:48:38 +0000 (17:48 +0000)]
if a timestamp is null, don't attempt to turn it into an iso string
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14260
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 5 Oct 2009 16:11:54 +0000 (16:11 +0000)]
make ndoe depth calculation more efficient and run at startup time to speed up display for large trees (e.g. org trees). throw exception when an org unit is retrieved that does not exist, since this cryptic error pops up from time to time during development
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14257
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Fri, 2 Oct 2009 20:12:46 +0000 (20:12 +0000)]
Remove one hard-coded string ("Subjects") from default skin
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14253
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Fri, 2 Oct 2009 18:55:35 +0000 (18:55 +0000)]
Apply the const qualifier to a variable so that it can receive
a const pointer from jsonObjectGetString().
M Open-ILS/src/c-apps/oils_dataloader.c
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14252
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Fri, 2 Oct 2009 06:49:12 +0000 (06:49 +0000)]
Make new patrons Active by default
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14251
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Fri, 2 Oct 2009 06:04:34 +0000 (06:04 +0000)]
Add a "complete subject" index to support searches of compound subjects composed of topic + temporal + geographic headings
Prior to this patch, searches for compound subjects had to be targeted against the keywords index
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14250
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Fri, 2 Oct 2009 04:32:51 +0000 (04:32 +0000)]
Make the old survey wizard use work locations instead of home lib
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14244
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Fri, 2 Oct 2009 03:07:34 +0000 (03:07 +0000)]
provide access to the old survey wizard, but bury it in the For Developers menu
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14243
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 30 Sep 2009 21:12:20 +0000 (21:12 +0000)]
Alright, now that we know how to juggle multiple async fleshing calls for util.list, let's go ahead and use the newly added objects we get from the checkin call payload instead of fetching them ourselves. :)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14242
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 30 Sep 2009 21:02:01 +0000 (21:02 +0000)]
error handling here is abysmal
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14241
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 30 Sep 2009 20:55:03 +0000 (20:55 +0000)]
flesh some data on the patron object returned from a checkin call
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14240
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 30 Sep 2009 20:38:49 +0000 (20:38 +0000)]
typo on mbt object retrieval method
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14239
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 30 Sep 2009 20:26:58 +0000 (20:26 +0000)]
patron data for checkin rows
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14238
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 30 Sep 2009 20:24:44 +0000 (20:24 +0000)]
also return the patron object in the response to the checkin API call
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14237
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 30 Sep 2009 20:17:12 +0000 (20:17 +0000)]
when we check in a circ, flesh the billing summary data on the billable_transaction link off the circ object
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14236
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 30 Sep 2009 20:09:34 +0000 (20:09 +0000)]
Adds patron and bill columns to the checkin list. Moves the bill fetching call to the row retrieval function so the data can be added to the list
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14235
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 30 Sep 2009 20:04:26 +0000 (20:04 +0000)]
added API call that, given a circulation, will return all circulations in the renewal chain for that circ
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14234
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 30 Sep 2009 19:46:22 +0000 (19:46 +0000)]
we're going to be concat'ing these column definitions with other column sets, so want to avoid id name collisions
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14233
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 30 Sep 2009 19:45:56 +0000 (19:45 +0000)]
during renewal, capture link to parent_circ for building the 'renewal chain'
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14232
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Wed, 30 Sep 2009 19:00:32 +0000 (19:00 +0000)]
Add dojo.io.script to the Dojo profile (for r14226)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14231
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 30 Sep 2009 18:54:25 +0000 (18:54 +0000)]
Don't fire this request unless we can make use of the returned data
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14230
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 30 Sep 2009 18:40:03 +0000 (18:40 +0000)]
prompt for destination user (for transfer of misc staff junk) if deleting a staff user
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14229
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 30 Sep 2009 18:39:16 +0000 (18:39 +0000)]
if given a bad barcode, set_penalty_css was throwing an error
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14228
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 30 Sep 2009 18:23:04 +0000 (18:23 +0000)]
added support for checking work_ou perms for a given user that is not the logged in user in open-ils.actor.user.has_work_perm_at[.batch]
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14227
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Wed, 30 Sep 2009 17:56:22 +0000 (17:56 +0000)]
Move Google Book Preview calls in item details page to after page load
Speeds things up a bit and cleans up some custom DHTML with cleaner Dojo implementation
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14226
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 30 Sep 2009 17:30:14 +0000 (17:30 +0000)]
dedicated fields for Total Circs - Current Year and Previous Field in alternate item details interface
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14225
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 30 Sep 2009 16:18:03 +0000 (16:18 +0000)]
Indicators for the Checkin Modifiers (since the checkboxes are now hidden from view). oils_persist support for menuitems @type=checkbox. Without that hidePopup() in the onload, oils_persist will make the menu popup sit open.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14224
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 30 Sep 2009 15:46:37 +0000 (15:46 +0000)]
this should handle nulls for the library fields
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14223
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 30 Sep 2009 15:33:59 +0000 (15:33 +0000)]
This fetches action::circ_counts_by_year objects, an improvement over open-ils.circ.circulation.count since it can aggregate native circs with legacy circs in a reporter extension table.
The sum of the circ counts for each of these objects is rendered in a Total Circs field in Item Status -> Alternate View, and a tooltip/mouseover is set on the same field with a breakdown of counts by year.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14222
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 30 Sep 2009 14:41:53 +0000 (14:41 +0000)]
checkin options for Amnesty mode (void_overdues) and Suppress Holds and Transits (noop)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14221
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 30 Sep 2009 14:31:59 +0000 (14:31 +0000)]
fleshing circ rules on circ object in copy details API call
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14220
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 30 Sep 2009 14:26:50 +0000 (14:26 +0000)]
added support for editing staff-managed user settings in the user editor, starting with holds behind shelf. the form entry for this setting is hidded unless the org unit supports behind-the-desk hold pickup
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14219
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 30 Sep 2009 14:20:34 +0000 (14:20 +0000)]
Consolidate some checkboxes into a Checkin Modifiers menu button, since we'll be adding more and are running out of screen real estate.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14218
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 30 Sep 2009 14:09:11 +0000 (14:09 +0000)]
added batch support to the user setting retrieval API
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14217
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 30 Sep 2009 13:53:14 +0000 (13:53 +0000)]
some circ column tweaks, and checkin scan time for both columns and alternate item details view
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14216
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 30 Sep 2009 13:30:48 +0000 (13:30 +0000)]
adding hold targeter skip-me org setting
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14215
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 30 Sep 2009 13:20:37 +0000 (13:20 +0000)]
added .data. to org setting file
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14214
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 30 Sep 2009 07:41:51 +0000 (07:41 +0000)]
Action for Backdating Already-Checked In Circs
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14213
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 29 Sep 2009 22:13:28 +0000 (22:13 +0000)]
fixed faulty date query on user transaction search, updated some docs, update API name to be a little more specific
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14212
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 29 Sep 2009 22:00:27 +0000 (22:00 +0000)]
new API call wich returns fleshed payments by user with start/end date filters and optional sort columns
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14211
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 29 Sep 2009 19:29:19 +0000 (19:29 +0000)]
More noise than is helpful; turning this off by default :)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14210
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 29 Sep 2009 18:56:38 +0000 (18:56 +0000)]
added API call for back-dating a circulation after it's already been checked in
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14209
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 29 Sep 2009 16:44:54 +0000 (16:44 +0000)]
changed column 'id' to 'copy' to make the resulting data more explicit
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14208
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 29 Sep 2009 16:38:32 +0000 (16:38 +0000)]
added permacrud retrieve action to the new circs_by_year virtual view
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14207
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 29 Sep 2009 16:18:51 +0000 (16:18 +0000)]
added void_overdues flag to checkin API call to allow for an 'amnesty checkin mode'. added optional system note to shared void_overdues routine. updated some code comments
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14206
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Tue, 29 Sep 2009 16:13:39 +0000 (16:13 +0000)]
Remove oils_persist:tablename attribute from class "circbyyr", since
it's not a table
M Open-ILS/examples/fm_IDL.xml
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14205
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 29 Sep 2009 15:43:17 +0000 (15:43 +0000)]
tally of total owed and total paid for selected transactions in bill history / alternate view interface
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14204
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 29 Sep 2009 15:09:57 +0000 (15:09 +0000)]
Allow selection of multiple rows in bill history / alternate view interface
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14203
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 29 Sep 2009 15:03:36 +0000 (15:03 +0000)]
repaired syntax error in sql update
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14202
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 29 Sep 2009 13:25:14 +0000 (13:25 +0000)]
Revamp the bill history interface and alternate view for current bills. Embedded now instead of a dialog, with title columns, etc. instead of detail panes. Needs some performance testing with lots of bills; may move to
streaming methods if that's an issue.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14201
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 29 Sep 2009 13:08:07 +0000 (13:08 +0000)]
Spruce up open-ils.actor.user.transaction.fleshed.retrieve. The new bill history interface will use it
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14200
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 29 Sep 2009 12:19:31 +0000 (12:19 +0000)]
Correct the documentation for these bill retrieval methods and add variants that return just ids instead of full objects.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14199
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 29 Sep 2009 10:24:00 +0000 (10:24 +0000)]
split out bulk of the javascript for bill_history
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14198
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 29 Sep 2009 07:01:37 +0000 (07:01 +0000)]
Adds an update rule to money.payment_view since the "mp" class is based on it and we want to be able to edit notes on mp's. Perm, middle layer, and UI changes to support editing notes on payments.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14197
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 29 Sep 2009 05:46:49 +0000 (05:46 +0000)]
Action in bill details interface for editing notes on billings
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14196
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 29 Sep 2009 05:44:09 +0000 (05:44 +0000)]
I misunderstood the arguments here. These methods may take an unlimited number of arguments for bill id's, not an array of bill ids
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14195
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 29 Sep 2009 04:59:02 +0000 (04:59 +0000)]
list actions made easy. Standardize the list actions for the bill details interface
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14194
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 29 Sep 2009 04:51:07 +0000 (04:51 +0000)]
Split out the bulk of the javascript for bill_details
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14193
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 29 Sep 2009 04:15:46 +0000 (04:15 +0000)]
copy/paste-o in description for open-ils.circ.money.billing.note.edit
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14192
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 29 Sep 2009 04:08:24 +0000 (04:08 +0000)]
param description correction, take 2
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14191
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 29 Sep 2009 04:05:59 +0000 (04:05 +0000)]
Correct a param description for open-ils.circ.money.billing.void
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14190
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 29 Sep 2009 04:03:41 +0000 (04:03 +0000)]
Middle layer method and related permission for editing the note column for one or more rows in money.billing
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14189
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Tue, 29 Sep 2009 03:53:14 +0000 (03:53 +0000)]
Add Ubuntu Karmic support to prerequisite installer
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14188
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 29 Sep 2009 03:49:59 +0000 (03:49 +0000)]
forgot the upgrade_log
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14187
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 29 Sep 2009 03:47:24 +0000 (03:47 +0000)]
UPDATE_PATRON_CLAIM_RETURN_COUNT was lingering in an upgrade script, but not in 950.data.seed-values.sql at the time this was originally done. So adding it to the list of perms we DO NOT renumber
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14186
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 29 Sep 2009 03:43:38 +0000 (03:43 +0000)]
This reformats the SQL for seeding perms into permission.perm_list, and gives every seeded perm a pinned id key and at least a stub of a oils_i18n_gettext function. Also fixes a few bad key references in oils_i18n_gettext which
were overlooked from copy/pasting.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14185
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 29 Sep 2009 03:09:25 +0000 (03:09 +0000)]
Renumber any perms in permission.perm_list that are not in our seed list, and reserve id's <= 1000 for seeded perms
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14184
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Mon, 28 Sep 2009 20:45:54 +0000 (20:45 +0000)]
logic error; only want to change the sequence if we are insert this billing type
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14183
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Mon, 28 Sep 2009 20:40:08 +0000 (20:40 +0000)]
The first argument (keyvalue) for oils_i18n_gettext _has_ to be match the primary key value for the row being inserted, and it has to be a consistent value from Evergreen to Evergreen for the I18N scripts to work (so we can't
just let any id from a sequence get chosen and then plug that value into oils_i18n_gettext)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14182
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Mon, 28 Sep 2009 18:37:33 +0000 (18:37 +0000)]
Make MODS v3 variants inherit from mods3 rather than mods (version 2).
Results in the correct namespace being applied to MODS v3[123] and makes Zotero happy.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14178
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Mon, 28 Sep 2009 02:32:28 +0000 (02:32 +0000)]
In XUL, if you do something like this:
<label control="foo" value="My Label">
<textbox id="foo" />
Then clicking on the label will jump focus to the textbox. Replacing the onclick handlers in the MARC editor with that way of doing it.
Also having each fixed field auto-select all the text on focus, so whether a user clicks on the label or directly into the textbox, or even tabs into the textbox, the text will be selected so that the user can immediately type a
new replacement value.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14177
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Sat, 26 Sep 2009 16:25:45 +0000 (16:25 +0000)]
Fix targetting trac ticket #70 -- populate the xact_type column in transaction summary materialization trigger
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14173
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Sat, 26 Sep 2009 04:57:40 +0000 (04:57 +0000)]
Accidentally commited a debugging tool
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14172
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Sat, 26 Sep 2009 04:56:05 +0000 (04:56 +0000)]
One repercussion to making all labels and descriptions selectable and copyable is that they got injected into the tab order sequence, slowing down navigation. So let's make it more exclusive/explicit
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14171
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Sat, 26 Sep 2009 03:38:28 +0000 (03:38 +0000)]
Adds a default 'non-system' billing type if there are no other such billing types already defined.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14170
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Sat, 26 Sep 2009 02:39:02 +0000 (02:39 +0000)]
Commit substantive changes from Joe Atzberger's patch to add a renewal hook, and create a DB upgrade script
The substantive changes are:
* $ses->request('open-ils.trigger.event.autocreate', 'renewal', $self->circ, $self->circ_lib) if $self->is_renewal;
* 1; added at the end of module,
* SQL line added for renewal hook.
Note: also corrected typos in the SQL for another hook
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14169
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Fri, 25 Sep 2009 01:16:05 +0000 (01:16 +0000)]
Patch from Warren Layton at Laurentian university which addresses some issues
saving org unit data via the conify interfaces.
Thanks, Warren, and sorry for the delay.
M Open-ILS/web/conify/global/actor/org_unit.js
M Open-ILS/web/conify/global/actor/org_unit.html
M Open-ILS/examples/fm_IDL.xml
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14165
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Thu, 24 Sep 2009 19:23:25 +0000 (19:23 +0000)]
Correcting reporting view definition with regard to ISBN and ISSN extraction
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14159
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Thu, 24 Sep 2009 19:00:06 +0000 (19:00 +0000)]
correcting thinko that caused calling a cstore method before cstore is started
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14155
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Thu, 24 Sep 2009 14:40:11 +0000 (14:40 +0000)]
copy missing autotools files instead of linking to installed versions -- one less step in the release process!
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14148
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Thu, 24 Sep 2009 14:38:22 +0000 (14:38 +0000)]
Except in certain cases (like chrome://global/skin/), we can no longer reference chrome stylesheets in remote xul. Tighter "security" in xulrunner 1.9 series
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14147
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Thu, 24 Sep 2009 14:00:29 +0000 (14:00 +0000)]
Remove some garbage artifacts from clumsy editing...
M Open-ILS/src/sql/Pg/upgrade/0021.schema.triggers-for-deleting-circs.sql
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14146
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Thu, 24 Sep 2009 13:58:03 +0000 (13:58 +0000)]
Modify a pre-delete trigger, and add a post-delete trigger, to ensure that
(1) We don't delete/archive a circulation if there are any undeleted renewals
for it, and (2) when we delete/archive a renewal, we also delete/archive
all its predecessors.
Also: expand the view action.circulation to include four new columns.
M Open-ILS/src/sql/Pg/090.schema.action.sql
M Open-ILS/src/sql/Pg/002.schema.config.sql
A Open-ILS/src/sql/Pg/upgrade/0021.schema.triggers-for-deleting-circs.sql
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14145
dcc99617-32d9-48b4-a31d-
7c20da2025e4