phasefx [Thu, 22 Oct 2009 06:46:11 +0000 (06:46 +0000)]
not that persist_helper handles resize events yet, but oils_persist instead of oils_perist
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14552
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Thu, 22 Oct 2009 06:41:29 +0000 (06:41 +0000)]
For backdating-already-returned-items prompt, don't display circ summaries for each circ, and use streaming version of batch backdate method
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14551
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Thu, 22 Oct 2009 05:14:30 +0000 (05:14 +0000)]
Don't remove these columns from the Item Status interface
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14550
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Thu, 22 Oct 2009 03:34:50 +0000 (03:34 +0000)]
provisional fix for non-IDL fieldmapper mode -- push isnew, ischanged and isdeleted to the end of the field list
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14549
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Thu, 22 Oct 2009 03:29:18 +0000 (03:29 +0000)]
use fieldmapper.AutoIDL inside conify to allow openils.PermaCrud to function properly
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14545
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 21 Oct 2009 20:54:14 +0000 (20:54 +0000)]
instead of manually updating the claims-never-checked-out counter, use the existing claims returned trigger to manage that
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14544
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Wed, 21 Oct 2009 20:39:24 +0000 (20:39 +0000)]
Add new column to auditor.actor_user_history to match the one
just added to actor.usr.
M Pg/002.schema.config.sql
A Pg/upgrade/0046.au_hist_claims_never_checked_out.sql
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14543
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Wed, 21 Oct 2009 20:25:40 +0000 (20:25 +0000)]
Correcting datatype of pubdate for reporter.classic_item_list
(Patch from Don McMorris)
M examples/fm_IDL.xml
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14542
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 21 Oct 2009 20:03:51 +0000 (20:03 +0000)]
added claims never checked out field to patron editor along with associated permission for changing the value
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14541
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 21 Oct 2009 19:08:43 +0000 (19:08 +0000)]
Added support for claims-never-checked-out checkin mode. It does this:
1. sets the checkin backdate equal to the xact_start time to void any possible overdue fines
2. increments the patrons claims_never_checked_out count by 1
3. the copy does not capture any holds or go into transit
4. the copy is optionally marked as MISSING, based on org unit setting
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14540
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Wed, 21 Oct 2009 18:13:24 +0000 (18:13 +0000)]
thinko ... do NOT comment out "use base"
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14539
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Wed, 21 Oct 2009 17:58:28 +0000 (17:58 +0000)]
1. Add column to actor.usr: claims_never_checked_out_count.
2. Add valid value 'CLAIMSNEVERCHECKEDOUT' to check constraint
for action.circulation.stop_fines.
M Open-ILS/src/sql/Pg/090.schema.action.sql
M Open-ILS/src/sql/Pg/005.schema.actors.sql
M Open-ILS/src/sql/Pg/002.schema.config.sql
A Open-ILS/src/sql/Pg/upgrade/0043.schema.au-claims-never-checked-out-count.sql
M Open-ILS/examples/fm_IDL.xml
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14538
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Wed, 21 Oct 2009 17:05:26 +0000 (17:05 +0000)]
Cleaning up some syntax thinkos from earlier commit which added support
for hold target weighting and max hold targeting loops.
Added closed-date check condition such that if a library is closed both
now and at the next expected check time the location is ignored for
targetting. This differs from before in that we were only checking to
see if the library was currently closed. For 24h retargetting, this is
nominally not a change, but for longer-that-one-day retargetting intervals
this will allow a library that is open at the beginning /or/ the end of the
targetting interval to have a chance at capturing the requested copy.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14537
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 21 Oct 2009 16:37:09 +0000 (16:37 +0000)]
in renewal interface, add the patron data to the list rows, and remove the early return for billing summary/tally (copy/paste/think-o)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14536
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 21 Oct 2009 15:55:32 +0000 (15:55 +0000)]
rework the parameters for circ.util.renew_via_barcode so that we can more easily pass in return_patron : true for the dedicated renewal interface
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14535
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 21 Oct 2009 15:45:50 +0000 (15:45 +0000)]
rolling back 14518 and 14519. thinko
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14529
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 21 Oct 2009 15:24:39 +0000 (15:24 +0000)]
added logic to mark items missing during the claims-return process
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14528
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 21 Oct 2009 15:13:57 +0000 (15:13 +0000)]
new org setting for making items as missing during claims returned processing
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14527
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Wed, 21 Oct 2009 14:59:25 +0000 (14:59 +0000)]
fixing think-o on the date range normalizer
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14526
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 21 Oct 2009 14:44:17 +0000 (14:44 +0000)]
added 'return_patron' option on renewals to return the patron object in the final payload
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14525
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 21 Oct 2009 14:36:55 +0000 (14:36 +0000)]
go back to 'might_nave' rel for parent_circ now that fleshing is fixed
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14519
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 21 Oct 2009 14:36:34 +0000 (14:36 +0000)]
repaired bug in cstore 'might_have' fleshing which lead to fleshing the same object into itself
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14518
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 21 Oct 2009 13:28:16 +0000 (13:28 +0000)]
changed parent_circ column link to a 'has_a' instead of 'might_have'. 'might_have' fleshes the same object onto itself. needs investigation
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14517
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 21 Oct 2009 08:37:39 +0000 (08:37 +0000)]
fix testing of the return value from the backdate.batch.atomic method
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14516
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 21 Oct 2009 08:26:11 +0000 (08:26 +0000)]
I like explicit semicolons
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14515
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 21 Oct 2009 08:23:34 +0000 (08:23 +0000)]
fix a bug where only the first circ_id given was being backdated with the .batch method
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14514
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 21 Oct 2009 08:12:16 +0000 (08:12 +0000)]
use batch api call for post-checkin backdating
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14513
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 21 Oct 2009 06:19:30 +0000 (06:19 +0000)]
in dedicated renewal interface, add billing info for previous circ for items being renewed as done with the checkin interface
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14512
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 21 Oct 2009 05:58:47 +0000 (05:58 +0000)]
handle non-existent copies in renewal interface
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14511
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 21 Oct 2009 05:50:22 +0000 (05:50 +0000)]
Hold Alias in patron summary
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14510
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Tue, 20 Oct 2009 18:59:20 +0000 (18:59 +0000)]
Adding support for pushing to the front of the hold queue with a cut_in_line
boolean field. Setting this on an action.hold_request will cause the hold
to sort to the top of the queue in calls to open-ils.storage.action.hold_request.nearest_hold,
which is used to capture holds in priority order.
Currently, this field sorts /after/ the hold proximity. When strict FIFO
holds are implemented, this sort will go to the front of the line, followed
by request_time and then proximity.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14509
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 20 Oct 2009 18:37:45 +0000 (18:37 +0000)]
don't treat Hold Alias (which is for replacing a name entirely on a hold slip) as a Name Alias
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14508
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 20 Oct 2009 16:33:23 +0000 (16:33 +0000)]
Status Changed Time field in item details
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14507
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 20 Oct 2009 16:29:27 +0000 (16:29 +0000)]
fall through instead of return to handle pre-cats in bib summary
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14506
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 20 Oct 2009 16:17:19 +0000 (16:17 +0000)]
Status Changed Time column
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14505
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Tue, 20 Oct 2009 15:03:33 +0000 (15:03 +0000)]
Add new status_changed_time to CREATE statement for asset.copy,
plus a trigger to maintain it.
Corresponding ALTER already committed in an upgrade script.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14504
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 20 Oct 2009 04:10:58 +0000 (04:10 +0000)]
experiment: duedate/duetime picker during checkout. Not sure when/how the middle layer ignores the time component of a duedate to treat it as a calendar day. Also not sure if some folks would still prefer to have a Today + 3 days, etc. convenience menu
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14503
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Tue, 20 Oct 2009 02:36:11 +0000 (02:36 +0000)]
Add new column status_changed_time to asset.copy,
with a trigger to maintain it.
Add corresponding new column to auditor.asset_copy_history.
M Open-ILS/src/sql/Pg/002.schema.config.sql
A Open-ILS/src/sql/Pg/upgrade/0039.schema.acp_status_date_changed.sql
M Open-ILS/examples/fm_IDL.xml
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14502
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 20 Oct 2009 00:21:09 +0000 (00:21 +0000)]
clear shelf_time when hold is reset
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14501
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Mon, 19 Oct 2009 18:00:39 +0000 (18:00 +0000)]
intermediate work, toward refund handling. bug with row refresh
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14500
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 19 Oct 2009 15:55:14 +0000 (15:55 +0000)]
added some basic log lines. Add the approval code in the newly created credit_card_payment objects
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14493
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 19 Oct 2009 15:44:32 +0000 (15:44 +0000)]
Patch from Lebbeous Fogle-Weekley which integrates credit card payments into the existing staff client payment API call. Also updates some unnecessarily long org unit settings names
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14492
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 19 Oct 2009 15:05:54 +0000 (15:05 +0000)]
authority record queue needs autoheight to render
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14488
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 19 Oct 2009 13:49:11 +0000 (13:49 +0000)]
after a renewal, return the billing summary for the checked-in circ. removed unused autoload field
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14487
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Sun, 18 Oct 2009 00:44:10 +0000 (00:44 +0000)]
More rendering optimizations via inline height/width properties for images.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14483
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Sat, 17 Oct 2009 22:10:42 +0000 (22:10 +0000)]
Another small rendering optimization - set dimensions of slimtree images
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14481
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Sat, 17 Oct 2009 21:40:04 +0000 (21:40 +0000)]
Move inline <style> block into CSS file.
This is a small optimization for rendering and simplifies customization.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14479
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Sat, 17 Oct 2009 18:41:26 +0000 (18:41 +0000)]
Patch from Warren Layton to add a "Export to RefWorks" link for bookbags.
The link only appears if the user's bookbag is shared (if it's not
shared, Supercat feeds for the bookbag won't be visible to outside
world, including RefWorks). It appears under the "Shared" column
(right under "Yes (View) [RSS]").
Developer's Certificate of Origin 1.1
By making a contribution to this project, I certify that:
(a) The contribution was created in whole or in part by me and I
have the right to submit it under the open source license
indicated in the file; or
(b) The contribution is based upon previous work that, to the best
of my knowledge, is covered under an appropriate open source
license and I have the right under that license to submit that
work with modifications, whether created in whole or in part
by me, under the same open source license (unless I am
permitted to submit under a different license), as indicated
in the file; or
(c) The contribution was provided directly to me by some other
person who certified (a), (b) or (c) and I have not modified
it.
(d) I understand and agree that this project and the contribution
are public and that a record of the contribution (including all
personal information I submit with it, including my sign-off) is
maintained indefinitely and may be redistributed consistent with
this project or the open source license(s) involved.
Signed-off-by: Warren Layton
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14478
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Sat, 17 Oct 2009 04:49:05 +0000 (04:49 +0000)]
We have no Spanish translation at all, so remove it for now
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14476
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Sat, 17 Oct 2009 04:41:25 +0000 (04:41 +0000)]
Ensure that we don't invoke functions that have not yet been created
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14475
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Sat, 17 Oct 2009 00:28:42 +0000 (00:28 +0000)]
These are, after all, binary files.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14474
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Sat, 17 Oct 2009 00:15:02 +0000 (00:15 +0000)]
Add authority record sample sets from IISH
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14473
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Fri, 16 Oct 2009 20:17:08 +0000 (20:17 +0000)]
implemented the ability to mark a set of lineitems as 'ready for selector', and 'ready for order'. in the main lineitem list page (for selection lists and POs), each lineitem state now has an associated row color. The colors should change, but you get the idea. fixed some page titles
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14472
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Fri, 16 Oct 2009 15:43:19 +0000 (15:43 +0000)]
Patch from Lebbeous Fogle-Weekley and Joe Atzberger. Adds org unit settings for Authorize.net and PayPal credit card processors.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14471
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Fri, 16 Oct 2009 01:57:55 +0000 (01:57 +0000)]
tree implementation changed, so we find the scrollbar elsewhere. We need the scrollbar to figure out when a row is no longer off-screen, so that we can fire off any pending network calls needed to flesh the row out. Pretty hacky, but for some lists we don't want to pulling down that much data at once. Long run we may need to just pull down data for the columns that are visible, and refetch data if folks use the column pickers
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14467
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Fri, 16 Oct 2009 00:36:11 +0000 (00:36 +0000)]
load dojo and dojo fieldmapper into the Javascript Shell
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14466
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Fri, 16 Oct 2009 00:33:47 +0000 (00:33 +0000)]
XMLENT was killing the Javascript Shell
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14465
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Fri, 16 Oct 2009 00:25:10 +0000 (00:25 +0000)]
protect 0-param normalizers from null params value
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14464
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Fri, 16 Oct 2009 00:20:16 +0000 (00:20 +0000)]
protect 0-param normalizers from null params value
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14463
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Thu, 15 Oct 2009 22:18:56 +0000 (22:18 +0000)]
Simplest possible way to add PostgreSQL 8.4 support.
Ubuntu 9.10 (Karmic Koala) ships with PostgreSQL 8.4, and in my
testing it works identically to 8.3. Let's add it and avoid at
least one install-time pain.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14459
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Thu, 15 Oct 2009 20:59:24 +0000 (20:59 +0000)]
layout tweaks, uncheck refundable transactions by default
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14458
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Thu, 15 Oct 2009 20:53:31 +0000 (20:53 +0000)]
added support for tiered org unit setting permissions. for example, if i have the UPDATE_ORG_UNIT_SETTING.foo.bar permission, I can update the foo.bar.baz setting
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14456
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Thu, 15 Oct 2009 20:13:43 +0000 (20:13 +0000)]
precedence to row styling for selected rows
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14455
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Thu, 15 Oct 2009 18:50:50 +0000 (18:50 +0000)]
style refundable rows with a pink background :)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14454
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Thu, 15 Oct 2009 18:14:12 +0000 (18:14 +0000)]
support the setting of properties on treerows in util.list, so that we can style an arbitrary row with CSS
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14453
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Thu, 15 Oct 2009 16:18:48 +0000 (16:18 +0000)]
part 2 of: xul + dojo can not use dojo.addOnLoad or djConfig.parseOnLoad
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14444
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Thu, 15 Oct 2009 16:17:41 +0000 (16:17 +0000)]
xul + dojo can not use dojo.addOnLoad or djConfig.parseOnLoad
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14443
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Thu, 15 Oct 2009 13:52:57 +0000 (13:52 +0000)]
use inline penalty processing during fine generation to prevent duplicate penalties
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14439
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Thu, 15 Oct 2009 02:36:42 +0000 (02:36 +0000)]
Add UPDATE_RECORD permission, required to undelete records.
Also fix a duplicate ID in oils_i18n_gettext().
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14435
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Thu, 15 Oct 2009 01:46:52 +0000 (01:46 +0000)]
Add a missing error message.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14431
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Thu, 15 Oct 2009 00:47:55 +0000 (00:47 +0000)]
Yet more progress towards in-db ingest. This time, a MARC flattener for metabib.full_rec data.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14430
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Thu, 15 Oct 2009 00:07:17 +0000 (00:07 +0000)]
thinko on the datatype for bib id
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14429
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Wed, 14 Oct 2009 23:56:34 +0000 (23:56 +0000)]
More work towards in-db ingest. The functions provided here will extract
data from a bib record in the same way that the Ingest server does for use
in metabib.*_field_entry tables.
Also provided: wrappers to the xml2 (aka pgxml) contrib module for Postgres 8.2
and before that implement text-based versions of the XPATH function available
in Postgres 8.3 and beyond.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14428
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 14 Oct 2009 21:02:14 +0000 (21:02 +0000)]
thinko on rollback vs. commit when creating a local cstoreEditor object for user penalty calculation/creation
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14424
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 14 Oct 2009 13:27:45 +0000 (13:27 +0000)]
return the picklist when creating a new picklist during record upload
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14417
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 14 Oct 2009 09:56:15 +0000 (09:56 +0000)]
semi-functional mockup of new billing interface, hidden away in Alternate View for now. Will I18N'ize after it stabilizes.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14416
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 14 Oct 2009 07:52:56 +0000 (07:52 +0000)]
show renewals remaining column by default in dedicated renew interface
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14415
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 14 Oct 2009 07:35:53 +0000 (07:35 +0000)]
Fix Hold Note creation in staff client by replacing permacrud call with a cstore-using OpenSRF method. It looks like pcrud.create isn't always closing the transaction that it starts here.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14414
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 14 Oct 2009 06:36:58 +0000 (06:36 +0000)]
testing bzr-svn
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14413
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 14 Oct 2009 06:30:55 +0000 (06:30 +0000)]
testing bzr-svn
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14412
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 14 Oct 2009 05:06:16 +0000 (05:06 +0000)]
Add a patron.util.format_name() function and have every XUL interface which shows the patron's name make use of it.
Add .alias to the name thus rendered in parenthesis.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14411
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 14 Oct 2009 05:03:20 +0000 (05:03 +0000)]
Add a patron.util.format_name() function and have every XUL interface which shows the patron's name make use of it.
Add .alias to the name thus rendered in parenthesis.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14410
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 14 Oct 2009 05:03:19 +0000 (05:03 +0000)]
Add a patron.util.format_name() function and have every XUL interface which shows the patron's name make use of it.
Add .alias to the name thus rendered in parenthesis.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14409
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Wed, 14 Oct 2009 01:27:21 +0000 (01:27 +0000)]
Support updating state_store section of opensrf.xml, either individually or as part of --service all.
Also, cut out some dead code.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14405
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 13 Oct 2009 21:20:48 +0000 (21:20 +0000)]
avoid auto adding a new distrib formula row with every rendering of the li details page
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14404
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 13 Oct 2009 21:12:24 +0000 (21:12 +0000)]
when viewing a selection list, show a link to the related lineitem PO if necessary
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14403
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Tue, 13 Oct 2009 19:06:25 +0000 (19:06 +0000)]
add a replacement oils_tsearch2() trigger function that will use any configured in-db indexing normalizers
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14402
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Tue, 13 Oct 2009 15:09:58 +0000 (15:09 +0000)]
Enhance upgrade for complete subject indexing: drop the unnecessary final ORDER BY clause and create an index on the source record.
Cuts upgrade time to about one one-hundredth of what it was before.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14400
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Tue, 13 Oct 2009 14:30:06 +0000 (14:30 +0000)]
add index normalization fieldmapper classes
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14399
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Tue, 13 Oct 2009 14:18:50 +0000 (14:18 +0000)]
Fix the upgrade script that adds ingest normalizer schema changes
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14398
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Tue, 13 Oct 2009 13:58:37 +0000 (13:58 +0000)]
Fix the upgrade script that adds ingest normalizer schema changes
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14397
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 13 Oct 2009 06:57:22 +0000 (06:57 +0000)]
Tweak the key used for oils_persist so that saved settings will survive staff client BUILD_ID changes.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14396
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 13 Oct 2009 05:23:50 +0000 (05:23 +0000)]
Toward a visually slimmer billing interface. Sticking it in the Alternate View slot until it's ready.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14395
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 13 Oct 2009 05:23:48 +0000 (05:23 +0000)]
Support some extra callback functions for staff client lists (on_sort and on_checkbox_toggle)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14394
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 13 Oct 2009 05:23:47 +0000 (05:23 +0000)]
Replace sort behavior when clicking on on checkbox column headers with a (un)check-all toggle.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14393
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 13 Oct 2009 05:23:46 +0000 (05:23 +0000)]
Easier to see list colors for selected (and focused) rows in trees, especially for checkbox columns.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14392
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 13 Oct 2009 05:23:45 +0000 (05:23 +0000)]
Support editable trees, which is needed if we want a usable checkbox column in a tree.
And, support checkbox columns in trees.
An example:
<tree id="my_list" editable="true" />
JSAN.use('util.list');
var list = new util.list('my_list');
list.init( {
'columns' : [
{
'id' : 'select',
'type' : 'checkbox',
'editable' : true,
'label' : '',
'render' : function(my) { return true; } // Checked by default
}
]
} );
But once a tree is editable, all tree cells are editable unless explicitly made otherwise, so you need 'editable' : false in the column definitions for such trees if you don't want cells in those columns to be editable.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14391
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 13 Oct 2009 05:23:44 +0000 (05:23 +0000)]
bell target for Makefile. Just sends the ASCII bell character to the screen :)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14390
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 13 Oct 2009 05:23:43 +0000 (05:23 +0000)]
Just auto-jump to the billing interface once, if at all
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14389
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Tue, 13 Oct 2009 01:04:29 +0000 (01:04 +0000)]
Restrict subject searches to subject index. Completion of r14250.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14388
dcc99617-32d9-48b4-a31d-
7c20da2025e4