]> git.evergreen-ils.org Git - working/Evergreen.git/log
working/Evergreen.git
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

14 years agogive View X links consistent language. hide pay-fines link until that functionality...
erickson [Mon, 7 Dec 2009 18:18:22 +0000 (18:18 +0000)]
give View X links consistent language.  hide pay-fines link until that functionality is implemented

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

14 years agomissed with previous selfcheck commit. added view items out link and trimmed nav...
erickson [Mon, 7 Dec 2009 18:15:39 +0000 (18:15 +0000)]
missed with previous selfcheck commit.  added view items out link and trimmed nav links to essentials

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

14 years agoAdd Table of Contents capability to OpenLibrary added content plugin.
dbs [Mon, 7 Dec 2009 15:01:04 +0000 (15:01 +0000)]
Add Table of Contents capability to OpenLibrary added content plugin.

Hard code the URLs for OpenLibrary in the module, as requiring the URLs
to be set in opensrf.xml is an unnecessary configuration step.

Add a GPL header to the module, crediting David Christensen as the originator
and myself as the extender.

Some other miscellaneous code cleanup.

TODO: Enable toc_json() method; probably by refactoring toc_html().

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

14 years agoMiscellaneous fix-ups to IDL.
scottmk [Fri, 4 Dec 2009 20:24:47 +0000 (20:24 +0000)]
Miscellaneous fix-ups to IDL.

Classes "vqar" and "vqbr"
changed datatype to "link" for the matches and attributes fields,
because they are tied to "has_many" links

Class "vqara":
<link> to "vqar" was misspelled as "vaqr"

Class "aws" :
removed "has_many" link for circulation_checkins, which is not
defined as a field.

Class "au":
added label attributes for fields "wsid" and "ws_ou"

Class "aou" :
removed "has_many" links for distribution_formulas and
distribution_formula_entries, which are not defined as fields.

M    Open-ILS/examples/fm_IDL.xml

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

14 years agoadding install_all_locales target which interns the process of doing just that
sboyette [Fri, 4 Dec 2009 19:14:27 +0000 (19:14 +0000)]
adding install_all_locales target which interns the process of doing just that

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

14 years agoMake tests line up with current reality - lines after IDs
dbs [Fri, 4 Dec 2009 19:13:13 +0000 (19:13 +0000)]
Make tests line up with current reality - lines after IDs

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

14 years agopatch from Steve Callendar to protect against report output failure when trying to...
miker [Fri, 4 Dec 2009 18:45:48 +0000 (18:45 +0000)]
patch from Steve Callendar to protect against report output failure when trying to draw a line graph with no datasets

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

14 years agoUndo some ill-considered "corrections" to classes rud, rcirct,
scottmk [Fri, 4 Dec 2009 17:06:52 +0000 (17:06 +0000)]
Undo some ill-considered "corrections" to classes rud, rcirct,
rhrr, rxbt, rxpt, ergbhu, erfcc, rccc, and rccbs.

A primary key should not have a datatype of "link", even if
it is one.

M    Open-ILS/examples/fm_IDL.xml

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

14 years agoRemove an INSERT into config.upgrade_log, inadvertently
scottmk [Fri, 4 Dec 2009 16:44:14 +0000 (16:44 +0000)]
Remove an INSERT into config.upgrade_log, inadvertently
left in while building the file.

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

14 years agoUpdate test data to make tests pass again
dbs [Fri, 4 Dec 2009 16:30:22 +0000 (16:30 +0000)]
Update test data to make tests pass again

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

14 years agomissing $$;
phasefx [Fri, 4 Dec 2009 16:10:24 +0000 (16:10 +0000)]
missing $$;

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

14 years agoAdd a bunch of updatable view to the query schema, for
scottmk [Fri, 4 Dec 2009 16:02:03 +0000 (16:02 +0000)]
Add a bunch of updatable view to the query schema, for
representing various subsets of expressions.

M    Open-ILS/src/sql/Pg/002.schema.config.sql
M    Open-ILS/src/sql/Pg/008.schema.query.sql
A    Open-ILS/src/sql/Pg/upgrade/0107.schema.query-updatable_views.sql
M    Open-ILS/examples/fm_IDL.xml

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

