]> git.evergreen-ils.org Git - working/Evergreen.git/log
working/Evergreen.git
14 years agoAdd new table acq.fund_transfer
scottmk [Mon, 21 Dec 2009 14:30:49 +0000 (14:30 +0000)]
Add new table acq.fund_transfer

M    Open-ILS/src/sql/Pg/200.schema.acq.sql
M    Open-ILS/src/sql/Pg/002.schema.config.sql
A    Open-ILS/src/sql/Pg/upgrade/0121.schema.acq_fund_transfer.sql
M    Open-ILS/examples/fm_IDL.xml

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15205 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoBacking out a premature commit that I made inadvertently...
scottmk [Sun, 20 Dec 2009 06:43:10 +0000 (06:43 +0000)]
Backing out a premature commit that I made inadvertently...

M    Pg/999.functions.global.sql

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15204 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years ago1. In the parent router process: wait for all of the immediate
scottmk [Sat, 19 Dec 2009 21:29:00 +0000 (21:29 +0000)]
1. In the parent router process: wait for all of the immediate
child processes to terminate before exiting.

This change eliminates the need for the shell script invoking
the router to sleep before running a ps to identify the effective
router processes (which are grandchildren of the parent).  By the
time the parent exits, the children will have launched the
grandchildren and exited.

2. If any of the immediate child processes terminates abnormally
(either a non-zero return code or termination by a signal), issue
a warning message to that effect.  This message goes to standard
error, since the parent process never opens a log file.

3. Apply the volatile qualifier to a couple of variables that
are updated asynchronously by a signal handler.

M    Open-ILS/src/sql/Pg/999.functions.global.sql

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15203 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agosyntax
phasefx [Fri, 18 Dec 2009 21:55:56 +0000 (21:55 +0000)]
syntax

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15202 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agopatch from Joe Atzberger to retrofit i18n'ed text descriptions for action/trigger...
erickson [Fri, 18 Dec 2009 21:45:58 +0000 (21:45 +0000)]
patch from Joe Atzberger to retrofit i18n'ed text descriptions for action/trigger reactor seed data

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15201 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoonly set the value on a pre-defined widget when no value has been provided
erickson [Fri, 18 Dec 2009 21:29:40 +0000 (21:29 +0000)]
only set the value on a pre-defined widget when no value has been provided

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15200 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoPatch from Joe Atzberger to add a generic SendFile reactor. Can be used for sending...
erickson [Fri, 18 Dec 2009 20:59:38 +0000 (20:59 +0000)]
Patch from Joe Atzberger to add a generic SendFile reactor.  Can be used for sending files to 3rd parties for process (e.g. mailed notices)

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15199 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoApply patch from Warren Layton to fix marc2sre.pl options
dbs [Fri, 18 Dec 2009 20:15:57 +0000 (20:15 +0000)]
Apply patch from Warren Layton to fix marc2sre.pl options

