Bill Erickson [Fri, 16 Jan 2015 17:33:19 +0000 (12:33 -0500)]
JBAS-258 circ purge log max date
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Fri, 16 Jan 2015 16:50:01 +0000 (11:50 -0500)]
JBAS-258 install non-standard bin files
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Thu, 8 Jan 2015 16:47:19 +0000 (08:47 -0800)]
JBAS-255 repair dev data expor search path
add 'public' to search path so triggers which run for some i
pg_dump'ed data can succeed.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Thu, 8 Jan 2015 16:12:32 +0000 (08:12 -0800)]
JBAS-255 updated production schema export
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Thu, 8 Jan 2015 16:12:20 +0000 (08:12 -0800)]
JBAS-255 schema exporter script
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Wed, 7 Jan 2015 22:27:37 +0000 (17:27 -0500)]
JBAS-255 add hold request cancel causes to demo data export
Includes update to seed data export to pull in the new values.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Mon, 22 Dec 2014 21:34:50 +0000 (16:34 -0500)]
util script for running linux clients
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Mon, 22 Dec 2014 20:39:48 +0000 (15:39 -0500)]
Updating KCLS DB schema for 2014-12-22
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Mon, 22 Dec 2014 15:59:25 +0000 (10:59 -0500)]
JBAS-258 syslog file cleanup docs
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Mon, 22 Dec 2014 15:48:36 +0000 (10:48 -0500)]
JBAS-258 syslog file cleanup fix comments
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Mon, 22 Dec 2014 15:38:46 +0000 (10:38 -0500)]
JBAS-258 syslog file cleanup options
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Mon, 22 Dec 2014 15:28:40 +0000 (10:28 -0500)]
JBAS-258 syslog log file cleanup script
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Fri, 19 Dec 2014 19:41:21 +0000 (14:41 -0500)]
JBAS-258 more util script repairs
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Thu, 18 Dec 2014 18:52:24 +0000 (13:52 -0500)]
JBAS-258 CRONTAB repairs
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Thu, 18 Dec 2014 18:46:54 +0000 (13:46 -0500)]
JBAS-258 various utility server script repairs
* Give all batch SQL scripts a 0 statement timeout
* Avoid cd'ing into nonexistent directories
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Tue, 16 Dec 2014 16:47:55 +0000 (11:47 -0500)]
Script for starting zoom server on utility
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Tue, 16 Dec 2014 15:13:12 +0000 (10:13 -0500)]
Updated utility server crontab script dir
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Mon, 15 Dec 2014 22:41:12 +0000 (17:41 -0500)]
copy remoteauth.cgi into ezproxy dir
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Mon, 15 Dec 2014 20:08:06 +0000 (15:08 -0500)]
Holds placement avoid calling non-existent func.
Avoid calling an undefined function during hold placement. In older
versions of opensrf, this kind of the thing would silently fail. (Well,
it would log to the stderr file). Modern opensrf allows Perl the throw
a standard exception, which stops execution.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Tue, 9 Dec 2014 20:10:57 +0000 (15:10 -0500)]
LP#
1386347 hard-coded queue stats for captured holds
Return queue position = 1 and # potential copies = 1 for captured
holds. This change is a result of the fact that captured holds no
longer retain their potential copies list, so the queue calculation can
no longer take place for potential copies (plus it speeds up queue calc
for potential copies).
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Mon, 8 Dec 2014 20:47:56 +0000 (15:47 -0500)]
turn staff client publisher into generic post-install script
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Mon, 8 Dec 2014 20:37:17 +0000 (15:37 -0500)]
Staff client publisher script
Useful for creating consistent place to fetch staff client build bundles
after each server update.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Mon, 8 Dec 2014 20:17:22 +0000 (15:17 -0500)]
rename util scripts dir for added clarity
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Mon, 24 Nov 2014 22:08:53 +0000 (17:08 -0500)]
JBAS-258 tracking util scripts / crontab
Copied scripts and crontab from production util and modified to match
new layout and comment out some actions which are not needed by default
on dev, etc. systems (or require human input first).
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Mon, 3 Nov 2014 16:30:18 +0000 (11:30 -0500)]
JBAS-255 KCLS dev DB generation scripts
* Script to create a new dev evergreen database
* Tools for exporting the schema and a dev data subset
* Production schema snapshot from Oct 2014.
* Sample data export from Oct 2014.
* Sample users and transactions
* Org settings, minus credit card settings
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Tue, 18 Nov 2014 17:37:27 +0000 (12:37 -0500)]
Add cataloging_date to Storage/CDBI
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Conflicts:
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/biblio.pm
Bill Erickson [Mon, 9 Feb 2015 19:55:17 +0000 (14:55 -0500)]
JBAS-237 squashed authority cross-port
Commits
ae4d0c7~1..
7a98ebd
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Conflicts:
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/perlmods/lib/OpenILS/Application/AppUtils.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Cat/Authority.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Driver/Pg/QueryParser.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/authority.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Vandelay.pm
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Browse.pm
Open-ILS/src/templates/opac/browse.tt2
Open-ILS/src/templates/opac/css/style.css.tt2
Open-ILS/xul/staff_client/server/cat/marcedit.xul
Conflicts:
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm
Conflicts:
Open-ILS/web/js/ui/default/vandelay/vandelay.js
Open-ILS/xul/staff_client/chrome/content/cat/opac.js
Bill Erickson [Fri, 16 Jan 2015 18:20:03 +0000 (13:20 -0500)]
JBAS-406 return to using storage for backwards compat
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Thu, 8 Jan 2015 21:06:41 +0000 (13:06 -0800)]
JBAS-406 repair BC patron items out API call
The API now includes circulations which have a stop_fines values of
MAXFINES or LONGOVERDUE, consistent with other items-out API queries.
API also updated to use open-ils.cstore instead of storage for
efficiency.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Conflicts:
Open-ILS/src/perlmods/lib/OpenILS/Application/Circ.pm
Bill Erickson [Thu, 15 Jan 2015 18:45:41 +0000 (13:45 -0500)]
Add missing good/bad selfcheck audio files
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Fri, 16 Jan 2015 16:42:09 +0000 (11:42 -0500)]
JBAS-258 track KCLS print notice generator
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Fri, 16 Jan 2015 16:40:49 +0000 (11:40 -0500)]
JBAS-258 Raise fine generator query timeout
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Mon, 15 Dec 2014 18:56:53 +0000 (13:56 -0500)]
EDI avoid canceling backorder items (from bradley patch) -- part 2
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Thu, 11 Dec 2014 23:10:31 +0000 (18:10 -0500)]
EDI avoid canceling backorder items (from bradley patch)
Quoth Bradley:
I did a quick and dirty hack to the perl file EDI.pm to get around this
temporarily. (version 2.4.5)
Normally, the EDI response read would interpret a 400 response as
back-ordererd and assign a cancel reason(and cancel the line item and
its copies). I just tried changing it to 401 instead, causing a 400 to
be ignored.
If there IS a legitimate 401 returned, that might cause trouble! And, I
don't have a way in the client to see back ordered items, although our
staff has other ways to determine that from the vendors.
snippet changed (400 changed to 401):
if ($stat = $li_hash->{order_status}) { $logger->info("EDI: lineitem has
order status $stat");
if ($stat eq '200') { $reason_id = 1007; # not
accepted
} elsif ($stat eq '401') { $reason_id = 1283; #
back-order }
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Thu, 20 Nov 2014 17:31:32 +0000 (12:31 -0500)]
remove zips.txt, which now lives in config repo
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Mon, 8 Dec 2014 17:06:27 +0000 (12:06 -0500)]
cross-porting jbas-149 and jbas-228 SQL for reference
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Mon, 8 Dec 2014 15:34:26 +0000 (10:34 -0500)]
LP#
1380709 fund_debit.invoice_entry INDEX
Adds index on new acq.fund_debit.invoice_entry column, since fund_debit
can get quite large.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Thu, 16 Oct 2014 20:17:16 +0000 (16:17 -0400)]
LP#
1380709 Fund debit links to invoice entry
Fund debits created by lineitem_details (copies) now track which invoice
entry last touched the fund debit. With this, it's possible to say with
certainty which invoice a fund_debit "belongs" to, which is particularly
useful for reporting fund summary information on an invoice.
Note this has no affect fund_debit's linked to invoice_item's, since
they already link to the fund debits.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Thu, 15 Jan 2015 20:55:39 +0000 (15:55 -0500)]
JBAS-408 delete copy maps at fulfillment time
Revert part of the change introduced by JBAS-149, which caused hold copy
maps to be deleted at capture time instead of fulfillment time. That
part of the change (which has no real benefit) had unexpected side
effects. We now return to deleting copy maps at fulfillment time.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Mike Rylander [Wed, 29 Oct 2014 14:37:29 +0000 (10:37 -0400)]
LP#
1386347: Clear hold-copy-map efficiently
When capturing or canceling a hold, we can clear the hold-copy-map
with a trigger, saving the time of the user, and making the business
logic simpler.
LP#
1386347 copy map trigger wants a RETURN
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Conflicts:
Open-ILS/src/sql/Pg/090.schema.action.sql
Bill Erickson [Thu, 30 Oct 2014 21:09:04 +0000 (17:09 -0400)]
JBAS-149 reduce clear hold shelf chatter
Change the client notification update batch size from 25 to 50 to reduce
the overall number of update messages sent to the client in half. This
reduces the likelihood of communication failures between server/XUL for
long running, streaming requests.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Conflicts:
Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Holds.pm
Mike Rylander [Sun, 2 Mar 2014 21:32:20 +0000 (16:32 -0500)]
Stamping upgrade script for pre-calculate-prox-adjustment for backport
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Conflicts:
Open-ILS/src/sql/Pg/002.schema.config.sql
Conflicts:
Open-ILS/src/sql/Pg/002.schema.config.sql
Mike Rylander [Sun, 2 Mar 2014 21:29:27 +0000 (16:29 -0500)]
Calculate proximity in the DB for speed
We need to calculate and store a (potenially adjusted) proxmity for
each hold and copy for use in targetting and optimization of op
capture. Before this commit, we do that within the hold target
code itself. Now we'll do it when the hold-copy map is inserted,
because we have the same information available at that time as we
have in the targeter. This will both speed up the apparent cost of
the calculation, because it avoids the cost of a network round-trip,
and the total number of SELECTs we must issue, because the proximity
value will now be cached for use by the proximity map function.
Backward compatability is retained for the create_prox_map() function
in case any other code is depending on that.
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Conflicts:
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/action.pm
Bill Erickson [Thu, 23 Oct 2014 16:03:31 +0000 (12:03 -0400)]
JBAS-234 sort patron event rows descending
Due to how the event rows are inserted, the server side "desc" sort
becomes in effect an "asc" sort. To achieve a final sort of descending,
this patch makes the server-side sort ascending.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Thu, 16 Oct 2014 22:23:14 +0000 (18:23 -0400)]
JBAS-224 add date limit support to user event log UI
Backporting support for the library setting
'circ.staff.max_visible_event_age' to limit the number of events
displayed in the patron event log interface by date.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Wed, 29 Oct 2014 21:10:47 +0000 (17:10 -0400)]
kmain-1403: Send focus back to top after scanning barcode
Cross-port:
555a899
Bill Erickson [Wed, 29 Oct 2014 21:10:43 +0000 (17:10 -0400)]
KMAIN-269: Order records transfer to new bib record merge updated
Cross-port:
e8815e7
Bill Erickson [Wed, 29 Oct 2014 21:10:41 +0000 (17:10 -0400)]
KMAIN-1400: Call Number Reverting Changed code in update_items.js to ensure that all call number changes are being applied and saved correctly. The Print Labels screen now displays the correct labels.
Cross-port:
efaad27
Bill Erickson [Wed, 29 Oct 2014 21:10:40 +0000 (17:10 -0400)]
Script to add notes is called twice, not sure why but added a check to both accounts
Cross-port:
ebc59e3
Bill Erickson [Wed, 29 Oct 2014 21:10:38 +0000 (17:10 -0400)]
Added a check on the keepOpen variable when saving on whether or not to populate notes
Cross-port:
9e80302
Bill Erickson [Wed, 29 Oct 2014 21:10:36 +0000 (17:10 -0400)]
adding update_items.xul
Cross-port:
09e4536
Bill Erickson [Wed, 29 Oct 2014 21:10:34 +0000 (17:10 -0400)]
Added cat.properties
Cross-port:
893905f
Bill Erickson [Wed, 29 Oct 2014 21:10:32 +0000 (17:10 -0400)]
KMAIN-1346: Adjust column width to match data Added code to update_items.js to remove '# of' from headers on Update Items screen and changed column width. Signed-off-by: Victoria Lewis <vlewis@catalystitservices.com>
Cross-port:
15144be
Bill Erickson [Wed, 29 Oct 2014 21:10:30 +0000 (17:10 -0400)]
added a boolean check to g.stash_and_close in update_items.js, added the boolean to be passed by the save button, and added some localization to cat.properties
Cross-port:
1c2cd32
Bill Erickson [Wed, 29 Oct 2014 21:10:28 +0000 (17:10 -0400)]
Added a listener to the NotesCheckbox that checks whether or not the the box is checked before the checkbox's state is altered, then stashes the boolean. Also added a line of code to pre-check the notescheckbox if the stashed boolean returns true
Cross-port:
e46144c
Bill Erickson [Wed, 29 Oct 2014 21:10:26 +0000 (17:10 -0400)]
KMAIN-1345: Remove Copy Note column from left pane
Cross-port:
a82839c
Bill Erickson [Wed, 29 Oct 2014 21:10:24 +0000 (17:10 -0400)]
KMAIN-1328 Cursor at Bottom of Update Items Added code to update_items.js to reset g.first_focus to null when a new lineitem is chosen. The cursor now focuses on the topmost line item copy barcode field when a different line item is chosen from the drop-down results. Signed-off-by: Victoria Lewis <vlewis@catalystitservices.com>
Cross-port:
09cee90
Bill Erickson [Wed, 29 Oct 2014 21:10:22 +0000 (17:10 -0400)]
KMAIN 1347: Switched PO and LI values as per card instructions
Cross-port:
1f94bdd
Bill Erickson [Wed, 29 Oct 2014 21:10:20 +0000 (17:10 -0400)]
KMain 1347: Widened the Call Number column and the Barcode/Lineitem dropdown column from 100 to 140
Cross-port:
26f2459
Bill Erickson [Wed, 29 Oct 2014 21:10:18 +0000 (17:10 -0400)]
Added .trim to the Call Number to remove any whitespace
Cross-port:
61325a7
Bill Erickson [Wed, 29 Oct 2014 21:10:17 +0000 (17:10 -0400)]
KMAIN-1348: Text Changes
Cross-port:
75a4fa2
Bill Erickson [Wed, 29 Oct 2014 21:10:15 +0000 (17:10 -0400)]
KMAIN-1330 modified update_items.js to pull the copy's call number (aka label) to prepopulate the call number text box in update items
Cross-port:
7582b9e
Bill Erickson [Wed, 29 Oct 2014 21:10:13 +0000 (17:10 -0400)]
KMAIN-1317 Line Item Note Display Part 2
Cross-port:
aab8f7b
Bill Erickson [Wed, 29 Oct 2014 21:10:11 +0000 (17:10 -0400)]
KMAIN-1317 Line Item Note Display
Cross-port:
edb4fe8
Bill Erickson [Wed, 29 Oct 2014 21:10:09 +0000 (17:10 -0400)]
Signed-off-by: Victoria Lewis <vlewis@catalystitservices.com> KMAIN-1316: Print page button not showing Branch name kmain1316-print_button Refer to code changes on bitbucket Code has been added to allow the user to print Lineitem Worksheet in Update Items modified: openils/var/templates/acq/lineitem/worksheet.tt2 (cherry picked from commit 42bafb0036dfe044e42c8a30b607db1a99a11f14)
Cross-port:
147cbae
Bill Erickson [Wed, 29 Oct 2014 21:10:07 +0000 (17:10 -0400)]
Changed Regexp in update_items.js for g.callnumber_label to account for different 09X call numbers (cherry picked from commit
9e41f8e5b9be32d673a4fc80e5df333f49b84b64)
Cross-port:
355712a
Bill Erickson [Wed, 29 Oct 2014 21:10:05 +0000 (17:10 -0400)]
KMain-808 CHS report missing holds where pickup location has been changed. Modified Holds.pm and circ.properties so that the CHS report run daily by staff includes holds with a changed pickup location. In addition to the cancelled/expired holds it also shows a hold that has been moved so that staffknow to pull it and send it on to the changed pickup location. Signed-off-by: Victoria Lewis <vlewis@catalystitservices.com>
Cross-port:
6095afa
Bill Erickson [Wed, 29 Oct 2014 21:10:03 +0000 (17:10 -0400)]
kmain1001 - Base Edit Items Location/Collection on Workstation Branch
Cross-port:
faadf3b
Conflicts:
Open-ILS/xul/staff_client/server/cat/copy_editor.js
Bill Erickson [Wed, 29 Oct 2014 21:10:01 +0000 (17:10 -0400)]
KMAIN-954 Make barcode on precat checkout alert more pronounced
Cross-port:
b423b64
Bill Erickson [Wed, 29 Oct 2014 21:09:59 +0000 (17:09 -0400)]
KMAIN-255 - Set Focus to patron barcode text-box
Cross-port:
746aaa4
Bill Erickson [Wed, 29 Oct 2014 21:09:57 +0000 (17:09 -0400)]
KMAIN-938 - Added space to call numbers
Cross-port:
84acaab
Bill Erickson [Wed, 29 Oct 2014 21:09:55 +0000 (17:09 -0400)]
KMAIN-908: Hold Shelf Time Calculation
Cross-port:
8cb3172
Bill Erickson [Wed, 29 Oct 2014 21:09:53 +0000 (17:09 -0400)]
KMAIN-268: Transfer order records on merge
Cross-port:
a5b1044
Bill Erickson [Wed, 29 Oct 2014 21:09:52 +0000 (17:09 -0400)]
KMAIN998 - Location/Collection dropdown shouldn't include branch short name
Cross-port:
56abbc9
Bill Erickson [Wed, 29 Oct 2014 21:09:50 +0000 (17:09 -0400)]
All Update Items Commits In One
Cross-port:
738e031
Conflicts:
Open-ILS/src/perlmods/lib/OpenILS/Application/Circ.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/asset.pm
Bill Erickson [Wed, 29 Oct 2014 21:09:48 +0000 (17:09 -0400)]
JBAS-134 patron event log rollback to prev. version
Cross-port:
638c6cd
Conflicts:
Open-ILS/xul/staff_client/server/patron/display.js
Bill Erickson [Wed, 29 Oct 2014 21:09:46 +0000 (17:09 -0400)]
KMAIN-1235 Red Highlighting of fines on titles still checked out missing after update
Cross-port:
ff07a88
Bill Erickson [Wed, 29 Oct 2014 21:09:44 +0000 (17:09 -0400)]
KMAIN-1236-After Aug 5 prod update, CKO screen "done" button printing empty receipts
Cross-port:
35e48ce
Conflicts:
Open-ILS/xul/staff_client/server/circ/checkout.js
Bill Erickson [Wed, 29 Oct 2014 21:09:42 +0000 (17:09 -0400)]
KMAIN-905 - Client speed impacted by error when viewing patron 'grid' displays
Cross-port:
b58ebe2
Bill Erickson [Wed, 29 Oct 2014 21:09:40 +0000 (17:09 -0400)]
Integrate patches from launchpad bug
1086458 related to staff client memory leak.
Cross-port:
f1aee81
Conflicts:
Open-ILS/xul/staff_client/server/circ/checkout.js
Bill Erickson [Wed, 29 Oct 2014 21:09:38 +0000 (17:09 -0400)]
All cataloging date commits in one as of 2014-06-26
Cross-port:
3f22bff
Conflicts:
Open-ILS/xul/staff_client/server/cat/marcedit.js
Conflicts:
Open-ILS/web/opac/locale/en-US/lang.dtd
Bill Erickson [Wed, 29 Oct 2014 21:09:36 +0000 (17:09 -0400)]
KMAIN-879 - Patron Holds not Sorting
Cross-port:
5818227
Conflicts:
Open-ILS/xul/staff_client/server/cat/copy_browser.js
Bill Erickson [Wed, 29 Oct 2014 21:09:35 +0000 (17:09 -0400)]
Holding_Maintenance Attempts to fix refresh issue on pgpooled dbs
Cross-port:
231f1bb
Conflicts:
Open-ILS/xul/staff_client/server/cat/copy_browser.js
Bill Erickson [Wed, 29 Oct 2014 21:09:33 +0000 (17:09 -0400)]
Adding in a change to zips.txt at Brad's request
Cross-port:
7e31277
Bill Erickson [Wed, 29 Oct 2014 21:09:30 +0000 (17:09 -0400)]
Made change to the function volatility as requested by Nierman
Cross-port:
6fec585
Bill Erickson [Wed, 29 Oct 2014 21:09:28 +0000 (17:09 -0400)]
KMAIN-848 - Holding Maintenance - Volumes altered in 'Raplace Barcode' dialo don't work correctly
Cross-port:
8370533
Conflicts:
Open-ILS/xul/staff_client/server/cat/copy_browser.js
Bill Erickson [Wed, 29 Oct 2014 21:09:26 +0000 (17:09 -0400)]
Holding_maintenance - SQL update to exclude deleted volumes
Cross-port:
b1b43f2
Bill Erickson [Wed, 29 Oct 2014 21:09:25 +0000 (17:09 -0400)]
All Holdings Maintenance Code Smashed Together (2014.03.20)
Cross-port:
115c74a
Conflicts:
Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm
Open-ILS/xul/staff_client/server/cat/copy_browser.js
Conflicts:
Open-ILS/src/perlmods/lib/OpenILS/Application/Cat.pm
Open-ILS/xul/staff_client/chrome/content/main/constants.js
Bill Erickson [Wed, 29 Oct 2014 21:09:23 +0000 (17:09 -0400)]
KMAIN-722: Correct Sort order for Patron Standard Messages
Cross-port:
f38c379
Bill Erickson [Wed, 29 Oct 2014 21:09:21 +0000 (17:09 -0400)]
Change wording slightly to work around submit button wording change. (cherry picked from commit
dd5deafe19e47a4604655266b60aba19a6b862dd)
Cross-port:
3637de9
Bill Erickson [Wed, 29 Oct 2014 21:09:19 +0000 (17:09 -0400)]
change multiple_penalties border color to light blue (same as single penalty) (cherry picked from commit
6fb978ac33b9133ffc42b73413c2ae8749fc9fd4)
Cross-port:
8f3ea0f
Bill Erickson [Wed, 29 Oct 2014 21:09:17 +0000 (17:09 -0400)]
Update zips.txt file to include more recent info (cherry picked from commit
b24ddac2247894052e7470c64e9cf0492371b97b)
Cross-port:
a2a97c1
Bill Erickson [Wed, 29 Oct 2014 21:09:15 +0000 (17:09 -0400)]
KMAIN-718: Hide display of Fines information
Cross-port:
cc5bea8
Bill Erickson [Wed, 29 Oct 2014 21:09:13 +0000 (17:09 -0400)]
KMAIN-733: Part 2: KCLS local changes (Feb 04 2014)
Cross-port:
66f6944
Bill Erickson [Wed, 29 Oct 2014 21:09:10 +0000 (17:09 -0400)]
KMAIN-733: KCLS local changes (Feb 04 2014)
Cross-port:
a0e0fd6
Bill Erickson [Wed, 29 Oct 2014 21:09:09 +0000 (17:09 -0400)]
KMAIN-695: Batch record modification to update last edit date
Cross-port:
4bf867d
Bill Erickson [Wed, 29 Oct 2014 21:09:05 +0000 (17:09 -0400)]
reinstate "Mark Received" and "Un-Receive" options to individual line items. This feature was removed in 2.4 but staff requested it to be added back.
Cross-port:
1defb6b
Bill Erickson [Wed, 29 Oct 2014 21:09:03 +0000 (17:09 -0400)]
ISBN Picker enhancements to show picked and add "Apply All" (cherry picked from commit
e37c412e7b9156639bb51021a06893cfee5e4d40)
Cross-port:
b19ece3
Bill Erickson [Wed, 29 Oct 2014 21:09:01 +0000 (17:09 -0400)]
KMAIN-645: Commit Chilifresh removal
Cross-port:
edae1dc
Bill Erickson [Wed, 29 Oct 2014 21:08:59 +0000 (17:08 -0400)]
Fixed "scan as missing pieces" wizard to print slip to receipt printer context. (cherry picked from commit
889abb36d1797f543429c76a3fb196ef14e0babe)
Cross-port:
f69af00