14 years agoPatch from Lebbeous Fogle-Weekley which implements the configuration interfaces required
miker [Fri, 4 Dec 2009 15:37:19 +0000 (15:37 +0000)]
Patch from Lebbeous Fogle-Weekley which implements the configuration interfaces required
to support bookable resources, including the addition of cataloged materials as bookable
items.  Thus spake Lebbeous:

Here it is at last.  The only entry point (for now) to these interfaces
besides the "admin" menu is in the holdings maintenance / copy browser
context menu.  There you can select items and create bookable resources
out of them (basically), and upon that creation you get a new tab open
in the staff client where you could further edit (in a basic, conify
way) that resource.

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

14 years agoadding new schemas to the database building script
miker [Fri, 4 Dec 2009 15:34:10 +0000 (15:34 +0000)]
adding new schemas to the database building script

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

14 years agoOne more fix for po2moz requiring the output type in the incoming PO file name
dbs [Fri, 4 Dec 2009 15:01:49 +0000 (15:01 +0000)]
One more fix for po2moz requiring the output type in the incoming PO file name

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

14 years agoHack: create symbolic links with names demanded by Translate Toolkit
dbs [Fri, 4 Dec 2009 03:09:24 +0000 (03:09 +0000)]
Hack: create symbolic links with names demanded by Translate Toolkit

GNU gettext recommended layout is foo.dtd/ll.po, where "ll" represents
the locale of the translated resource.

But Translate Toolkit doesn't offer any command line flags to tell it
what kind of file it's supposed to generate; it relies on the filename:

The file extension of the original Mozilla file is required to tell the
Toolkit how to do the conversion. Therefore, a file like foo.dtd must be
named foo.dtd.po in order to po2moz to recognise it as a DTD file.

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

14 years agoMerge build fix from launchpad translation branch - Geez. Sometimes the output direct...
dbs [Fri, 4 Dec 2009 01:46:41 +0000 (01:46 +0000)]
Merge build fix from launchpad translation branch - Geez. Sometimes the output directories don't exist! Let's make'em.

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

14 years agooverzealous replace spotted by Lebbeous
miker [Thu, 3 Dec 2009 21:51:59 +0000 (21:51 +0000)]
overzealous replace spotted by Lebbeous

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

14 years agointegrate the new booking.reservation billable transaction table with all the parts...
miker [Thu, 3 Dec 2009 21:29:05 +0000 (21:29 +0000)]
integrate the new booking.reservation billable transaction table with all the parts that use grocery transactions, including in the materialized summary view

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

14 years agoAdd updatable view query.expr_string.
scottmk [Thu, 3 Dec 2009 16:23:34 +0000 (16:23 +0000)]
Add updatable view query.expr_string.

Change a datatype in query.record_column.

M    Open-ILS/src/sql/Pg/002.schema.config.sql
M    Open-ILS/src/sql/Pg/008.schema.query.sql
A    Open-ILS/src/sql/Pg/upgrade/0104.schema.query-expr-string.sql
M    Open-ILS/examples/fm_IDL.xml

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

14 years agoforgot to bump the upgrade log version for the baseline schema
miker [Thu, 3 Dec 2009 15:59:19 +0000 (15:59 +0000)]
forgot to bump the upgrade log version for the baseline schema

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

14 years agoadding max_fine to resource_type and reservation; moved au.reservation pointer from...
miker [Thu, 3 Dec 2009 15:58:34 +0000 (15:58 +0000)]
adding max_fine to resource_type and reservation; moved au.reservation pointer from capturing staff to requesting user

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

14 years agoadd some default event def granularities. when an override widget is defined, still...
erickson [Thu, 3 Dec 2009 15:40:16 +0000 (15:40 +0000)]
add some default event def granularities.  when an override widget is defined, still try to set the value of the widget based on the object being edited

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

14 years agouse cstore instead of storage in fetch_noncat, make sure closed date overlap call...
erickson [Thu, 3 Dec 2009 15:02:09 +0000 (15:02 +0000)]
use cstore instead of storage in fetch_noncat, make sure closed date overlap call goes to storage

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

14 years agoprotect against nonexistent staged user
erickson [Thu, 3 Dec 2009 14:52:22 +0000 (14:52 +0000)]
protect against nonexistent staged user

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

14 years agocalculate/flesh non-cat circ due date during circ creation
erickson [Thu, 3 Dec 2009 14:49:42 +0000 (14:49 +0000)]
calculate/flesh non-cat circ due date during circ creation

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