]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Add a function acq.attribute_debits() to attribute debits to funding
authorscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 4 Feb 2010 14:23:54 +0000 (14:23 +0000)
committerscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 4 Feb 2010 14:23:54 +0000 (14:23 +0000)
commitddb0f9623e2d9ba1c95c5472fafb97a77ebf2926
tree77b01e35657943c95209eb076147c3e11797d4e3
parent0dcc7d791454b39d55e84dc22c7f540aba2b0847
Add a function acq.attribute_debits() to attribute debits to funding
source credits, and thereby to funding sources.

This version is a rewrite.  The original version didn't work in
PostgreSQL 8.2 because it used arrays of composite types.  This
new version uses temporary tables instead.

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/0149.schema.acq.attribute-debits.sql

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15447 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/sql/Pg/002.schema.config.sql
Open-ILS/src/sql/Pg/200.schema.acq.sql
Open-ILS/src/sql/Pg/upgrade/0149.schema.acq.attribute-debits.sql [new file with mode: 0644]