]> git.evergreen-ils.org Git - working/Evergreen.git/history - Open-ILS/src/sql/Pg
Add fund column to acq.invoice_item.
[working/Evergreen.git] / Open-ILS / src / sql / Pg /
2010-04-07 scottmkAdd fund column to acq.invoice_item.
2010-04-07 scottmkAdd boolean column "prorate" to acq.invoice_item_type.
2010-04-03 mikerpatch from Ben Ostrowski to address a i18n-affecting...
2010-04-02 phasefxFlesh and show cancel_reason in the user request reject...
2010-04-02 phasefxOr unit setting acq.holds.allow_holds_from_purchase_req...
2010-04-01 mikeradjust stored proc to use the appropriate STABLE or...
2010-04-01 mikerfields for supporting bib record ownership and sharing
2010-04-01 ericksonmissed the environment when upgradeing the worksheet...
2010-03-31 ericksonSeed data for org settings and override permissions...
2010-03-31 mikercorrect paging behavior with new staged search stored...
2010-03-30 phasefxsyntax
2010-03-30 phasefxsyntax. this time I broke the file :)
2010-03-30 mikerindex is already there, do not recreate it
2010-03-29 phasefxforgot to change my version placeholder
2010-03-29 phasefxpicking an upgrade version number
2010-03-29 phasefxpaste-o
2010-03-29 phasefxfix paste-o for facet_field (do we need facet_xpath...
2010-03-29 phasefxreorder these so that they work
2010-03-29 phasefxseed data
2010-03-29 phasefxWe'll be renaming this before it goes into master
2010-03-29 phasefxmore user request related templates, and add all of...
2010-03-29 senatorAcq: In fund transfer, add destination amount field...
2010-03-29 scottmkIn query.stored query: make from_clause nullable, so...
2010-03-29 scottmkWhen propagating funds: propagate the balance_warning_p...
2010-03-27 mikeradd useful fixed-field indexing for browse-by-FF suppor...
2010-03-27 mikerPatch from Dan Wells which allows restriction of renewa...
2010-03-26 mikeradd support for an XPath expression to pull out just...
2010-03-26 mikerindex facets non-globbed, and only index the value...
2010-03-26 mikeradd alias mapping table and QueryParser support --...
2010-03-25 phasefxMerge branch 'k3101'
2010-03-25 scottmkReplace claim_interval column with claim_policy column...
2010-03-25 mikeradd a table to allow labelling (and eventual expansion...
2010-03-25 mikercapture multiple values (on pg 8.4) of an attr def
2010-03-25 scottmkReplace acq.lineitem.claim_interval and acq.provider...
2010-03-25 scottmkCreate two tables in acq schema: claim_policy and claim...
2010-03-25 scottmkCorrected version number in the update to config.upgrad...
2010-03-24 mikerprovide indexes for the new faceting code
2010-03-24 ericksonadded some data to the acq lineitem worksheet. added...
2010-03-24 scottmkClear up some muddlement in the design of query.from_re...
2010-03-22 mikerprotect ingest against < in the data -- subfield codes...
2010-03-22 mikermove the rule to /after/ we create the referenced schem...
2010-03-22 scottmkFixing blooper in the version number of an upgrade...
2010-03-22 mikerprovide valid xml for the magical -1 precat record...
2010-03-21 mikerQueryParser-based stored proc, and adjustments to calli...
2010-03-18 mikeraccounting for a difference between the behaviour of...
2010-03-18 mikercut-n-paste-o
2010-03-18 mikerescape &s in xml nodes (not sure why XPATH does not...
2010-03-17 mikerdelete the metarecord link for "deleted" records
2010-03-17 mikersyntax error in fkey cascade
2010-03-17 scottmkAdd four tables in acq schema: claim, claim_type, claim...
2010-03-15 mikertypo spotted by gmcharlt; upgrade script is ok. Insert...
2010-03-15 mikeradd a (hidden, db-internal) flag table; restrict MR...
2010-03-15 mikerfunction to pull possible tcn values out of a bib xml...
2010-03-12 mikerbug fix for auto-merge short circut mapping on 901c
2010-03-12 mikeradding 901c cross-check to auto-overlay logic to preven...
2010-03-12 mikeradding authority version of the record merging and...
2010-03-12 mikerreturn the correct failpart for precat/noncat items
2010-03-12 mikernon-auto merge function, bug fixing (commas ... BAH...
2010-03-11 mikerfunctions that allow vandelay to merge records based...
2010-03-11 scottmkAdd boolean column prepayment_required to acq.purchase_...
2010-03-11 ericksonupdate PO printout to include vendor-public PO and...
2010-03-11 mikeradd a table to manage vandelay merge profiles
2010-03-11 scottmkAdded boolean column vendor_public to acq.lineitem_note...
2010-03-10 scottmkAdd "ON DELETE CASCADE" clauses to foreign keys pointing to
2010-03-10 scottmk1. Eliminate somed source_definitions from the IDL...
2010-03-10 mikerfunctions for merging MARC records of the same type
2010-03-09 ericksonadded some missing param commas
2010-03-09 mikerteach vandelay.strip_field() how to handle lists of...
2010-03-09 scottmk1. Add estimated_unit_price column to acq.lineitem.
2010-03-09 dbsWe like SQL that doesn't contain syntax errors!
2010-03-08 dbsMake permissions for administering triggers more usable...
2010-03-08 scottmkAdd a cancel_reason column to acq.user_request, pointin...
2010-03-05 scottmkAdd a new permission, ADMIN_ACQ_CANCEL_CAUSE
2010-03-05 dbsAdd permissions for IMPORT_ALT_TCN and ADMIN_TRIGGER_EV...
2010-03-04 scottmkAdd a cancel_reason column to acq.lineitem_detail,...
2010-03-04 scottmkCreate new table acq.cancel_reason.
2010-03-04 scottmkAdd two columns, both intervals, both nullable:
2010-03-03 mikerpatch from Jason Stephenson to allow the EVERYTHING...
2010-03-02 mikerforward-porting r15664: protect mmbxs mat view from...
2010-03-02 dbsAdd ALLOW_ALT_TCN permission to the permission list
2010-02-25 scottmkAdded five new views to the acq schema:
2010-02-24 scottmkCreated a new table acq.provider_note, similar to acq...
2010-02-24 scottmkAdd fax number, phone, url, email to certain provider...
2010-02-23 phasefxfix an org setting label mixup
2010-02-23 phasefxupgrade script for ui.staff.require_initials
2010-02-23 senatorFix typo in upgrade version number
2010-02-22 mikerwhere possible, return the matchpoint that would have...
2010-02-22 ericksontypo in schema name
2010-02-22 ericksonPatch from Joe Atzberger to implement much of the plumb...
2010-02-19 phasefxemail A/T templates for Acquisition User Requests,...
2010-02-18 mikerPatch from Galen Charlton which:
2010-02-17 scottmkAdd a boolean column prepayment_required to acq.provider.
2010-02-16 mikerthese have been moved to the seed-data file
2010-02-16 mikercut-and-paste-o spotted by Scott McKellar
2010-02-16 mikerinitial invoicing schema
2010-02-15 phasefxmissing underscore in column name
2010-02-15 scottmkIn acq.lineitem_alert_text: add owning_lib column....
2010-02-12 scottmk1. New table, acq.lineitem_alert_text.
2010-02-11 dbsIn renaming the config.recuring_fine table, the associa...
2010-02-10 mikerbackend to support collection of patron purchase reques...
next