Attached is a small patch (against trunk) which fixes the GetOptions
in marc2sre.xml. It fixes a small bug with the "idsubfield" parameter,
and changes "idfield" to accept a string instead of an int (to match
the behaviour of marc2bre.pl).

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15196 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoRemove duplicate mapping for open-ils.ingest.full.serial.object.readonly
dbs [Fri, 18 Dec 2009 20:08:03 +0000 (20:08 +0000)]
Remove duplicate mapping for open-ils.ingest.full.serial.object.readonly

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15193 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agomake the multiple splitter widgets behave better (otherwise you can shrink the list...
phasefx [Fri, 18 Dec 2009 17:53:54 +0000 (17:53 +0000)]
make the multiple splitter widgets behave better (otherwise you can shrink the list and not be able to unshrink it)

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15192 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoadd leading 0 for filename consistency
erickson [Fri, 18 Dec 2009 14:26:48 +0000 (14:26 +0000)]
add leading 0 for filename consistency

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15191 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoChanged last line from "BEGIN;", an obvious blooper, to "COMMIT;".
scottmk [Fri, 18 Dec 2009 13:40:11 +0000 (13:40 +0000)]
Changed last line from "BEGIN;", an obvious blooper, to "COMMIT;".

M    upgrade/0118.schema.collections-penalty.sql

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15190 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agopatron.properties: Property name tweak (s/spwan/spawn/), new properties for new label...
phasefx [Thu, 17 Dec 2009 22:24:18 +0000 (22:24 +0000)]
patron.properties: Property name tweak (s/spwan/spawn/), new properties for new labels and columns in Members Group interface.

info_group.js, info_group.xul: split out the javascript from info_group.xul, refactored it, and added columns for circulation
counts and balance owed, and added labels to sum those across group members.

util.js, tweaked patron.util.retrieve_fleshed_au_via_id so that the 3rd parameter is an optional request callback to make the
function asynchronous

summary.js, added a sort_type to the balance owed column in the patron summary group tab panel

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15189 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoadd tracking table for booking reservations transits (similar to hold transits)
miker [Thu, 17 Dec 2009 21:49:05 +0000 (21:49 +0000)]
add tracking table for booking reservations transits (similar to hold transits)

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15188 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoadded a new system penalty called PATRON_IN_COLLECTIONS. this allows staff to define...
erickson [Thu, 17 Dec 2009 21:17:52 +0000 (21:17 +0000)]
added a new system penalty called PATRON_IN_COLLECTIONS.  this allows staff to define penalty blocks, allows the system to clear the blocks in real time when the patron pays back down to the configured threshold, and we get staff client alerts for free.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15187 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agobill Full Details and Show Last Few Circs uses the old item details pane. This clean...
phasefx [Thu, 17 Dec 2009 18:41:26 +0000 (18:41 +0000)]
bill Full Details and Show Last Few Circs uses the old item details pane.  This cleans up that pane a bit (list actions and sticky view) and gives it a Show in OPAC button.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15186 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agopropogate usrgroup in cloned users
erickson [Thu, 17 Dec 2009 18:17:59 +0000 (18:17 +0000)]
propogate usrgroup in cloned users

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15185 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agothinko
phasefx [Thu, 17 Dec 2009 18:15:50 +0000 (18:15 +0000)]
thinko

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15184 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoOrg unit setting for requiring staff initials with copy/patron notes, and I18N for...
phasefx [Thu, 17 Dec 2009 07:40:06 +0000 (07:40 +0000)]
Org unit setting for requiring staff initials with copy/patron notes, and I18N for similar setting for standing penalties.
Implemented the initial fields for copy/patron notes.
Localizable format for staff initials, and option for an initials date (though it's %F format for saving space and not localized).
Removed the "Note added." speedbump alerts.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15183 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoauthoritative version of copy notes retrieval method
phasefx [Thu, 17 Dec 2009 07:35:22 +0000 (07:35 +0000)]
authoritative version of copy notes retrieval method

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15182 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoPerpetuating the evil of fancy_prompt, giving it the ability to discern required...
phasefx [Thu, 17 Dec 2009 07:34:35 +0000 (07:34 +0000)]
Perpetuating the evil of fancy_prompt, giving it the ability to discern required fields

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15181 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agosetting the debug link value should not be dependent on a on_url_load function being...
phasefx [Thu, 17 Dec 2009 05:58:50 +0000 (05:58 +0000)]
setting the debug link value should not be dependent on a on_url_load function being passed into browser.js

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15180 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years ago"color" css appears to work for <tab>
phasefx [Thu, 17 Dec 2009 05:36:59 +0000 (05:36 +0000)]
"color" css appears to work for <tab>

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15179 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agobalance owed total for group members in horizontal patron summary pane, group tab...
phasefx [Wed, 16 Dec 2009 23:39:30 +0000 (23:39 +0000)]
balance owed total for group members in horizontal patron summary pane, group tab label.  Need to figure out why the CSS isn't working

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15178 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoadded a balance owed summary call for group members
erickson [Wed, 16 Dec 2009 22:34:24 +0000 (22:34 +0000)]
added a balance owed summary call for group members

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15177 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoadded retrieval pcrud entries for mous (money open user summary)
erickson [Wed, 16 Dec 2009 22:14:12 +0000 (22:14 +0000)]
added retrieval pcrud entries for mous (money open user summary)

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15176 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoAdd a deadline_date column to acq.funding_source_credit
scottmk [Wed, 16 Dec 2009 21:50:17 +0000 (21:50 +0000)]
Add a deadline_date column to acq.funding_source_credit

M    Open-ILS/src/sql/Pg/200.schema.acq.sql
M    Open-ILS/src/sql/Pg/002.schema.config.sql
A    Open-ILS/src/sql/Pg/upgrade/0116.schema.fund_src_cred_deadline_date.sql
M    Open-ILS/examples/fm_IDL.xml

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15175 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoadded pcrud entries for money.usr_summary
erickson [Wed, 16 Dec 2009 16:47:14 +0000 (16:47 +0000)]
added pcrud entries for money.usr_summary

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15174 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoStat Cats (where usr_summary is true) in horizontal patron summary pane. Give pcrud...
phasefx [Wed, 16 Dec 2009 07:48:10 +0000 (07:48 +0000)]
Stat Cats (where usr_summary is true) in horizontal patron summary pane.  Give pcrud access to actsc

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15173 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agomake sure we have a data object to reference for unfleshed org unit columns
phasefx [Wed, 16 Dec 2009 07:43:31 +0000 (07:43 +0000)]
make sure we have a data object to reference for unfleshed org unit columns

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15172 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoCheckboxes in the patron editor are getting a value of 'on' (a change in dojo?)....
phasefx [Wed, 16 Dec 2009 06:12:27 +0000 (06:12 +0000)]
Checkboxes in the patron editor are getting a value of 'on' (a change in dojo?).  Bill, check me on this one.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15171 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoanother layout tweak
phasefx [Tue, 15 Dec 2009 22:27:47 +0000 (22:27 +0000)]
another layout tweak

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15170 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoLayout tweaks for horizontal patron summary pane, including slim Group Members tab
phasefx [Tue, 15 Dec 2009 21:03:53 +0000 (21:03 +0000)]
Layout tweaks for horizontal patron summary pane, including slim Group Members tab

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15169 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agodefend against the home_ou default not being an allowed location for workstation...
phasefx [Tue, 15 Dec 2009 20:25:33 +0000 (20:25 +0000)]
defend against the home_ou default not being an allowed location for workstation registration

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15168 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years ago1. Create a default entry in acq.fiscal_calendar.
scottmk [Tue, 15 Dec 2009 18:03:18 +0000 (18:03 +0000)]
1. Create a default entry in acq.fiscal_calendar.

2. Create a foreign key in acq.actor.org_unit pointing
to acq.fiscal_calendar, and defaulting to 1.

M    Open-ILS/src/sql/Pg/200.schema.acq.sql
M    Open-ILS/src/sql/Pg/002.schema.config.sql
A    Open-ILS/src/sql/Pg/upgrade/0115.schema.aou-fy-foreign-key.sql

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15167 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoReplace calls to osrfAppSessionMakeRequest() with
scottmk [Tue, 15 Dec 2009 13:54:51 +0000 (13:54 +0000)]
Replace calls to osrfAppSessionMakeRequest() with
calls to osrfAppSessionSendRequest().

M    Open-ILS/src/c-apps/oils_dataloader.c
M    Open-ILS/src/c-apps/oils_utils.c
M    Open-ILS/src/extras/oils_requestor.c

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15166 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agosome missing semicolons (though the one in Circ.pm is valid syntax)
phasefx [Tue, 15 Dec 2009 06:27:09 +0000 (06:27 +0000)]
some missing semicolons (though the one in Circ.pm is valid syntax)

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15165 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agogenerate fines at reservation checkin; do not stomp the circ list with reservations...
miker [Mon, 14 Dec 2009 22:11:06 +0000 (22:11 +0000)]
generate fines at reservation checkin; do not stomp the circ list with reservations when gathering overdue circs

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15164 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoprevent uninitialized value in hash element warnings. Thaanks for the heads up,...
erickson [Mon, 14 Dec 2009 22:04:13 +0000 (22:04 +0000)]
prevent uninitialized value in hash element warnings.  Thaanks for the heads up, Joe A.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15163 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agothis should fix some of those set_text on column errors in bill Full Details
phasefx [Mon, 14 Dec 2009 21:34:26 +0000 (21:34 +0000)]
this should fix some of those set_text on column errors in bill Full Details

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15162 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agowiring up booking pickup and return with new methods in the open-ils.circ service
miker [Mon, 14 Dec 2009 21:24:25 +0000 (21:24 +0000)]
wiring up booking pickup and return with new methods in the open-ils.circ service

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15161 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoremoved oils_header.pl dependency from action_trigger_runner. update sample crontab...
erickson [Mon, 14 Dec 2009 20:49:40 +0000 (20:49 +0000)]
removed oils_header.pl dependency from action_trigger_runner. update sample crontab to reflect

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15158 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agocopy a/t runner script to the bin dir during install
erickson [Mon, 14 Dec 2009 20:41:41 +0000 (20:41 +0000)]
copy a/t runner script to the bin dir during install

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15155 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoPatch from Warren Layton to fix translation delete button in the translation dijit
miker [Mon, 14 Dec 2009 14:44:36 +0000 (14:44 +0000)]
Patch from Warren Layton to fix translation delete button in the translation dijit

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15152 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoremove explicit interpreter, that's what the #! is for
miker [Sat, 12 Dec 2009 14:02:58 +0000 (14:02 +0000)]
remove explicit interpreter, that's what the #! is for

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15151 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoPatch from Joe Atzberger to build a file of sample crontab entries, w/ some modificat...
erickson [Fri, 11 Dec 2009 22:04:55 +0000 (22:04 +0000)]
Patch from Joe Atzberger to build a file of sample crontab entries, w/ some modifications to add Action/Trigger command.
Thanks to Anoop Atre for the suggestion to add an entry for generate_circ_notices.pl

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15150 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agomild warning
phasefx [Fri, 11 Dec 2009 20:40:45 +0000 (20:40 +0000)]
mild warning

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15149 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoEdit Request Date action for more hold queue juggling
phasefx [Fri, 11 Dec 2009 20:38:32 +0000 (20:38 +0000)]
Edit Request Date action for more hold queue juggling

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15148 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agocopy/paste-o. wrong variables.
phasefx [Fri, 11 Dec 2009 20:35:30 +0000 (20:35 +0000)]
copy/paste-o. wrong variables.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15147 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoonerror handler for batch_hold_update utility method
phasefx [Fri, 11 Dec 2009 20:34:58 +0000 (20:34 +0000)]
onerror handler for batch_hold_update utility method

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15146 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agocopy/paste-o
phasefx [Fri, 11 Dec 2009 19:39:18 +0000 (19:39 +0000)]
copy/paste-o

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15145 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agotally amounts for selected payments in payment history interface
phasefx [Fri, 11 Dec 2009 18:48:46 +0000 (18:48 +0000)]
tally amounts for selected payments in payment history interface

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15144 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoadded support for alerting and optionally preventing users when they attempt to place...
erickson [Fri, 11 Dec 2009 17:20:56 +0000 (17:20 +0000)]
added support for alerting and optionally preventing users when they attempt to place a hold on an item that is already checked out to them.  give the override perm to everyone by default for backwards compat

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15143 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoadded support for staff control of event-def opt-in user settings. iow, staff can...
erickson [Fri, 11 Dec 2009 15:41:16 +0000 (15:41 +0000)]
added support for staff control of event-def opt-in user settings.  iow, staff can turn on the X-day overdue notice for patrons if it is an opt-in notice

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15142 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoreturn null as the setting value when a user setting is not applied, instead of retur...
erickson [Fri, 11 Dec 2009 15:40:17 +0000 (15:40 +0000)]
return null as the setting value when a user setting is not applied, instead of returning an empty string

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15141 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agorepaired faulty user penalty checking logic in SIP server
erickson [Fri, 11 Dec 2009 15:01:00 +0000 (15:01 +0000)]
repaired faulty user penalty checking logic in SIP server

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15140 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agofixed syntax errors
erickson [Fri, 11 Dec 2009 14:31:00 +0000 (14:31 +0000)]
fixed syntax errors

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15137 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agosaner date handling for start date/end date filters
phasefx [Thu, 10 Dec 2009 20:58:56 +0000 (20:58 +0000)]
saner date handling for start date/end date filters

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15136 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agopass a timestamp with 23:59:59 as the end date for the BETWEEN filter
phasefx [Thu, 10 Dec 2009 20:17:44 +0000 (20:17 +0000)]
pass a timestamp with 23:59:59 as the end date for the BETWEEN filter

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15135 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agodate filters for default bill history interface; corrected date filters for payment...
phasefx [Thu, 10 Dec 2009 17:50:36 +0000 (17:50 +0000)]
date filters for default bill history interface; corrected date filters for payment history interface; extra columns (title, etc.) for payment history interface

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15134 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoadd first version of the booking reservation targeter
miker [Thu, 10 Dec 2009 17:10:11 +0000 (17:10 +0000)]
add first version of the booking reservation targeter

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15133 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agofleshing some additional transaction data in user payment receive method. added...
erickson [Thu, 10 Dec 2009 16:02:38 +0000 (16:02 +0000)]
fleshing some additional transaction data in user payment receive method.  added optional 'where' filter to transaction history method, for date filtering

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15132 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoadded support for ternary boolean widgets (where null is a valid value) to autowidget...
erickson [Wed, 9 Dec 2009 22:44:01 +0000 (22:44 +0000)]
added support for ternary boolean widgets (where null is a valid value) to autowidgets plus a more generic way to pass that flag through autogrid/editpane.  made is_renewal a ternary widget for circ matrix matchpoint.  partial (commented out until complete) implementation of field-level documentation widgets (a la the new user editor) for EditPane's

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15131 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agodate filter for payment history
phasefx [Wed, 9 Dec 2009 22:14:39 +0000 (22:14 +0000)]
date filter for payment history

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15130 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoadded extra filter optoins for retrieving user payment history
erickson [Wed, 9 Dec 2009 21:32:19 +0000 (21:32 +0000)]
added extra filter optoins for retrieving user payment history

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15129 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoPatch from Lebbeous Fogle-Weekley to fix some of my thinkos, with sql injection prote...
miker [Wed, 9 Dec 2009 21:23:47 +0000 (21:23 +0000)]
Patch from Lebbeous Fogle-Weekley to fix some of my thinkos, with sql injection protections and corrected json_queries added by moi

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15128 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoadded a workstation registration wizard to selfcheck. this will come in handy when...
erickson [Wed, 9 Dec 2009 21:10:58 +0000 (21:10 +0000)]
added a workstation registration wizard to selfcheck.  this will come in handy when an org requires a workstation for selfcheck.  some other minor cleanup

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15127 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoadded user version of ad-hoc A/T runner method (for receipt printing)
erickson [Wed, 9 Dec 2009 21:09:28 +0000 (21:09 +0000)]
added user version of ad-hoc A/T runner method (for receipt printing)

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15126 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoadded support for using patron usernames in addition to barcodes during offline check...
erickson [Wed, 9 Dec 2009 19:22:58 +0000 (19:22 +0000)]
added support for using patron usernames in addition to barcodes during offline checkout.  to use it, turn on the circ.offline.username_allowed org setting and have a value configured for the opac.barcode_regex org setting

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15125 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agorepaired mislabeled setting s/selfcheck/offline/. thanks, jason
erickson [Wed, 9 Dec 2009 18:48:35 +0000 (18:48 +0000)]
repaired mislabeled setting s/selfcheck/offline/.  thanks, jason

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15124 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoadded org setting to allow patrons to identify themselves via username (in addition...
erickson [Wed, 9 Dec 2009 18:34:28 +0000 (18:34 +0000)]
added org setting to allow patrons to identify themselves via username (in addition to barcode) during offline checkout

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15123 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoUse better retrieval method for bill history (handles transactions where all the...
phasefx [Wed, 9 Dec 2009 16:42:35 +0000 (16:42 +0000)]
Use better retrieval method for bill history (handles transactions where all the billings are voided but payments have been received/refunded)

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15122 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoadded support for auto-renew in offline processor. now using renew.override in offli...
erickson [Wed, 9 Dec 2009 15:44:52 +0000 (15:44 +0000)]
added support for auto-renew in offline processor.  now using renew.override in offline processor to better reflect reality (i.e. the patron thinks they renewed, try harder to make that a reality in the software)

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15121 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoadded sample selfcheck fines receipt and plugged in fines printing from self-check UI
erickson [Wed, 9 Dec 2009 14:39:14 +0000 (14:39 +0000)]
added sample selfcheck fines receipt and plugged in fines printing from self-check UI

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15120 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agohrmm, playing with bazaar. This should be an empty commit
phasefx [Wed, 9 Dec 2009 14:34:54 +0000 (14:34 +0000)]
hrmm, playing with bazaar.  This should be an empty commit

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15119 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoadded some more inline comments for clarity
erickson [Wed, 9 Dec 2009 14:33:06 +0000 (14:33 +0000)]
added some more inline comments for clarity

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15118 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoadded API open-ils.actor.user.transactions.history.have_bill_or_payment[.ids] which...
erickson [Wed, 9 Dec 2009 14:30:08 +0000 (14:30 +0000)]
added API open-ils.actor.user.transactions.history.have_bill_or_payment[.ids] which will capture xacts where all billings have been voided but 1 or more payments toward the billing have been made.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15117 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoFull Details button for payment history interface
phasefx [Wed, 9 Dec 2009 14:29:50 +0000 (14:29 +0000)]
Full Details button for payment history interface

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15116 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agodon't look for duplicates on empty values
erickson [Wed, 9 Dec 2009 14:01:25 +0000 (14:01 +0000)]
don't look for duplicates on empty values

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15115 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agorough-cut of a payment-history interface
phasefx [Wed, 9 Dec 2009 13:36:50 +0000 (13:36 +0000)]
rough-cut of a payment-history interface

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15114 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agomove elbow_room to the correct class. sorry, Jason
miker [Wed, 9 Dec 2009 01:07:34 +0000 (01:07 +0000)]
move elbow_room to the correct class.  sorry, Jason

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15113 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoplugged in initial fines list interface
erickson [Tue, 8 Dec 2009 22:06:19 +0000 (22:06 +0000)]
plugged in initial fines list interface

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15112 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoturns out i needed 'newpot' as well as 'newpo'. also split up for loop over several...
sboyette [Tue, 8 Dec 2009 21:46:50 +0000 (21:46 +0000)]
turns out i needed 'newpot' as well as 'newpo'. also split up for loop over several lines for readability

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15111 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agosearch returns an array-ref, doh
miker [Tue, 8 Dec 2009 21:40:33 +0000 (21:40 +0000)]
search returns an array-ref, doh

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15110 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agomake the main banner a separate template to ease overriding the layout locally
erickson [Tue, 8 Dec 2009 21:35:48 +0000 (21:35 +0000)]
make the main banner a separate template to ease overriding the layout locally

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15109 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agothinko on field name; do not set $self->due_date, just $circ->due_date
miker [Tue, 8 Dec 2009 21:24:54 +0000 (21:24 +0000)]
thinko on field name; do not set $self->due_date, just $circ->due_date

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15108 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoplugged in holds list printing and progress dialog while waiting for template generation
erickson [Tue, 8 Dec 2009 21:21:03 +0000 (21:21 +0000)]
plugged in holds list printing and progress dialog while waiting for template generation

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15107 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoseed data for selfcheck holds list receipt. also removed the lib addr and hours...
erickson [Tue, 8 Dec 2009 21:10:52 +0000 (21:10 +0000)]
seed data for selfcheck holds list receipt.  also removed the lib addr and hours of op from the circ receipt since there is no 1 context org unit for a set of circs

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15106 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoAdd global support for local added content files.
miker [Tue, 8 Dec 2009 20:35:06 +0000 (20:35 +0000)]
Add global support for local added content files.

If files exist under (by default) /openils/var/web/opac/extras/ac/{type}/{format}/{key}
on the content server (the main server, unless a separate content server is configured),
these will be served in preference to remote added content.  The files here should contain
the same type of data that would be expected from a remote added-content engine, such as
images or html pages.

  * "type" is one of jacket, reviews, toc, excerpt or anotes
  * "format" is type dependent:
    - for jacket, one of small, medium or large
    - others, one of html, xml or json ... html is the default for non-image added content
  * "key" is the sanitized ISBN (any leading spaces are removed, then anything after the
    first space is removed)

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15105 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoadding org unit settings to block or provide default elbow room for circs; logic...
miker [Tue, 8 Dec 2009 19:08:32 +0000 (19:08 +0000)]
adding org unit settings to block or provide default elbow room for circs; logic to shorten circ duration (if not blocked) to reflect bookings on specific resources

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15104 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoorder bookings by start time
miker [Tue, 8 Dec 2009 17:30:05 +0000 (17:30 +0000)]
order bookings by start time

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15103 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoAdd idlval.c -- source for a new utility for
scottmk [Tue, 8 Dec 2009 16:53:24 +0000 (16:53 +0000)]
Add idlval.c -- source for a new utility for
validating IDL files.

This commit does not include any changes
to the Makefile.

A    Open-ILS/src/c-apps/idlval.c

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15102 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoplugged in items-out receipt template and printing for selfcheck
erickson [Tue, 8 Dec 2009 16:47:07 +0000 (16:47 +0000)]
plugged in items-out receipt template and printing for selfcheck

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15101 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agocheck session viability when retrieving resources or reservations, and VIEW_TRANSACTI...
miker [Tue, 8 Dec 2009 16:29:53 +0000 (16:29 +0000)]
check session viability when retrieving resources or reservations, and VIEW_TRANSACTION permission on reservations

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15100 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agocopy-n-paste-o on sub name
miker [Tue, 8 Dec 2009 16:26:53 +0000 (16:26 +0000)]
copy-n-paste-o on sub name

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15099 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agomore debug info for outbound requests
phasefx [Tue, 8 Dec 2009 15:54:22 +0000 (15:54 +0000)]
more debug info for outbound requests

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15098 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoThis wires up most of the new billing interface, which has aesthetic and internal...
phasefx [Tue, 8 Dec 2009 14:23:29 +0000 (14:23 +0000)]
This wires up most of the new billing interface, which has aesthetic and internal changes, but not a lot of new functionality (if any) yet.  Let me
know if we lost anything.

Also some drive-by edits to other files:
  lighter-weight refresh callback for billing interface in display.js
  tweaks to logging levels in error.js
  default non-maximized window size for the main menu in menu_frame.xul
  some utility functions (addProperty, removeProperty) in widgets.js
  an attempt to workaround the "parent window loses focus or gets lowered behind another application after a child modal window closes" issue in window.js
  made the patron.util.retrieve_au_via_id utility method .authoritative
  tweaked the CSS for currently selected rows in lists/trees
  whitespace/indentation in bill_history.js

TODO:
  Wire up Refund and Show in Catalog menu options (though refunds should be working via the checkbox column).
  Provide an alternate bill history view which centers around payments received, rather than the billable transactions

WISHLIST:
  Library filtering for transactions.  The interface is currently using open-ils.actor.user.transaction.fleshed.retrieve for fleshing rows; if we
could get it to return a generalized location field regardless of the transaction type (circ, grocery, booking, etc.), then this'll be much easier to
do in the client.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15097 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoadd method to return a list of reservation ids by filter; make sure that there is...
miker [Mon, 7 Dec 2009 21:46:08 +0000 (21:46 +0000)]
add method to return a list of reservation ids by filter; make sure that there is a where clause in resource searches

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15096 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agorepaired 'view marc' link in record matches grid. the link was missing a formatter...
erickson [Mon, 7 Dec 2009 21:09:43 +0000 (21:09 +0000)]
repaired 'view marc' link in record matches grid.  the link was missing a formatter, required by newer versions of dojo to display HTML content in a cell grid

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15093 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoadd method for retrieving lists of resources by type/attr/available/booked filters
miker [Mon, 7 Dec 2009 20:12:02 +0000 (20:12 +0000)]
add method for retrieving lists of resources by type/attr/available/booked filters

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15092 dcc99617-32d9-48b4-a31d-7c20da2025e4