phasefx [Thu, 29 Oct 2009 05:29:33 +0000 (05:29 +0000)]
tweak some of the debug output here
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14668
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Thu, 29 Oct 2009 05:28:15 +0000 (05:28 +0000)]
params.on_retrieve() inside a retrieve_row handler must run at least once when that handler is invoked, otherwise the row will get stuck on "Refreshing..."
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14667
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Thu, 29 Oct 2009 05:11:52 +0000 (05:11 +0000)]
silence most of the debug chatter and tweak the configuration behavior some
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14666
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Thu, 29 Oct 2009 03:13:46 +0000 (03:13 +0000)]
reverting previous change and correcting the use of target_weight -- I had not completed the logic
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14665
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Thu, 29 Oct 2009 02:18:36 +0000 (02:18 +0000)]
modified patch from Steve Callender; exposes the patron 'alias' field in the Receipt Template Editor as %PATRON_ALIAS%. There's also a %PATRON_ALIAS_OR_FIRSTNAME% macro that will show the alias, or the first name if alias is unset
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14662
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Thu, 29 Oct 2009 01:01:44 +0000 (01:01 +0000)]
simplify fieldmapper class building and reduce duplicated code
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14661
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Thu, 29 Oct 2009 01:00:26 +0000 (01:00 +0000)]
adding specialized apache module for returning specific classes from the IDL xml
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14660
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 28 Oct 2009 21:52:02 +0000 (21:52 +0000)]
patch from J. Atzberger to add the IDL entry for the new SAN column
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14659
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 28 Oct 2009 21:22:32 +0000 (21:22 +0000)]
patch from Joe Atzberger to add a SAN (Standard Address Number) to the ACQ provider table. next up, the IDL entries.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14658
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 28 Oct 2009 20:51:13 +0000 (20:51 +0000)]
because lists are pre-pending rows by default now, let's reverse the hold order here so that they match what the server gives us
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14657
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 28 Oct 2009 20:49:13 +0000 (20:49 +0000)]
fix some indentation from the great tab to space conversion
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14656
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 28 Oct 2009 20:11:44 +0000 (20:11 +0000)]
target_weight must evaluate to false by default, or will result in an infinite loop caused by (1..{})
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14655
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 28 Oct 2009 19:52:58 +0000 (19:52 +0000)]
pickup_lib is an object. stringify to get the ID for the remote call
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14654
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 28 Oct 2009 19:22:42 +0000 (19:22 +0000)]
fixed typo in JOIN clause
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14653
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Wed, 28 Oct 2009 17:41:55 +0000 (17:41 +0000)]
add support for sorting the pull list by asset.copy_location_order when set
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14652
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Wed, 28 Oct 2009 16:57:09 +0000 (16:57 +0000)]
Add CREATE statement for asset.copy_location_order
M Pg/040.schema.asset.sql
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14651
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 28 Oct 2009 15:59:14 +0000 (15:59 +0000)]
plugged in load time ordering and apply changes operation to delete old order entries and create new ones
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14650
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 28 Oct 2009 13:52:36 +0000 (13:52 +0000)]
turned location ordering into a drag-n-dop ui. TODO, plug in the Apply operation to delete and re-created order entries
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14649
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 28 Oct 2009 13:51:55 +0000 (13:51 +0000)]
added menu entry for new copy location ordering interface
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14648
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Wed, 28 Oct 2009 03:00:02 +0000 (03:00 +0000)]
Them thar comments needs them some semicolons to be valid SQL
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14644
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Wed, 28 Oct 2009 01:09:34 +0000 (01:09 +0000)]
Forward-porting patch from James Fournie to increase the width of of the state/province field from 2 to 3 characters, for ISO 3166-2 compliance
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14643
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Tue, 27 Oct 2009 20:55:30 +0000 (20:55 +0000)]
forward-porting r14636: correct ambiguous select including upgrade script; also, fixing thinko in previous upgrade script
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14639
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Tue, 27 Oct 2009 19:02:15 +0000 (19:02 +0000)]
Update find_orphaned_reports.pl to modern Evergreen (with apologies to chromatic):
* prefer non-deprecated reporter database settings
* use opensrf_core.xml instead of bootstrap.conf
* fix typo (boostrap -> bootstrap)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14632
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Tue, 27 Oct 2009 19:01:09 +0000 (19:01 +0000)]
add view and change permission slots to config.org_unit_setting_type, for controlling access to specific ou settings
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14631
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Tue, 27 Oct 2009 18:12:07 +0000 (18:12 +0000)]
actually use JSON syntax, not perl
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14630
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Tue, 27 Oct 2009 16:57:29 +0000 (16:57 +0000)]
move the hook configuration out to a config file (action_trigger_filters.json.example); default to the list of hooks in that file if none are specified; use try/otherwise instead of eval/$@
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14629
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 27 Oct 2009 14:44:20 +0000 (14:44 +0000)]
Patch from Lebbeous Fogle-Weekley to fine-tune credit card payment support in the the staff client.
This adds support for differentiating between in-band (using credit card processor) and
out-of-band (using external CC mechamism) in the staff client and payment entries
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14628
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 27 Oct 2009 12:42:08 +0000 (12:42 +0000)]
also clear cancel cause and note during un-cancel
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14627
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 27 Oct 2009 12:26:04 +0000 (12:26 +0000)]
canceled holds, when they exist, happened in the past, not the future
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14626
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 27 Oct 2009 07:09:48 +0000 (07:09 +0000)]
wire up Top of Queue toggle for staff client hold interface
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14625
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 27 Oct 2009 06:45:58 +0000 (06:45 +0000)]
wire up un-cancel hold action in the staff client
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14624
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 27 Oct 2009 06:35:52 +0000 (06:35 +0000)]
List columns for hold cancel reason, cancel note, and cancel time. Display them by default if either of the two org unit settings that control display of cancelled holds are set.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14623
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 27 Oct 2009 02:58:06 +0000 (02:58 +0000)]
started on a copy location order interface
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14615
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 27 Oct 2009 02:39:59 +0000 (02:39 +0000)]
Tweak the Record In-House Use interface so that it has sound, a larger textbox for the '# of uses' field, and org unit settings that control the warning threshold and max allowed value for '# of uses'. Exceeding the cap no longer
sets the value to the cap.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14613
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 26 Oct 2009 21:11:18 +0000 (21:11 +0000)]
since showing title/auther will be common in predue, overdue, billing, etc. notices, provide a helper routine to get the title/author for given a copy. this does the precat dance as well. Removed the get_user_fines_summary helper routine since we can now flesh the 'mus' directly on the user
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14612
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 26 Oct 2009 16:43:12 +0000 (16:43 +0000)]
general purpose action/trigger event creator and runner. see --help for usage
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14611
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Mon, 26 Oct 2009 15:50:41 +0000 (15:50 +0000)]
make the date math a bit more maintainable
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14607
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Mon, 26 Oct 2009 15:37:48 +0000 (15:37 +0000)]
Org unit setting for auto-hiding the patron summary sidebar
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14606
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 26 Oct 2009 15:15:39 +0000 (15:15 +0000)]
updated the max_delay_age date math, added comments
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14605
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Mon, 26 Oct 2009 14:31:56 +0000 (14:31 +0000)]
Scrub smartquotes / emdashes from JSONGrammar.xml as well
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14604
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Mon, 26 Oct 2009 14:30:26 +0000 (14:30 +0000)]
Kill smart quotes and emdashes beloved by MS Word and despised by the rest of the world
This enables openjade-based DocBook processing toolchains to actually transform the document.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14603
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Mon, 26 Oct 2009 14:28:57 +0000 (14:28 +0000)]
Resurrect JSON grammar and tutorial that were blown away by r13990.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14602
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Mon, 26 Oct 2009 14:07:45 +0000 (14:07 +0000)]
allow the CircIsOpen and CircIsOverdue validators to reuse the MaxPassiveDelayAge validator in the presense of a max_delay_age param
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14601
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 26 Oct 2009 13:57:38 +0000 (13:57 +0000)]
seed data for sample pre-due notice. added delay age param (1 day) to sample overdue notice
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14600
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Sun, 25 Oct 2009 20:21:46 +0000 (20:21 +0000)]
added some links from the user object to the user's accumulated money summary and open billable transactions summaries
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14593
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Sun, 25 Oct 2009 19:01:08 +0000 (19:01 +0000)]
when testing for existing events (to prevent duplicates) don't test for the presence of events linked to the previous event def in the loop. when fetching targets, only fetch the identifier column since it is all that is needed to create the event (and there could be many objects for passive events). increase the search timeout for event targets
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14589
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Sat, 24 Oct 2009 01:05:50 +0000 (01:05 +0000)]
add passive event validator to stop events that are too far past the delay_field-based timeout; add BEGIN to a previous upgrade script for correctness
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14588
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Fri, 23 Oct 2009 22:34:17 +0000 (22:34 +0000)]
Make use of streaming batch hold update method in staff client and tie it to a progress meter
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14587
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Fri, 23 Oct 2009 20:57:28 +0000 (20:57 +0000)]
Add a couple of link entries related to the new
table asset.copy_location_order.
M Open-ILS/examples/fm_IDL.xml
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14586
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Fri, 23 Oct 2009 20:45:20 +0000 (20:45 +0000)]
Create new table asset.copy_location_order, and a new permission
for administering it.
M Open-ILS/src/sql/Pg/002.schema.config.sql
A Open-ILS/src/sql/Pg/upgrade/0052.schema.asset_copy_location_order.sql
M Open-ILS/src/sql/Pg/950.data.seed-values.sql
M Open-ILS/examples/fm_IDL.xml
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14585
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Fri, 23 Oct 2009 18:47:39 +0000 (18:47 +0000)]
make batch hold update streaming and perform each update within its own transaction
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14584
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Fri, 23 Oct 2009 18:43:57 +0000 (18:43 +0000)]
added support for passing in key/val pairs for hold update, instead of the entire hold object. added open-ils.circ.hold.update.batch which expects either an array of holds as second param, or list of key/value hashes as 3rd param
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14583
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Fri, 23 Oct 2009 17:21:03 +0000 (17:21 +0000)]
Patch from Warren Layton which fixes the behavior of the new Org Unit
configuration interfaces. Moving from raw open-ils.pcrud service calls to the
handy openils.PermaCrud dojo module.
Applied with minor editorialization to remove some duplicated code.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14579
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Fri, 23 Oct 2009 16:44:22 +0000 (16:44 +0000)]
Another monster patch. Change each tab to 4 spaces in the staff client xul, html, and css files.
Did this to effect the change:
find . -name '*.xul' -exec sed -i 's/\t/ /g' {} \;
find . -name '*html' -exec sed -i 's/\t/ /g' {} \;
find . -name '*.css' -exec sed -i 's/\t/ /g' {} \;
Statements like dump('\t\tFoo\n'); are unaffected.
I imagine we'll need to realign and reindent things as we encounter visual ugliness.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14578
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Fri, 23 Oct 2009 16:26:24 +0000 (16:26 +0000)]
Change each tab to 4 spaces in the staff client javascript files.
Did this to effect the change:
find . -name '*.js' -exec sed -i 's/\t/ /g' {} \;
Statements like dump('\t\tFoo\n'); are unaffected.
I imagine we'll need to realign and reindent things as we encounter visual ugliness.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14577
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Fri, 23 Oct 2009 13:38:59 +0000 (13:38 +0000)]
updated org setting name (more hierarchy for better perms)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14576
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Fri, 23 Oct 2009 13:38:21 +0000 (13:38 +0000)]
org setting to reset hold req time on uncancel
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14575
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Fri, 23 Oct 2009 13:33:03 +0000 (13:33 +0000)]
updated logic that handles how many canceled holds to return in patron holds list call
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14574
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Fri, 23 Oct 2009 13:31:52 +0000 (13:31 +0000)]
new org settings for managing the number of canceled holds to display in patron holds lists
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14573
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Fri, 23 Oct 2009 13:14:49 +0000 (13:14 +0000)]
Patch from Ben Ostrowsky to add inline documentation to the hours-of-operation table
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14572
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Fri, 23 Oct 2009 00:28:04 +0000 (00:28 +0000)]
rolling back r14446: dojo.addOnLoad() is fine in xul, as long as we are not using a layer
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14568
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Thu, 22 Oct 2009 19:06:03 +0000 (19:06 +0000)]
fixed some syntax errors
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14567
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Thu, 22 Oct 2009 18:55:14 +0000 (18:55 +0000)]
Create new table acq.fund_allocation_percent, to store the percentages by which
future funding credits will be allocated to funds.
Create a trigger to ensure that the percentages never add up to more than
100 for any given funding source.
Populate the new table from acq.fund_allocation.
In acq.fund_allocation: convert any percentages to amounts, and nullify the
percentages.
M Open-ILS/src/sql/Pg/002.schema.config.sql
A Open-ILS/src/sql/Pg/upgrade/0049.schema.acq_funding_allocation_percent.sql
M Open-ILS/examples/fm_IDL.xml
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14566
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Thu, 22 Oct 2009 14:37:26 +0000 (14:37 +0000)]
Yes, it is true, I wrote a MARC library (marcxml and marcbreaker supported) in JS as a Dojo module. I am sorry, world.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14557
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Thu, 22 Oct 2009 13:41:14 +0000 (13:41 +0000)]
added support for voiding overdue fines on the most recent circ when marking an item as damaged
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14556
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Thu, 22 Oct 2009 13:30:54 +0000 (13:30 +0000)]
org setting to enable void-overdues-on-mark-item-damaged
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14555
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Thu, 22 Oct 2009 07:09:54 +0000 (07:09 +0000)]
inline style here no longer works in xulrunner 1.9 for some reason
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14554
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Thu, 22 Oct 2009 06:54:02 +0000 (06:54 +0000)]
removes a warning about a bare #text element in the vbox
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14553
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Thu, 22 Oct 2009 06:46:11 +0000 (06:46 +0000)]
not that persist_helper handles resize events yet, but oils_persist instead of oils_perist
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14552
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Thu, 22 Oct 2009 06:41:29 +0000 (06:41 +0000)]
For backdating-already-returned-items prompt, don't display circ summaries for each circ, and use streaming version of batch backdate method
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14551
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Thu, 22 Oct 2009 05:14:30 +0000 (05:14 +0000)]
Don't remove these columns from the Item Status interface
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14550
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Thu, 22 Oct 2009 03:34:50 +0000 (03:34 +0000)]
provisional fix for non-IDL fieldmapper mode -- push isnew, ischanged and isdeleted to the end of the field list
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14549
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Thu, 22 Oct 2009 03:29:18 +0000 (03:29 +0000)]
use fieldmapper.AutoIDL inside conify to allow openils.PermaCrud to function properly
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14545
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 21 Oct 2009 20:54:14 +0000 (20:54 +0000)]
instead of manually updating the claims-never-checked-out counter, use the existing claims returned trigger to manage that
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14544
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Wed, 21 Oct 2009 20:39:24 +0000 (20:39 +0000)]
Add new column to auditor.actor_user_history to match the one
just added to actor.usr.
M Pg/002.schema.config.sql
A Pg/upgrade/0046.au_hist_claims_never_checked_out.sql
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14543
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Wed, 21 Oct 2009 20:25:40 +0000 (20:25 +0000)]
Correcting datatype of pubdate for reporter.classic_item_list
(Patch from Don McMorris)
M examples/fm_IDL.xml
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14542
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 21 Oct 2009 20:03:51 +0000 (20:03 +0000)]
added claims never checked out field to patron editor along with associated permission for changing the value
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14541
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 21 Oct 2009 19:08:43 +0000 (19:08 +0000)]
Added support for claims-never-checked-out checkin mode. It does this:
1. sets the checkin backdate equal to the xact_start time to void any possible overdue fines
2. increments the patrons claims_never_checked_out count by 1
3. the copy does not capture any holds or go into transit
4. the copy is optionally marked as MISSING, based on org unit setting
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14540
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Wed, 21 Oct 2009 18:13:24 +0000 (18:13 +0000)]
thinko ... do NOT comment out "use base"
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14539
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Wed, 21 Oct 2009 17:58:28 +0000 (17:58 +0000)]
1. Add column to actor.usr: claims_never_checked_out_count.
2. Add valid value 'CLAIMSNEVERCHECKEDOUT' to check constraint
for action.circulation.stop_fines.
M Open-ILS/src/sql/Pg/090.schema.action.sql
M Open-ILS/src/sql/Pg/005.schema.actors.sql
M Open-ILS/src/sql/Pg/002.schema.config.sql
A Open-ILS/src/sql/Pg/upgrade/0043.schema.au-claims-never-checked-out-count.sql
M Open-ILS/examples/fm_IDL.xml
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14538
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Wed, 21 Oct 2009 17:05:26 +0000 (17:05 +0000)]
Cleaning up some syntax thinkos from earlier commit which added support
for hold target weighting and max hold targeting loops.
Added closed-date check condition such that if a library is closed both
now and at the next expected check time the location is ignored for
targetting. This differs from before in that we were only checking to
see if the library was currently closed. For 24h retargetting, this is
nominally not a change, but for longer-that-one-day retargetting intervals
this will allow a library that is open at the beginning /or/ the end of the
targetting interval to have a chance at capturing the requested copy.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14537
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 21 Oct 2009 16:37:09 +0000 (16:37 +0000)]
in renewal interface, add the patron data to the list rows, and remove the early return for billing summary/tally (copy/paste/think-o)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14536
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 21 Oct 2009 15:55:32 +0000 (15:55 +0000)]
rework the parameters for circ.util.renew_via_barcode so that we can more easily pass in return_patron : true for the dedicated renewal interface
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14535
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 21 Oct 2009 15:45:50 +0000 (15:45 +0000)]
rolling back 14518 and 14519. thinko
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14529
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 21 Oct 2009 15:24:39 +0000 (15:24 +0000)]
added logic to mark items missing during the claims-return process
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14528
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 21 Oct 2009 15:13:57 +0000 (15:13 +0000)]
new org setting for making items as missing during claims returned processing
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14527
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Wed, 21 Oct 2009 14:59:25 +0000 (14:59 +0000)]
fixing think-o on the date range normalizer
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14526
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 21 Oct 2009 14:44:17 +0000 (14:44 +0000)]
added 'return_patron' option on renewals to return the patron object in the final payload
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14525
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 21 Oct 2009 14:36:55 +0000 (14:36 +0000)]
go back to 'might_nave' rel for parent_circ now that fleshing is fixed
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14519
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 21 Oct 2009 14:36:34 +0000 (14:36 +0000)]
repaired bug in cstore 'might_have' fleshing which lead to fleshing the same object into itself
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14518
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 21 Oct 2009 13:28:16 +0000 (13:28 +0000)]
changed parent_circ column link to a 'has_a' instead of 'might_have'. 'might_have' fleshes the same object onto itself. needs investigation
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14517
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 21 Oct 2009 08:37:39 +0000 (08:37 +0000)]
fix testing of the return value from the backdate.batch.atomic method
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14516
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 21 Oct 2009 08:26:11 +0000 (08:26 +0000)]
I like explicit semicolons
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14515
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 21 Oct 2009 08:23:34 +0000 (08:23 +0000)]
fix a bug where only the first circ_id given was being backdated with the .batch method
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14514
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 21 Oct 2009 08:12:16 +0000 (08:12 +0000)]
use batch api call for post-checkin backdating
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14513
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 21 Oct 2009 06:19:30 +0000 (06:19 +0000)]
in dedicated renewal interface, add billing info for previous circ for items being renewed as done with the checkin interface
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14512
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 21 Oct 2009 05:58:47 +0000 (05:58 +0000)]
handle non-existent copies in renewal interface
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14511
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 21 Oct 2009 05:50:22 +0000 (05:50 +0000)]
Hold Alias in patron summary
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14510
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Tue, 20 Oct 2009 18:59:20 +0000 (18:59 +0000)]
Adding support for pushing to the front of the hold queue with a cut_in_line
boolean field. Setting this on an action.hold_request will cause the hold
to sort to the top of the queue in calls to open-ils.storage.action.hold_request.nearest_hold,
which is used to capture holds in priority order.
Currently, this field sorts /after/ the hold proximity. When strict FIFO
holds are implemented, this sort will go to the front of the line, followed
by request_time and then proximity.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14509
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 20 Oct 2009 18:37:45 +0000 (18:37 +0000)]
don't treat Hold Alias (which is for replacing a name entirely on a hold slip) as a Name Alias
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14508
dcc99617-32d9-48b4-a31d-
7c20da2025e4